@rango-dev/ui 0.15.1-next.2 → 0.15.1-next.3

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 (947) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/en.d.ts.map +1 -1
  4. package/dist/translations/es.d.ts.map +1 -1
  5. package/dist/translations/fr.d.ts.map +1 -1
  6. package/dist/translations/jp.d.ts.map +1 -1
  7. package/dist/widget/ui/src/components/Alert/Alert.d.ts +6 -6
  8. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
  9. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +3 -0
  10. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -0
  11. package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts +2 -1
  12. package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts.map +1 -1
  13. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +452 -0
  14. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -0
  15. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +11 -0
  16. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -0
  17. package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts +5 -0
  18. package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts.map +1 -0
  19. package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts +3 -0
  20. package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts.map +1 -1
  21. package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts +3 -0
  22. package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts.map +1 -1
  23. package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts +3 -15
  24. package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
  25. package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts +6 -10
  26. package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +1347 -0
  28. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -0
  29. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +33 -0
  30. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -0
  31. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts +4 -0
  32. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts.map +1 -0
  33. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +301 -0
  34. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -0
  35. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts +6 -0
  36. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts.map +1 -0
  37. package/dist/widget/ui/src/components/BestRoute/index.d.ts +2 -0
  38. package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +1 -1
  39. package/dist/widget/ui/src/components/BestRoute/mock.d.ts +2 -4
  40. package/dist/widget/ui/src/components/BestRoute/mock.d.ts.map +1 -1
  41. package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts +4 -1
  42. package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts.map +1 -1
  43. package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts +1 -1
  44. package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts.map +1 -1
  45. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts.map +1 -1
  46. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +297 -0
  47. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -0
  48. package/dist/widget/ui/src/components/Button/Button.d.ts +281 -15
  49. package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
  50. package/dist/widget/ui/src/components/Button/Button.stories.d.ts +5 -6
  51. package/dist/widget/ui/src/components/Button/Button.stories.d.ts.map +1 -1
  52. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +453 -0
  53. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -0
  54. package/dist/widget/ui/src/components/Button/Button.types.d.ts +21 -0
  55. package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -0
  56. package/dist/widget/ui/src/components/Button/Ripple.d.ts +6 -0
  57. package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -0
  58. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +8 -0
  59. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -0
  60. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts +4 -0
  61. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -0
  62. package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts +8 -0
  63. package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts.map +1 -0
  64. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +299 -0
  65. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -0
  66. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +13 -0
  67. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -0
  68. package/dist/widget/ui/src/components/ChainToken/index.d.ts +2 -0
  69. package/dist/widget/ui/src/components/ChainToken/index.d.ts.map +1 -0
  70. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts +4 -11
  71. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts +5 -5
  73. package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +595 -0
  75. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
  76. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +13 -0
  77. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -0
  78. package/dist/widget/ui/src/components/Chip/Chip.d.ts +1 -10
  79. package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts +26 -2
  81. package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +151 -0
  83. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -0
  84. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts +14 -0
  85. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts.map +1 -0
  86. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  87. package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
  88. package/dist/widget/ui/src/components/Drawer/Drawer.d.ts +3 -12
  89. package/dist/widget/ui/src/components/Drawer/Drawer.d.ts.map +1 -1
  90. package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts +4 -2
  91. package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts.map +1 -1
  92. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +743 -0
  93. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -0
  94. package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts +18 -0
  95. package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts.map +1 -0
  96. package/dist/widget/ui/src/components/Header/Header.d.ts +4 -9
  97. package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -1
  98. package/dist/widget/ui/src/components/Header/Header.stories.d.ts +7 -0
  99. package/dist/widget/ui/src/components/Header/Header.stories.d.ts.map +1 -0
  100. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +297 -0
  101. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -0
  102. package/dist/widget/ui/src/components/Header/Header.types.d.ts +7 -0
  103. package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -0
  104. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -1
  105. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  106. package/dist/widget/ui/src/components/Icon/AddCircleIcon.d.ts.map +1 -1
  107. package/dist/widget/ui/src/components/Icon/AddIcon.d.ts.map +1 -1
  108. package/dist/widget/ui/src/components/Icon/AddWalletIcon.d.ts.map +1 -1
  109. package/dist/widget/ui/src/components/Icon/AngleDownIcon.d.ts.map +1 -1
  110. package/dist/widget/ui/src/components/Icon/AngleLeftIcon.d.ts.map +1 -1
  111. package/dist/widget/ui/src/components/Icon/AngleRightIcon.d.ts.map +1 -1
  112. package/dist/widget/ui/src/components/Icon/AngleUpIcon.d.ts.map +1 -1
  113. package/dist/widget/ui/src/components/Icon/ArrowRightIcon.d.ts.map +1 -1
  114. package/dist/widget/ui/src/components/Icon/BagIcon.d.ts.map +1 -1
  115. package/dist/widget/ui/src/components/Icon/BanIcon.d.ts.map +1 -1
  116. package/dist/widget/ui/src/components/Icon/CheckCircleIcon.d.ts.map +1 -1
  117. package/dist/widget/ui/src/components/Icon/CheckIcon.d.ts.map +1 -1
  118. package/dist/widget/ui/src/components/Icon/CheckSquareIcon.d.ts.map +1 -1
  119. package/dist/widget/ui/src/components/Icon/CheckWalletIcon.d.ts.map +1 -1
  120. package/dist/widget/ui/src/components/Icon/ChevronRightIcon.d.ts.map +1 -1
  121. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +72 -35
  122. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  123. package/dist/widget/ui/src/components/Icon/CopyIcon.d.ts.map +1 -1
  124. package/dist/widget/ui/src/components/Icon/DeleteCircleIcon.d.ts.map +1 -1
  125. package/dist/widget/ui/src/components/Icon/DeleteWalletIcon.d.ts.map +1 -1
  126. package/dist/widget/ui/src/components/Icon/DisconnectIcon.d.ts.map +1 -1
  127. package/dist/widget/ui/src/components/Icon/DownloadIcon.d.ts.map +1 -1
  128. package/dist/widget/ui/src/components/Icon/GasIcon.d.ts +1 -1
  129. package/dist/widget/ui/src/components/Icon/GasIcon.d.ts.map +1 -1
  130. package/dist/widget/ui/src/components/Icon/HistoryIcon.d.ts.map +1 -1
  131. package/dist/widget/ui/src/components/Icon/HorizontalSwapIcon.d.ts.map +1 -1
  132. package/dist/widget/ui/src/components/Icon/InfoCircleIcon.d.ts.map +1 -1
  133. package/dist/widget/ui/src/components/Icon/MinusCircleIcon.d.ts.map +1 -1
  134. package/dist/widget/ui/src/components/Icon/RetryIcon.d.ts.map +1 -1
  135. package/dist/widget/ui/src/components/Icon/RetryLeftIcon.d.ts.map +1 -1
  136. package/dist/widget/ui/src/components/Icon/RetryRightIcon.d.ts.map +1 -1
  137. package/dist/widget/ui/src/components/Icon/SearchIcon.d.ts.map +1 -1
  138. package/dist/widget/ui/src/components/Icon/SearchMinusIcon.d.ts.map +1 -1
  139. package/dist/widget/ui/src/components/Icon/SettingIcon.d.ts.map +1 -1
  140. package/dist/widget/ui/src/components/Icon/SignatureIcon.d.ts.map +1 -1
  141. package/dist/widget/ui/src/components/Icon/SwapWalletIcon.d.ts.map +1 -1
  142. package/dist/widget/ui/src/components/Icon/TimeIcon.d.ts.map +1 -1
  143. package/dist/widget/ui/src/components/Icon/TrashIcon.d.ts.map +1 -1
  144. package/dist/widget/ui/src/components/Icon/TryAgainIcon.d.ts.map +1 -1
  145. package/dist/widget/ui/src/components/Icon/VerticalSwapIcon.d.ts.map +1 -1
  146. package/dist/widget/ui/src/components/Icon/WalletIconIcon.d.ts.map +1 -1
  147. package/dist/widget/ui/src/components/Icon/WarningIcon.d.ts.map +1 -1
  148. package/dist/widget/ui/src/components/Icon/common.d.ts +146 -72
  149. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  150. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +9 -0
  151. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -0
  152. package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts +8 -0
  153. package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts.map +1 -0
  154. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts +12 -0
  155. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts.map +1 -0
  156. package/dist/widget/ui/src/components/IconButton/index.d.ts +2 -0
  157. package/dist/widget/ui/src/components/IconButton/index.d.ts.map +1 -0
  158. package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts +1 -1
  159. package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +1 -1
  160. package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts +2 -2
  161. package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +1 -1
  162. package/dist/widget/ui/src/components/List/List.d.ts +5 -0
  163. package/dist/widget/ui/src/components/List/List.d.ts.map +1 -0
  164. package/dist/widget/ui/src/components/List/List.stories.d.ts +12 -0
  165. package/dist/widget/ui/src/components/List/List.stories.d.ts.map +1 -0
  166. package/dist/widget/ui/src/components/List/List.styles.d.ts +149 -0
  167. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -0
  168. package/dist/widget/ui/src/components/List/List.types.d.ts +12 -0
  169. package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -0
  170. package/dist/widget/ui/src/components/List/index.d.ts +2 -0
  171. package/dist/widget/ui/src/components/List/index.d.ts.map +1 -0
  172. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts +5 -0
  173. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts.map +1 -0
  174. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +151 -0
  175. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -0
  176. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +11 -0
  177. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -0
  178. package/dist/widget/ui/src/components/ListItem/index.d.ts +3 -0
  179. package/dist/widget/ui/src/components/ListItem/index.d.ts.map +1 -0
  180. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts +5 -0
  181. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts.map +1 -0
  182. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +152 -0
  183. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -0
  184. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts +10 -0
  185. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts.map +1 -0
  186. package/dist/widget/ui/src/components/ListItemButton/index.d.ts +3 -0
  187. package/dist/widget/ui/src/components/ListItemButton/index.d.ts.map +1 -0
  188. package/dist/widget/ui/src/components/Logo/Logo.d.ts +4 -0
  189. package/dist/widget/ui/src/components/Logo/Logo.d.ts.map +1 -0
  190. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts +5 -0
  191. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts.map +1 -0
  192. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts +7 -0
  193. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts.map +1 -0
  194. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +151 -0
  195. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -0
  196. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts +11 -0
  197. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts.map +1 -0
  198. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts +5 -0
  199. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts.map +1 -0
  200. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts +3 -0
  201. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts.map +1 -0
  202. package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts +7 -0
  203. package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts.map +1 -0
  204. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +447 -0
  205. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -0
  206. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts +13 -0
  207. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts.map +1 -0
  208. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts +5 -0
  209. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts.map +1 -0
  210. package/dist/widget/ui/src/components/MessageBox/index.d.ts +2 -0
  211. package/dist/widget/ui/src/components/MessageBox/index.d.ts.map +1 -0
  212. package/dist/widget/ui/src/components/Modal/Modal.d.ts +3 -11
  213. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
  214. package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts +4 -2
  215. package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts.map +1 -1
  216. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +897 -0
  217. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -0
  218. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +22 -0
  219. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -0
  220. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts +4 -0
  221. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -0
  222. package/dist/widget/ui/src/{containers/Settings/Settings.stories.d.ts → components/NotFound/NotFound.stories.d.ts} +2 -2
  223. package/dist/widget/ui/src/components/NotFound/NotFound.stories.d.ts.map +1 -0
  224. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +149 -0
  225. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -0
  226. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +5 -0
  227. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -0
  228. package/dist/widget/ui/src/components/NotFound/index.d.ts +2 -0
  229. package/dist/widget/ui/src/components/NotFound/index.d.ts.map +1 -0
  230. package/dist/widget/ui/src/components/PercentageChange/PercentageChange.d.ts.map +1 -1
  231. package/dist/widget/ui/src/components/Popover/Popover.d.ts +6 -0
  232. package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -0
  233. package/dist/widget/ui/src/{containers/History/History.stories.d.ts → components/Popover/Popover.stories.d.ts} +4 -4
  234. package/dist/widget/ui/src/components/Popover/Popover.stories.d.ts.map +1 -0
  235. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +299 -0
  236. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -0
  237. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +17 -0
  238. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -0
  239. package/dist/widget/ui/src/components/Popover/index.d.ts +2 -0
  240. package/dist/widget/ui/src/components/Popover/index.d.ts.map +1 -0
  241. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts +4 -0
  242. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -0
  243. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts +8 -0
  244. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts.map +1 -0
  245. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +149 -0
  246. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -0
  247. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +9 -0
  248. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -0
  249. package/dist/widget/ui/src/components/PriceImpact/index.d.ts +3 -0
  250. package/dist/widget/ui/src/components/PriceImpact/index.d.ts.map +1 -0
  251. package/dist/widget/ui/src/components/Radio/Radio.d.ts +1 -11
  252. package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -1
  253. package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts +1 -1
  254. package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts.map +1 -1
  255. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +299 -0
  256. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -0
  257. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts +4 -0
  258. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts.map +1 -0
  259. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts +4 -0
  260. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  261. package/dist/widget/ui/src/components/{StatusDrawer/StatusDrawer.stories.d.ts → RadioGroup/RadioGroup.stories.d.ts} +2 -2
  262. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.stories.d.ts.map +1 -0
  263. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +597 -0
  264. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -0
  265. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts +13 -0
  266. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts.map +1 -0
  267. package/dist/widget/ui/src/components/RadioGroup/index.d.ts +3 -0
  268. package/dist/widget/ui/src/components/RadioGroup/index.d.ts.map +1 -0
  269. package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts +4 -0
  270. package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts.map +1 -0
  271. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +149 -0
  272. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -0
  273. package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts +6 -0
  274. package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts.map +1 -0
  275. package/dist/widget/ui/src/components/RouteCost/index.d.ts +2 -0
  276. package/dist/widget/ui/src/components/RouteCost/index.d.ts.map +1 -0
  277. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +73 -36
  278. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  279. package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts +5 -1
  280. package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts.map +1 -1
  281. package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts +1 -1
  282. package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts.map +1 -1
  283. package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts +5 -5
  284. package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts.map +1 -1
  285. package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts +1 -1
  286. package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +1 -1
  287. package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts +9 -2
  288. package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts.map +1 -1
  289. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts +2 -5
  290. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
  291. package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts +2 -2
  292. package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
  293. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +152 -0
  294. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -0
  295. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +18 -0
  296. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -0
  297. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts +6 -3
  298. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -1
  299. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts +4 -0
  300. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -0
  301. package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts +7 -0
  302. package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts.map +1 -0
  303. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +752 -0
  304. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -0
  305. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +10 -0
  306. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -0
  307. package/dist/widget/ui/src/components/StepDetails/index.d.ts +3 -0
  308. package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -0
  309. package/dist/widget/ui/src/components/StepDetails/mock.d.ts +3 -0
  310. package/dist/widget/ui/src/components/StepDetails/mock.d.ts.map +1 -0
  311. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts +4 -0
  312. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts.map +1 -0
  313. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +151 -0
  314. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -0
  315. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +9 -0
  316. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -0
  317. package/dist/widget/ui/src/components/SvgIcon/index.d.ts +3 -0
  318. package/dist/widget/ui/src/components/SvgIcon/index.d.ts.map +1 -0
  319. package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts +3 -2
  320. package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts.map +1 -1
  321. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +72 -35
  322. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  323. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts +5 -0
  324. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -0
  325. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts +4 -0
  326. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts.map +1 -0
  327. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts +6 -0
  328. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts.map +1 -0
  329. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +889 -0
  330. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -0
  331. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +42 -0
  332. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -0
  333. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts +4 -0
  334. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -0
  335. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +1335 -0
  336. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -0
  337. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +7 -0
  338. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +1 -0
  339. package/dist/widget/ui/src/components/SwapListItem/index.d.ts +2 -0
  340. package/dist/widget/ui/src/components/SwapListItem/index.d.ts.map +1 -0
  341. package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +5 -0
  342. package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -0
  343. package/dist/widget/ui/src/components/Switch/Switch.d.ts +1 -4
  344. package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -1
  345. package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts +1 -1
  346. package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts.map +1 -1
  347. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +299 -0
  348. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -0
  349. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts +5 -0
  350. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts.map +1 -0
  351. package/dist/widget/ui/src/components/TextField/TextField.d.ts +9 -7
  352. package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
  353. package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +11 -2
  354. package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
  355. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +452 -0
  356. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -0
  357. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +17 -0
  358. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -0
  359. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts +4 -0
  360. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -0
  361. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts +7 -0
  362. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts.map +1 -0
  363. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +5 -0
  364. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -0
  365. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +17 -0
  366. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts.map +1 -0
  367. package/dist/widget/ui/src/components/TokenAmount/index.d.ts +2 -0
  368. package/dist/widget/ui/src/components/TokenAmount/index.d.ts.map +1 -0
  369. package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts +4 -3
  370. package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts.map +1 -1
  371. package/dist/widget/ui/src/components/TokenList/TokenList.d.ts +4 -1
  372. package/dist/widget/ui/src/components/TokenList/TokenList.d.ts.map +1 -1
  373. package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts +1 -1
  374. package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts.map +1 -1
  375. package/dist/widget/ui/src/components/TokenList/mockData.d.ts +1 -1
  376. package/dist/widget/ui/src/components/TokenList/mockData.d.ts.map +1 -1
  377. package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts +3 -2
  378. package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts.map +1 -1
  379. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts +3 -6
  380. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
  381. package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts +1 -1
  382. package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
  383. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +150 -0
  384. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -0
  385. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +7 -0
  386. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -0
  387. package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts +5 -0
  388. package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts.map +1 -0
  389. package/dist/widget/ui/src/components/Typography/Typography.d.ts +3 -17
  390. package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -1
  391. package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts +29 -4
  392. package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts.map +1 -1
  393. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +158 -0
  394. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -0
  395. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +22 -0
  396. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -0
  397. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts +3 -16
  398. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -1
  399. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts +16 -0
  400. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts.map +1 -0
  401. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts +2 -0
  402. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts.map +1 -0
  403. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts +5 -0
  404. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts.map +1 -0
  405. package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts +7 -0
  406. package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts.map +1 -0
  407. package/dist/widget/ui/src/components/Wallet/Content.d.ts +5 -0
  408. package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -0
  409. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts +4 -0
  410. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts.map +1 -0
  411. package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts +7 -0
  412. package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts.map +1 -0
  413. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts +2 -7
  414. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -1
  415. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts +4 -0
  416. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -0
  417. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +744 -0
  418. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -0
  419. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +54 -0
  420. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -0
  421. package/dist/widget/ui/src/components/Wallet/index.d.ts +2 -0
  422. package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -1
  423. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +72 -35
  424. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  425. package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
  426. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
  427. package/dist/widget/ui/src/components/common/styles.d.ts +153 -0
  428. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
  429. package/dist/widget/ui/src/components/index.d.ts +20 -5
  430. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  431. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts +2 -2
  432. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -1
  433. package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts +1 -1
  434. package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts.map +1 -1
  435. package/dist/widget/ui/src/containers/History/types.d.ts +0 -38
  436. package/dist/widget/ui/src/containers/History/types.d.ts.map +1 -1
  437. package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts +9 -6
  438. package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts.map +1 -1
  439. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +726 -352
  440. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  441. package/dist/widget/ui/src/containers/SwapHistory/SwapMessages.d.ts.map +1 -1
  442. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts +4 -0
  443. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -0
  444. package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts +9 -0
  445. package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -0
  446. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +738 -0
  447. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -0
  448. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +38 -0
  449. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -0
  450. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts +4 -0
  451. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -0
  452. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +581 -0
  453. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -0
  454. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +10 -0
  455. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -0
  456. package/dist/widget/ui/src/containers/SwapInput/index.d.ts +2 -0
  457. package/dist/widget/ui/src/containers/SwapInput/index.d.ts.map +1 -0
  458. package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts +5 -5
  459. package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts.map +1 -1
  460. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +72 -35
  461. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  462. package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts.map +1 -1
  463. package/dist/widget/ui/src/containers/index.d.ts +1 -4
  464. package/dist/widget/ui/src/containers/index.d.ts.map +1 -1
  465. package/dist/widget/ui/src/helper/index.d.ts +0 -1
  466. package/dist/widget/ui/src/helper/index.d.ts.map +1 -1
  467. package/dist/widget/ui/src/hooks/index.d.ts +1 -0
  468. package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
  469. package/dist/widget/ui/src/hooks/usePaddingRight.d.ts +7 -0
  470. package/dist/widget/ui/src/hooks/usePaddingRight.d.ts.map +1 -0
  471. package/dist/widget/ui/src/icons/AutoTheme.d.ts +5 -0
  472. package/dist/widget/ui/src/icons/AutoTheme.d.ts.map +1 -0
  473. package/dist/widget/ui/src/icons/ChevronDown.d.ts +5 -0
  474. package/dist/widget/ui/src/icons/ChevronDown.d.ts.map +1 -0
  475. package/dist/widget/ui/src/icons/ChevronLeft.d.ts +5 -0
  476. package/dist/widget/ui/src/icons/ChevronLeft.d.ts.map +1 -0
  477. package/dist/widget/ui/src/icons/ChevronRight.d.ts +5 -0
  478. package/dist/widget/ui/src/icons/ChevronRight.d.ts.map +1 -0
  479. package/dist/widget/ui/src/icons/ChevronUp.d.ts +5 -0
  480. package/dist/widget/ui/src/icons/ChevronUp.d.ts.map +1 -0
  481. package/dist/widget/ui/src/icons/Close.d.ts +5 -0
  482. package/dist/widget/ui/src/icons/Close.d.ts.map +1 -0
  483. package/dist/widget/ui/src/icons/Complete.d.ts +5 -0
  484. package/dist/widget/ui/src/icons/Complete.d.ts.map +1 -0
  485. package/dist/widget/ui/src/icons/Copy.d.ts +5 -0
  486. package/dist/widget/ui/src/icons/Copy.d.ts.map +1 -0
  487. package/dist/widget/ui/src/icons/DarkMode.d.ts +5 -0
  488. package/dist/widget/ui/src/icons/DarkMode.d.ts.map +1 -0
  489. package/dist/widget/ui/src/icons/Delete.d.ts +5 -0
  490. package/dist/widget/ui/src/icons/Delete.d.ts.map +1 -0
  491. package/dist/widget/ui/src/icons/Done.d.ts +5 -0
  492. package/dist/widget/ui/src/icons/Done.d.ts.map +1 -0
  493. package/dist/widget/ui/src/icons/Error.d.ts +5 -0
  494. package/dist/widget/ui/src/icons/Error.d.ts.map +1 -0
  495. package/dist/widget/ui/src/icons/ExternalLink.d.ts +5 -0
  496. package/dist/widget/ui/src/icons/ExternalLink.d.ts.map +1 -0
  497. package/dist/widget/ui/src/icons/Gas.d.ts +5 -0
  498. package/dist/widget/ui/src/icons/Gas.d.ts.map +1 -0
  499. package/dist/widget/ui/src/icons/Gass.d.ts +5 -0
  500. package/dist/widget/ui/src/icons/Gass.d.ts.map +1 -0
  501. package/dist/widget/ui/src/icons/Icons.stories.d.ts +6 -0
  502. package/dist/widget/ui/src/icons/Icons.stories.d.ts.map +1 -0
  503. package/dist/widget/ui/src/icons/InProgress.d.ts +5 -0
  504. package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -0
  505. package/dist/widget/ui/src/icons/Info.d.ts +5 -0
  506. package/dist/widget/ui/src/icons/Info.d.ts.map +1 -0
  507. package/dist/widget/ui/src/icons/InfoError.d.ts +5 -0
  508. package/dist/widget/ui/src/icons/InfoError.d.ts.map +1 -0
  509. package/dist/widget/ui/src/icons/LightMode.d.ts +5 -0
  510. package/dist/widget/ui/src/icons/LightMode.d.ts.map +1 -0
  511. package/dist/widget/ui/src/icons/Link.d.ts +5 -0
  512. package/dist/widget/ui/src/icons/Link.d.ts.map +1 -0
  513. package/dist/widget/ui/src/icons/Loading.d.ts +5 -0
  514. package/dist/widget/ui/src/icons/Loading.d.ts.map +1 -0
  515. package/dist/widget/ui/src/icons/Next.d.ts +5 -0
  516. package/dist/widget/ui/src/icons/Next.d.ts.map +1 -0
  517. package/dist/widget/ui/src/icons/NoNotification.d.ts +5 -0
  518. package/dist/widget/ui/src/icons/NoNotification.d.ts.map +1 -0
  519. package/dist/widget/ui/src/icons/NoRoute.d.ts +5 -0
  520. package/dist/widget/ui/src/icons/NoRoute.d.ts.map +1 -0
  521. package/dist/widget/ui/src/icons/NotificationNumber.d.ts +5 -0
  522. package/dist/widget/ui/src/icons/NotificationNumber.d.ts.map +1 -0
  523. package/dist/widget/ui/src/icons/Notifications.d.ts +5 -0
  524. package/dist/widget/ui/src/icons/Notifications.d.ts.map +1 -0
  525. package/dist/widget/ui/src/icons/Number.d.ts +5 -0
  526. package/dist/widget/ui/src/icons/Number.d.ts.map +1 -0
  527. package/dist/widget/ui/src/icons/Pin.d.ts +5 -0
  528. package/dist/widget/ui/src/icons/Pin.d.ts.map +1 -0
  529. package/dist/widget/ui/src/icons/Refresh.d.ts +5 -0
  530. package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -0
  531. package/dist/widget/ui/src/icons/Reverse.d.ts +5 -0
  532. package/dist/widget/ui/src/icons/Reverse.d.ts.map +1 -0
  533. package/dist/widget/ui/src/icons/Route.d.ts +5 -0
  534. package/dist/widget/ui/src/icons/Route.d.ts.map +1 -0
  535. package/dist/widget/ui/src/icons/Search.d.ts +5 -0
  536. package/dist/widget/ui/src/icons/Search.d.ts.map +1 -0
  537. package/dist/widget/ui/src/icons/Settings.d.ts +5 -0
  538. package/dist/widget/ui/src/icons/Settings.d.ts.map +1 -0
  539. package/dist/widget/ui/src/icons/Style.d.ts +5 -0
  540. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -0
  541. package/dist/widget/ui/src/icons/Time.d.ts +5 -0
  542. package/dist/widget/ui/src/icons/Time.d.ts.map +1 -0
  543. package/dist/widget/ui/src/icons/Transaction.d.ts +5 -0
  544. package/dist/widget/ui/src/icons/Transaction.d.ts.map +1 -0
  545. package/dist/widget/ui/src/icons/Wallet.d.ts +5 -0
  546. package/dist/widget/ui/src/icons/Wallet.d.ts.map +1 -0
  547. package/dist/widget/ui/src/icons/Warning.d.ts +5 -0
  548. package/dist/widget/ui/src/icons/Warning.d.ts.map +1 -0
  549. package/dist/widget/ui/src/icons/index.d.ts +38 -0
  550. package/dist/widget/ui/src/icons/index.d.ts.map +1 -0
  551. package/dist/widget/ui/src/index.d.ts +1 -0
  552. package/dist/widget/ui/src/index.d.ts.map +1 -1
  553. package/dist/widget/ui/src/theme.d.ts +795 -318
  554. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  555. package/dist/widget/ui/src/types/index.d.ts +1 -1
  556. package/dist/widget/ui/src/types/index.d.ts.map +1 -1
  557. package/dist/widget/ui/src/types/meta.d.ts +1 -1
  558. package/dist/widget/ui/src/types/meta.d.ts.map +1 -1
  559. package/dist/widget/ui/src/types/swaps.d.ts +1 -1
  560. package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
  561. package/dist/widget/ui/src/types/wallet.d.ts +1 -23
  562. package/dist/widget/ui/src/types/wallet.d.ts.map +1 -1
  563. package/package.json +13 -8
  564. package/readme.md +5 -0
  565. package/src/components/Alert/Alert.helpers.ts +17 -0
  566. package/src/components/Alert/Alert.stories.tsx +20 -8
  567. package/src/components/Alert/Alert.styles.ts +166 -0
  568. package/src/components/Alert/Alert.tsx +45 -90
  569. package/src/components/Alert/Alert.types.ts +12 -0
  570. package/src/components/Alert/AlertIcon.tsx +28 -0
  571. package/src/components/Alert/LoadingFailedAlert.tsx +5 -1
  572. package/src/components/Alert/NotFoundAlert.tsx +5 -1
  573. package/src/components/BestRoute/BestRoute.stories.tsx +13 -37
  574. package/src/components/BestRoute/BestRoute.styles.ts +167 -0
  575. package/src/components/BestRoute/BestRoute.tsx +178 -217
  576. package/src/components/BestRoute/BestRoute.types.ts +31 -0
  577. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +106 -0
  578. package/src/components/BestRoute/BestRouteSkeleton.tsx +112 -0
  579. package/src/components/BestRoute/BestRouteSkeleton.types.ts +5 -0
  580. package/src/components/BestRoute/index.ts +2 -0
  581. package/src/components/BestRoute/mock.ts +118 -530
  582. package/src/components/BlockchainsList/BlockchainsList.stories.tsx +6 -3
  583. package/src/components/BlockchainsList/BlockchainsList.tsx +13 -7
  584. package/src/components/BottomLogo/BottomLogo.styles.ts +15 -0
  585. package/src/components/BottomLogo/BottomLogo.tsx +13 -33
  586. package/src/components/Button/Button.stories.tsx +22 -50
  587. package/src/components/Button/Button.styles.tsx +474 -0
  588. package/src/components/Button/Button.tsx +40 -412
  589. package/src/components/Button/Button.types.tsx +27 -0
  590. package/src/components/Button/Ripple.tsx +82 -0
  591. package/src/components/ChainToken/ChainToken.constants.ts +9 -0
  592. package/src/components/ChainToken/ChainToken.stories.tsx +20 -0
  593. package/src/components/ChainToken/ChainToken.styles.ts +31 -0
  594. package/src/components/ChainToken/ChainToken.tsx +58 -0
  595. package/src/components/ChainToken/ChainToken.types.ts +13 -0
  596. package/src/components/ChainToken/index.ts +1 -0
  597. package/src/components/Checkbox/Checkbox.stories.tsx +12 -5
  598. package/src/components/Checkbox/Checkbox.styles.ts +38 -0
  599. package/src/components/Checkbox/Checkbox.tsx +26 -48
  600. package/src/components/Checkbox/Checkbox.types.ts +17 -0
  601. package/src/components/Chip/Chip.stories.tsx +4 -3
  602. package/src/components/Chip/Chip.styles.ts +31 -0
  603. package/src/components/Chip/Chip.tsx +13 -38
  604. package/src/components/Chip/Chip.types.ts +15 -0
  605. package/src/components/ColorPicker/ColorPicker.tsx +5 -7
  606. package/src/components/Divider/Divider.tsx +3 -0
  607. package/src/components/Drawer/Drawer.stories.tsx +19 -24
  608. package/src/components/Drawer/Drawer.styles.ts +67 -0
  609. package/src/components/Drawer/Drawer.tsx +36 -94
  610. package/src/components/Drawer/Drawer.types.ts +17 -0
  611. package/src/components/Header/Header.stories.tsx +18 -0
  612. package/src/components/Header/Header.styles.ts +18 -0
  613. package/src/components/Header/Header.tsx +17 -32
  614. package/src/components/Header/Header.types.ts +5 -0
  615. package/src/components/I18nManager/I18nManager.tsx +12 -10
  616. package/src/components/Icon/AddCircleIcon.tsx +1 -2
  617. package/src/components/Icon/AddIcon.tsx +1 -2
  618. package/src/components/Icon/AddWalletIcon.tsx +1 -2
  619. package/src/components/Icon/AngleDownIcon.tsx +1 -2
  620. package/src/components/Icon/AngleLeftIcon.tsx +1 -2
  621. package/src/components/Icon/AngleRightIcon.tsx +1 -2
  622. package/src/components/Icon/AngleUpIcon.tsx +1 -2
  623. package/src/components/Icon/ArrowRightIcon.tsx +1 -2
  624. package/src/components/Icon/BagIcon.tsx +1 -2
  625. package/src/components/Icon/BanIcon.tsx +1 -2
  626. package/src/components/Icon/CheckCircleIcon.tsx +1 -2
  627. package/src/components/Icon/CheckIcon.tsx +1 -2
  628. package/src/components/Icon/CheckSquareIcon.tsx +1 -2
  629. package/src/components/Icon/CheckWalletIcon.tsx +1 -2
  630. package/src/components/Icon/ChevronRightIcon.tsx +1 -2
  631. package/src/components/Icon/CopyIcon.tsx +1 -2
  632. package/src/components/Icon/DeleteCircleIcon.tsx +1 -2
  633. package/src/components/Icon/DeleteWalletIcon.tsx +1 -2
  634. package/src/components/Icon/DisconnectIcon.tsx +1 -2
  635. package/src/components/Icon/DownloadIcon.tsx +1 -2
  636. package/src/components/Icon/GasIcon.tsx +5 -3
  637. package/src/components/Icon/HistoryIcon.tsx +1 -2
  638. package/src/components/Icon/HorizontalSwapIcon.tsx +1 -2
  639. package/src/components/Icon/Icons.stories.tsx +1 -1
  640. package/src/components/Icon/InfoCircleIcon.tsx +1 -2
  641. package/src/components/Icon/MinusCircleIcon.tsx +1 -2
  642. package/src/components/Icon/RetryIcon.tsx +1 -2
  643. package/src/components/Icon/RetryLeftIcon.tsx +1 -2
  644. package/src/components/Icon/RetryRightIcon.tsx +1 -2
  645. package/src/components/Icon/SearchIcon.tsx +1 -2
  646. package/src/components/Icon/SearchMinusIcon.tsx +1 -2
  647. package/src/components/Icon/SettingIcon.tsx +1 -2
  648. package/src/components/Icon/SignatureIcon.tsx +1 -2
  649. package/src/components/Icon/SwapWalletIcon.tsx +1 -2
  650. package/src/components/Icon/TimeIcon.tsx +1 -2
  651. package/src/components/Icon/TrashIcon.tsx +1 -2
  652. package/src/components/Icon/TryAgainIcon.tsx +1 -2
  653. package/src/components/Icon/VerticalSwapIcon.tsx +1 -2
  654. package/src/components/Icon/WalletIconIcon.tsx +1 -2
  655. package/src/components/Icon/WarningIcon.tsx +1 -2
  656. package/src/components/IconButton/IconButton.stories.tsx +20 -0
  657. package/src/components/IconButton/IconButton.tsx +27 -0
  658. package/src/components/IconButton/IconButton.types.ts +12 -0
  659. package/src/components/IconButton/index.ts +1 -0
  660. package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +6 -3
  661. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +49 -31
  662. package/src/components/List/List.stories.tsx +181 -0
  663. package/src/components/List/List.styles.tsx +7 -0
  664. package/src/components/List/List.tsx +30 -0
  665. package/src/components/List/List.types.ts +12 -0
  666. package/src/components/List/index.ts +1 -0
  667. package/src/components/ListItem/ListItem.styles.ts +47 -0
  668. package/src/components/ListItem/ListItem.tsx +29 -0
  669. package/src/components/ListItem/ListItem.types.ts +9 -0
  670. package/src/components/ListItem/index.ts +2 -0
  671. package/src/components/ListItemButton/ListItemButton.styles.ts +44 -0
  672. package/src/components/ListItemButton/ListItemButton.tsx +27 -0
  673. package/src/components/ListItemButton/ListItemButton.types.ts +10 -0
  674. package/src/components/ListItemButton/index.ts +2 -0
  675. package/src/components/Logo/Logo.tsx +35 -0
  676. package/src/components/MessageBox/CollapsibleMessageBox.stories.tsx +27 -0
  677. package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +21 -0
  678. package/src/components/MessageBox/CollapsibleMessageBox.tsx +38 -0
  679. package/src/components/MessageBox/CollapsibleMessageBox.types.tsx +11 -0
  680. package/src/components/MessageBox/DefaultMessageBox.tsx +40 -0
  681. package/src/components/MessageBox/MessageBox.stories.tsx +18 -0
  682. package/src/components/MessageBox/MessageBox.styles.tsx +40 -0
  683. package/src/components/MessageBox/MessageBox.tsx +2 -0
  684. package/src/components/MessageBox/MessageBox.types.tsx +13 -0
  685. package/src/components/MessageBox/StatusIcon.tsx +28 -0
  686. package/src/components/MessageBox/index.ts +1 -0
  687. package/src/components/Modal/Modal.stories.tsx +15 -3
  688. package/src/components/Modal/Modal.styles.ts +104 -0
  689. package/src/components/Modal/Modal.tsx +117 -62
  690. package/src/components/Modal/Modal.types.ts +21 -0
  691. package/src/components/NotFound/NotFound.stories.tsx +17 -0
  692. package/src/components/NotFound/NotFound.styles.ts +8 -0
  693. package/src/components/NotFound/NotFound.tsx +24 -0
  694. package/src/components/NotFound/NotFound.types.ts +4 -0
  695. package/src/components/NotFound/index.tsx +1 -0
  696. package/src/components/PercentageChange/PercentageChange.tsx +2 -1
  697. package/src/components/Popover/Popover.stories.tsx +64 -0
  698. package/src/components/Popover/Popover.styles.ts +15 -0
  699. package/src/components/Popover/Popover.tsx +57 -0
  700. package/src/components/Popover/Popover.types.ts +23 -0
  701. package/src/components/Popover/index.ts +1 -0
  702. package/src/components/PriceImpact/PriceImpact.stories.tsx +21 -0
  703. package/src/components/PriceImpact/PriceImpact.styles.ts +7 -0
  704. package/src/components/PriceImpact/PriceImpact.tsx +48 -0
  705. package/src/components/PriceImpact/PriceImpact.types.ts +9 -0
  706. package/src/components/PriceImpact/index.ts +2 -0
  707. package/src/components/Radio/Radio.stories.tsx +12 -19
  708. package/src/components/Radio/Radio.styles.tsx +38 -0
  709. package/src/components/Radio/Radio.tsx +7 -93
  710. package/src/components/Radio/Radio.types.tsx +3 -0
  711. package/src/components/RadioGroup/RadioGroup.stories.tsx +31 -0
  712. package/src/components/RadioGroup/RadioGroup.styles.tsx +38 -0
  713. package/src/components/RadioGroup/RadioGroup.tsx +37 -0
  714. package/src/components/RadioGroup/RadioGroup.types.tsx +13 -0
  715. package/src/components/RadioGroup/index.ts +2 -0
  716. package/src/components/RouteCost/RouteCost.styles.ts +20 -0
  717. package/src/components/RouteCost/RouteCost.tsx +43 -0
  718. package/src/components/RouteCost/RouteCost.types.ts +5 -0
  719. package/src/components/RouteCost/index.ts +1 -0
  720. package/src/components/RoutesOverview/RoutesOverview.tsx +13 -7
  721. package/src/components/SecondaryPage/SecondaryPage.stories.tsx +11 -9
  722. package/src/components/SecondaryPage/SecondaryPage.tsx +22 -4
  723. package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +5 -3
  724. package/src/components/SelectableWalletList/SelectableWalletList.tsx +29 -14
  725. package/src/components/SelectableWalletList/mock.ts +1 -2
  726. package/src/components/Skeleton/Skeleton.stories.tsx +39 -15
  727. package/src/components/Skeleton/Skeleton.styles.ts +66 -0
  728. package/src/components/Skeleton/Skeleton.tsx +12 -62
  729. package/src/components/Skeleton/Skeleton.types.ts +20 -0
  730. package/src/components/Spinner/Spinner.tsx +20 -44
  731. package/src/components/StepDetail/StepDetail.tsx +9 -9
  732. package/src/components/StepDetails/StepDetails.stories.tsx +23 -0
  733. package/src/components/StepDetails/StepDetails.styles.ts +130 -0
  734. package/src/components/StepDetails/StepDetails.tsx +96 -0
  735. package/src/components/StepDetails/StepDetails.types.ts +10 -0
  736. package/src/components/StepDetails/index.ts +2 -0
  737. package/src/components/StepDetails/mock.ts +35 -0
  738. package/src/components/SvgIcon/SvgIcon.style.ts +39 -0
  739. package/src/components/SvgIcon/SvgIcon.tsx +22 -0
  740. package/src/components/SvgIcon/SvgIcon.types.ts +16 -0
  741. package/src/components/SvgIcon/index.ts +2 -0
  742. package/src/components/SwapContainer/SwapContainer.tsx +12 -20
  743. package/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx +5 -3
  744. package/src/components/SwapListItem/SwapListItem.helpers.ts +51 -0
  745. package/src/components/SwapListItem/SwapListItem.stories.tsx +32 -0
  746. package/src/components/SwapListItem/SwapListItem.styles.ts +61 -0
  747. package/src/components/SwapListItem/SwapListItem.tsx +64 -0
  748. package/src/components/SwapListItem/SwapListItem.types.ts +47 -0
  749. package/src/components/SwapListItem/SwapToken.styles.ts +76 -0
  750. package/src/components/SwapListItem/SwapToken.tsx +149 -0
  751. package/src/components/SwapListItem/SwapToken.types.ts +8 -0
  752. package/src/components/SwapListItem/index.ts +1 -0
  753. package/src/components/{SwapDetail → SwapListItem}/mock.ts +29 -1
  754. package/src/components/Switch/Switch.stories.tsx +2 -1
  755. package/src/components/Switch/Switch.styles.tsx +46 -0
  756. package/src/components/Switch/Switch.tsx +3 -44
  757. package/src/components/Switch/Switch.types.tsx +4 -0
  758. package/src/components/TextField/TextField.stories.tsx +13 -5
  759. package/src/components/TextField/TextField.styles.ts +116 -0
  760. package/src/components/TextField/TextField.tsx +52 -149
  761. package/src/components/TextField/TextField.types.tsx +21 -0
  762. package/src/components/TokenAmount/TokenAmount.stories.tsx +24 -0
  763. package/src/components/TokenAmount/TokenAmount.styles.ts +27 -0
  764. package/src/components/TokenAmount/TokenAmount.tsx +61 -0
  765. package/src/components/TokenAmount/TokenAmount.types.ts +20 -0
  766. package/src/components/TokenAmount/index.ts +1 -0
  767. package/src/components/TokenList/TokenItem.tsx +17 -13
  768. package/src/components/TokenList/TokenList.stories.tsx +6 -3
  769. package/src/components/TokenList/TokenList.tsx +12 -3
  770. package/src/components/TokenList/mockData.ts +1 -1
  771. package/src/components/TokenPreview/TokenPreview.tsx +20 -21
  772. package/src/components/Tooltip/Tooltip.stories.tsx +7 -21
  773. package/src/components/Tooltip/Tooltip.styles.ts +9 -0
  774. package/src/components/Tooltip/Tooltip.tsx +48 -105
  775. package/src/components/Tooltip/Tooltip.types.ts +7 -0
  776. package/src/components/Tooltip/useEventListener.ts +54 -0
  777. package/src/components/Typography/Typography.stories.tsx +86 -33
  778. package/src/components/Typography/Typography.styles.tsx +262 -0
  779. package/src/components/Typography/Typography.tsx +5 -200
  780. package/src/components/Typography/Typography.types.tsx +28 -0
  781. package/src/components/VirtualizedList/VirtualizedList.tsx +9 -21
  782. package/src/components/VirtualizedList/VirtualizedList.types.ts +19 -0
  783. package/src/components/VirtualizedList/index.ts +1 -0
  784. package/src/components/Wallet/ClickableWallet.stories.tsx +23 -0
  785. package/src/components/Wallet/ClickableWallet.tsx +71 -0
  786. package/src/components/Wallet/Content.tsx +33 -0
  787. package/src/components/Wallet/SelectableWallet.stories.tsx +23 -0
  788. package/src/components/Wallet/SelectableWallet.tsx +49 -0
  789. package/src/components/Wallet/Wallet.helpers.ts +34 -0
  790. package/src/components/Wallet/Wallet.styles.ts +59 -0
  791. package/src/components/Wallet/Wallet.tsx +2 -76
  792. package/src/components/Wallet/Wallet.types.ts +65 -0
  793. package/src/components/Wallet/index.ts +2 -0
  794. package/src/components/common/FilledCircle.tsx +1 -1
  795. package/src/components/common/Image.tsx +30 -3
  796. package/src/components/common/styles.ts +35 -0
  797. package/src/components/index.ts +20 -5
  798. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +13 -15
  799. package/src/containers/ConnectWalletsModal/mockData.ts +34 -50
  800. package/src/containers/History/types.tsx +0 -46
  801. package/src/containers/HomePanel/HomePanel.tsx +28 -54
  802. package/src/containers/SwapHistory/SwapHistory.tsx +160 -149
  803. package/src/containers/SwapHistory/SwapMessages.tsx +26 -18
  804. package/src/containers/SwapInput/SwapInput.stories.tsx +39 -0
  805. package/src/containers/SwapInput/SwapInput.styles.ts +57 -0
  806. package/src/containers/SwapInput/SwapInput.tsx +106 -0
  807. package/src/containers/SwapInput/SwapInput.types.ts +41 -0
  808. package/src/containers/SwapInput/TokenSection.styles.ts +42 -0
  809. package/src/containers/SwapInput/TokenSection.tsx +53 -0
  810. package/src/containers/SwapInput/TokenSection.types.ts +9 -0
  811. package/src/containers/SwapInput/index.ts +1 -0
  812. package/src/containers/TokenInfo/TokenInfo.tsx +35 -33
  813. package/src/containers/Warnings/BalanceErrors.tsx +17 -25
  814. package/src/containers/Warnings/MinRequiredSlippage.tsx +1 -1
  815. package/src/containers/index.ts +1 -4
  816. package/src/helper/index.ts +10 -17
  817. package/src/hooks/index.ts +1 -0
  818. package/src/hooks/usePaddingRight.ts +38 -0
  819. package/src/icons/AutoTheme.tsx +25 -0
  820. package/src/icons/ChevronDown.tsx +21 -0
  821. package/src/icons/ChevronLeft.tsx +21 -0
  822. package/src/icons/ChevronRight.tsx +21 -0
  823. package/src/icons/ChevronUp.tsx +21 -0
  824. package/src/icons/Close.tsx +28 -0
  825. package/src/icons/Complete.tsx +19 -0
  826. package/src/icons/Copy.tsx +19 -0
  827. package/src/icons/DarkMode.tsx +19 -0
  828. package/src/icons/Delete.tsx +33 -0
  829. package/src/icons/Done.tsx +21 -0
  830. package/src/icons/Error.tsx +21 -0
  831. package/src/icons/ExternalLink.tsx +21 -0
  832. package/src/icons/Gas.tsx +39 -0
  833. package/src/icons/Gass.tsx +39 -0
  834. package/src/icons/Icons.stories.tsx +68 -0
  835. package/src/icons/InProgress.tsx +34 -0
  836. package/src/icons/Info.tsx +29 -0
  837. package/src/icons/InfoError.tsx +19 -0
  838. package/src/icons/LightMode.tsx +19 -0
  839. package/src/icons/Link.tsx +21 -0
  840. package/src/icons/Loading.tsx +63 -0
  841. package/src/icons/Next.tsx +21 -0
  842. package/src/icons/NoNotification.tsx +31 -0
  843. package/src/icons/NoRoute.tsx +64 -0
  844. package/src/icons/NotificationNumber.tsx +41 -0
  845. package/src/icons/Notifications.tsx +21 -0
  846. package/src/icons/Number.tsx +24 -0
  847. package/src/icons/Pin.tsx +31 -0
  848. package/src/icons/Refresh.tsx +19 -0
  849. package/src/icons/Reverse.tsx +39 -0
  850. package/src/icons/Route.tsx +33 -0
  851. package/src/icons/Search.tsx +27 -0
  852. package/src/icons/Settings.tsx +21 -0
  853. package/src/icons/Style.tsx +39 -0
  854. package/src/icons/Time.tsx +33 -0
  855. package/src/icons/Transaction.tsx +21 -0
  856. package/src/icons/Wallet.tsx +33 -0
  857. package/src/icons/Warning.tsx +19 -0
  858. package/src/icons/index.ts +37 -0
  859. package/src/index.ts +1 -0
  860. package/src/theme.ts +141 -91
  861. package/src/types/index.ts +1 -2
  862. package/src/types/meta.ts +1 -1
  863. package/src/types/swaps.ts +2 -1
  864. package/src/types/wallet.ts +1 -30
  865. package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts +0 -9
  866. package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts.map +0 -1
  867. package/dist/widget/ui/src/components/HeaderButtons/index.d.ts +0 -2
  868. package/dist/widget/ui/src/components/HeaderButtons/index.d.ts.map +0 -1
  869. package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts +0 -14
  870. package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts.map +0 -1
  871. package/dist/widget/ui/src/components/HeaderLayout/index.d.ts +0 -2
  872. package/dist/widget/ui/src/components/HeaderLayout/index.d.ts.map +0 -1
  873. package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts +0 -12
  874. package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts.map +0 -1
  875. package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.stories.d.ts.map +0 -1
  876. package/dist/widget/ui/src/components/StatusDrawer/index.d.ts +0 -2
  877. package/dist/widget/ui/src/components/StatusDrawer/index.d.ts.map +0 -1
  878. package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts +0 -9
  879. package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts.map +0 -1
  880. package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts +0 -8
  881. package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts.map +0 -1
  882. package/dist/widget/ui/src/components/SwapDetail/Token.d.ts +0 -18
  883. package/dist/widget/ui/src/components/SwapDetail/Token.d.ts.map +0 -1
  884. package/dist/widget/ui/src/components/SwapDetail/index.d.ts +0 -2
  885. package/dist/widget/ui/src/components/SwapDetail/index.d.ts.map +0 -1
  886. package/dist/widget/ui/src/components/SwapDetail/mock.d.ts +0 -3
  887. package/dist/widget/ui/src/components/SwapDetail/mock.d.ts.map +0 -1
  888. package/dist/widget/ui/src/components/Wallet/State.d.ts +0 -8
  889. package/dist/widget/ui/src/components/Wallet/State.d.ts.map +0 -1
  890. package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts +0 -8
  891. package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts.map +0 -1
  892. package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts +0 -30
  893. package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts.map +0 -1
  894. package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +0 -9
  895. package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +0 -1
  896. package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts +0 -2
  897. package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts.map +0 -1
  898. package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts +0 -6
  899. package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts.map +0 -1
  900. package/dist/widget/ui/src/containers/History/History.d.ts +0 -7
  901. package/dist/widget/ui/src/containers/History/History.d.ts.map +0 -1
  902. package/dist/widget/ui/src/containers/History/History.stories.d.ts.map +0 -1
  903. package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts +0 -14
  904. package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts.map +0 -1
  905. package/dist/widget/ui/src/containers/History/index.d.ts +0 -4
  906. package/dist/widget/ui/src/containers/History/index.d.ts.map +0 -1
  907. package/dist/widget/ui/src/containers/History/mock.d.ts +0 -3
  908. package/dist/widget/ui/src/containers/History/mock.d.ts.map +0 -1
  909. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +0 -14
  910. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +0 -1
  911. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +0 -6
  912. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +0 -1
  913. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts +0 -2
  914. package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts.map +0 -1
  915. package/dist/widget/ui/src/containers/Settings/Settings.d.ts +0 -25
  916. package/dist/widget/ui/src/containers/Settings/Settings.d.ts.map +0 -1
  917. package/dist/widget/ui/src/containers/Settings/Settings.stories.d.ts.map +0 -1
  918. package/dist/widget/ui/src/containers/Settings/index.d.ts +0 -2
  919. package/dist/widget/ui/src/containers/Settings/index.d.ts.map +0 -1
  920. package/src/components/HeaderButtons/HeaderButtons.tsx +0 -41
  921. package/src/components/HeaderButtons/index.ts +0 -1
  922. package/src/components/HeaderLayout/HeaderLayout.tsx +0 -88
  923. package/src/components/HeaderLayout/index.ts +0 -1
  924. package/src/components/StatusDrawer/StatusDrawer.stories.tsx +0 -43
  925. package/src/components/StatusDrawer/StatusDrawer.tsx +0 -82
  926. package/src/components/StatusDrawer/index.ts +0 -1
  927. package/src/components/SwapDetail/SwapDetail.stories.tsx +0 -22
  928. package/src/components/SwapDetail/SwapDetail.tsx +0 -104
  929. package/src/components/SwapDetail/Token.tsx +0 -75
  930. package/src/components/SwapDetail/index.ts +0 -1
  931. package/src/components/Wallet/State.tsx +0 -34
  932. package/src/components/Wallet/Wallet.stories.tsx +0 -30
  933. package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +0 -66
  934. package/src/containers/ConfirmSwap/ConfirmSwap.tsx +0 -247
  935. package/src/containers/ConfirmSwap/index.ts +0 -1
  936. package/src/containers/ConfirmSwap/mock.ts +0 -220
  937. package/src/containers/History/History.stories.tsx +0 -14
  938. package/src/containers/History/History.tsx +0 -72
  939. package/src/containers/History/SwapsGroup.tsx +0 -59
  940. package/src/containers/History/index.ts +0 -3
  941. package/src/containers/History/mock.ts +0 -826
  942. package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +0 -19
  943. package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +0 -60
  944. package/src/containers/LiquiditySourcesSelector/index.ts +0 -1
  945. package/src/containers/Settings/Settings.stories.tsx +0 -27
  946. package/src/containers/Settings/Settings.tsx +0 -218
  947. package/src/containers/Settings/index.ts +0 -1
@@ -1,7 +1,11 @@
1
+ import type { PropTypes as SwapMessagesPropTypes } from './SwapMessages';
2
+ import type { PendingSwap } from '../History/types';
1
3
  import React from 'react';
2
4
  import { Typography } from '../../components';
3
- import { PendingSwap } from '../History/types';
4
- import { PropTypes as SwapMessagesPropTypes } from './SwapMessages';
5
+ export declare const pulse: {
6
+ (): string;
7
+ name: string;
8
+ };
5
9
  export declare const SwapperContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
6
10
  created?: boolean | "true" | undefined;
7
11
  running?: boolean | "true" | undefined;
@@ -15,17 +19,17 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
15
19
  lg: string;
16
20
  }, {
17
21
  colors: {
18
- primary: string;
19
- primary100: string;
20
- primary200: string;
21
- primary300: string;
22
- primary400: string;
23
22
  primary500: string;
24
23
  primary600: string;
25
- primary700: string;
26
- primary800: string;
27
- primary900: string;
28
- surface: string;
24
+ secondary100: string;
25
+ secondary200: string;
26
+ secondary300: string;
27
+ secondary400: string;
28
+ secondary500: string;
29
+ secondary600: string;
30
+ secondary700: string;
31
+ secondary800: string;
32
+ secondary900: string;
29
33
  neutral100: string;
30
34
  neutral200: string;
31
35
  neutral300: string;
@@ -35,39 +39,63 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
35
39
  neutral700: string;
36
40
  neutral800: string;
37
41
  neutral900: string;
38
- background: string;
39
- foreground: string;
40
- success: string;
41
- success100: string;
42
- success300: string;
43
- success500: string;
44
- success700: string;
45
- warning: string;
46
- warning100: string;
47
- warning300: string;
48
- warning500: string;
49
- warning700: string;
50
- error: string;
51
42
  error100: string;
52
43
  error300: string;
53
44
  error500: string;
45
+ error600: string;
54
46
  error700: string;
55
- white: string;
47
+ warning100: string;
48
+ warning300: string;
49
+ warning500: string;
50
+ warning600: string;
51
+ warning700: string;
52
+ info100: string;
53
+ info300: string;
54
+ info500: string;
55
+ info600: string;
56
+ info700: string;
57
+ success100: string;
58
+ success300: string;
59
+ success500: string;
60
+ success600: string;
61
+ success700: string;
62
+ background: string;
63
+ foreground: string;
56
64
  };
57
65
  space: {
66
+ 0: string;
67
+ 5: string;
68
+ 10: string;
69
+ 15: string;
70
+ 20: string;
71
+ 25: string;
72
+ 30: string;
73
+ 40: string;
74
+ 46: string;
75
+ 50: string;
76
+ 60: string;
77
+ 70: string;
78
+ 80: string;
79
+ 90: string;
80
+ 100: string;
58
81
  2: string;
59
82
  4: string;
60
83
  6: string;
61
84
  8: string;
62
- 10: string;
63
85
  12: string;
64
86
  16: string;
65
- 20: string;
66
87
  24: string;
67
88
  28: string;
68
- 30: string;
69
89
  32: string;
70
90
  };
91
+ radii: {
92
+ xs: string;
93
+ sm: string;
94
+ xm: string;
95
+ md: string;
96
+ xl: string;
97
+ lg: string;
98
+ };
71
99
  fontSizes: {
72
100
  10: string;
73
101
  12: string;
@@ -75,7 +103,9 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
75
103
  16: string;
76
104
  18: string;
77
105
  20: string;
106
+ 22: string;
78
107
  24: string;
108
+ 28: string;
79
109
  32: string;
80
110
  36: string;
81
111
  40: string;
@@ -83,12 +113,25 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
83
113
  };
84
114
  fonts: {};
85
115
  fontWeights: {
86
- 400: string;
87
- 500: string;
88
- 600: string;
89
- 700: string;
116
+ regular: number;
117
+ medium: number;
118
+ semiBold: number;
119
+ bold: number;
120
+ };
121
+ lineHeights: {
122
+ 12: string;
123
+ 16: string;
124
+ 20: string;
125
+ 24: string;
126
+ 26: string;
127
+ 28: string;
128
+ 30: string;
129
+ 36: string;
130
+ 40: string;
131
+ 44: string;
132
+ 52: string;
133
+ 64: string;
90
134
  };
91
- lineHeights: {};
92
135
  letterSpacings: {};
93
136
  sizes: {
94
137
  4: string;
@@ -96,20 +139,18 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
96
139
  8: string;
97
140
  12: string;
98
141
  16: string;
142
+ 18: string;
99
143
  20: string;
100
144
  24: string;
101
145
  28: string;
102
146
  32: string;
103
147
  36: string;
104
148
  40: string;
149
+ 45: string;
105
150
  48: string;
106
151
  };
107
152
  borderWidths: {};
108
153
  borderStyles: {};
109
- radii: {
110
- 5: string;
111
- 10: string;
112
- };
113
154
  shadows: {
114
155
  s: string;
115
156
  };
@@ -126,17 +167,17 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
126
167
  lg: string;
127
168
  }, {
128
169
  colors: {
129
- primary: string;
130
- primary100: string;
131
- primary200: string;
132
- primary300: string;
133
- primary400: string;
134
170
  primary500: string;
135
171
  primary600: string;
136
- primary700: string;
137
- primary800: string;
138
- primary900: string;
139
- surface: string;
172
+ secondary100: string;
173
+ secondary200: string;
174
+ secondary300: string;
175
+ secondary400: string;
176
+ secondary500: string;
177
+ secondary600: string;
178
+ secondary700: string;
179
+ secondary800: string;
180
+ secondary900: string;
140
181
  neutral100: string;
141
182
  neutral200: string;
142
183
  neutral300: string;
@@ -146,39 +187,63 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
146
187
  neutral700: string;
147
188
  neutral800: string;
148
189
  neutral900: string;
149
- background: string;
150
- foreground: string;
151
- success: string;
152
- success100: string;
153
- success300: string;
154
- success500: string;
155
- success700: string;
156
- warning: string;
157
- warning100: string;
158
- warning300: string;
159
- warning500: string;
160
- warning700: string;
161
- error: string;
162
190
  error100: string;
163
191
  error300: string;
164
192
  error500: string;
193
+ error600: string;
165
194
  error700: string;
166
- white: string;
195
+ warning100: string;
196
+ warning300: string;
197
+ warning500: string;
198
+ warning600: string;
199
+ warning700: string;
200
+ info100: string;
201
+ info300: string;
202
+ info500: string;
203
+ info600: string;
204
+ info700: string;
205
+ success100: string;
206
+ success300: string;
207
+ success500: string;
208
+ success600: string;
209
+ success700: string;
210
+ background: string;
211
+ foreground: string;
167
212
  };
168
213
  space: {
214
+ 0: string;
215
+ 5: string;
216
+ 10: string;
217
+ 15: string;
218
+ 20: string;
219
+ 25: string;
220
+ 30: string;
221
+ 40: string;
222
+ 46: string;
223
+ 50: string;
224
+ 60: string;
225
+ 70: string;
226
+ 80: string;
227
+ 90: string;
228
+ 100: string;
169
229
  2: string;
170
230
  4: string;
171
231
  6: string;
172
232
  8: string;
173
- 10: string;
174
233
  12: string;
175
234
  16: string;
176
- 20: string;
177
235
  24: string;
178
236
  28: string;
179
- 30: string;
180
237
  32: string;
181
238
  };
239
+ radii: {
240
+ xs: string;
241
+ sm: string;
242
+ xm: string;
243
+ md: string;
244
+ xl: string;
245
+ lg: string;
246
+ };
182
247
  fontSizes: {
183
248
  10: string;
184
249
  12: string;
@@ -186,7 +251,9 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
186
251
  16: string;
187
252
  18: string;
188
253
  20: string;
254
+ 22: string;
189
255
  24: string;
256
+ 28: string;
190
257
  32: string;
191
258
  36: string;
192
259
  40: string;
@@ -194,12 +261,25 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
194
261
  };
195
262
  fonts: {};
196
263
  fontWeights: {
197
- 400: string;
198
- 500: string;
199
- 600: string;
200
- 700: string;
264
+ regular: number;
265
+ medium: number;
266
+ semiBold: number;
267
+ bold: number;
268
+ };
269
+ lineHeights: {
270
+ 12: string;
271
+ 16: string;
272
+ 20: string;
273
+ 24: string;
274
+ 26: string;
275
+ 28: string;
276
+ 30: string;
277
+ 36: string;
278
+ 40: string;
279
+ 44: string;
280
+ 52: string;
281
+ 64: string;
201
282
  };
202
- lineHeights: {};
203
283
  letterSpacings: {};
204
284
  sizes: {
205
285
  4: string;
@@ -207,20 +287,18 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
207
287
  8: string;
208
288
  12: string;
209
289
  16: string;
290
+ 18: string;
210
291
  20: string;
211
292
  24: string;
212
293
  28: string;
213
294
  32: string;
214
295
  36: string;
215
296
  40: string;
297
+ 45: string;
216
298
  48: string;
217
299
  };
218
300
  borderWidths: {};
219
301
  borderStyles: {};
220
- radii: {
221
- 5: string;
222
- 10: string;
223
- };
224
302
  shadows: {
225
303
  s: string;
226
304
  };
@@ -237,17 +315,17 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
237
315
  lg: string;
238
316
  }, {
239
317
  colors: {
240
- primary: string;
241
- primary100: string;
242
- primary200: string;
243
- primary300: string;
244
- primary400: string;
245
318
  primary500: string;
246
319
  primary600: string;
247
- primary700: string;
248
- primary800: string;
249
- primary900: string;
250
- surface: string;
320
+ secondary100: string;
321
+ secondary200: string;
322
+ secondary300: string;
323
+ secondary400: string;
324
+ secondary500: string;
325
+ secondary600: string;
326
+ secondary700: string;
327
+ secondary800: string;
328
+ secondary900: string;
251
329
  neutral100: string;
252
330
  neutral200: string;
253
331
  neutral300: string;
@@ -257,39 +335,63 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
257
335
  neutral700: string;
258
336
  neutral800: string;
259
337
  neutral900: string;
260
- background: string;
261
- foreground: string;
262
- success: string;
263
- success100: string;
264
- success300: string;
265
- success500: string;
266
- success700: string;
267
- warning: string;
268
- warning100: string;
269
- warning300: string;
270
- warning500: string;
271
- warning700: string;
272
- error: string;
273
338
  error100: string;
274
339
  error300: string;
275
340
  error500: string;
341
+ error600: string;
276
342
  error700: string;
277
- white: string;
343
+ warning100: string;
344
+ warning300: string;
345
+ warning500: string;
346
+ warning600: string;
347
+ warning700: string;
348
+ info100: string;
349
+ info300: string;
350
+ info500: string;
351
+ info600: string;
352
+ info700: string;
353
+ success100: string;
354
+ success300: string;
355
+ success500: string;
356
+ success600: string;
357
+ success700: string;
358
+ background: string;
359
+ foreground: string;
278
360
  };
279
361
  space: {
362
+ 0: string;
363
+ 5: string;
364
+ 10: string;
365
+ 15: string;
366
+ 20: string;
367
+ 25: string;
368
+ 30: string;
369
+ 40: string;
370
+ 46: string;
371
+ 50: string;
372
+ 60: string;
373
+ 70: string;
374
+ 80: string;
375
+ 90: string;
376
+ 100: string;
280
377
  2: string;
281
378
  4: string;
282
379
  6: string;
283
380
  8: string;
284
- 10: string;
285
381
  12: string;
286
382
  16: string;
287
- 20: string;
288
383
  24: string;
289
384
  28: string;
290
- 30: string;
291
385
  32: string;
292
386
  };
387
+ radii: {
388
+ xs: string;
389
+ sm: string;
390
+ xm: string;
391
+ md: string;
392
+ xl: string;
393
+ lg: string;
394
+ };
293
395
  fontSizes: {
294
396
  10: string;
295
397
  12: string;
@@ -297,7 +399,9 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
297
399
  16: string;
298
400
  18: string;
299
401
  20: string;
402
+ 22: string;
300
403
  24: string;
404
+ 28: string;
301
405
  32: string;
302
406
  36: string;
303
407
  40: string;
@@ -305,12 +409,25 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
305
409
  };
306
410
  fonts: {};
307
411
  fontWeights: {
308
- 400: string;
309
- 500: string;
310
- 600: string;
311
- 700: string;
412
+ regular: number;
413
+ medium: number;
414
+ semiBold: number;
415
+ bold: number;
416
+ };
417
+ lineHeights: {
418
+ 12: string;
419
+ 16: string;
420
+ 20: string;
421
+ 24: string;
422
+ 26: string;
423
+ 28: string;
424
+ 30: string;
425
+ 36: string;
426
+ 40: string;
427
+ 44: string;
428
+ 52: string;
429
+ 64: string;
312
430
  };
313
- lineHeights: {};
314
431
  letterSpacings: {};
315
432
  sizes: {
316
433
  4: string;
@@ -318,20 +435,18 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
318
435
  8: string;
319
436
  12: string;
320
437
  16: string;
438
+ 18: string;
321
439
  20: string;
322
440
  24: string;
323
441
  28: string;
324
442
  32: string;
325
443
  36: string;
326
444
  40: string;
445
+ 45: string;
327
446
  48: string;
328
447
  };
329
448
  borderWidths: {};
330
449
  borderStyles: {};
331
- radii: {
332
- 5: string;
333
- 10: string;
334
- };
335
450
  shadows: {
336
451
  s: string;
337
452
  };
@@ -348,17 +463,17 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
348
463
  lg: string;
349
464
  }, {
350
465
  colors: {
351
- primary: string;
352
- primary100: string;
353
- primary200: string;
354
- primary300: string;
355
- primary400: string;
356
466
  primary500: string;
357
467
  primary600: string;
358
- primary700: string;
359
- primary800: string;
360
- primary900: string;
361
- surface: string;
468
+ secondary100: string;
469
+ secondary200: string;
470
+ secondary300: string;
471
+ secondary400: string;
472
+ secondary500: string;
473
+ secondary600: string;
474
+ secondary700: string;
475
+ secondary800: string;
476
+ secondary900: string;
362
477
  neutral100: string;
363
478
  neutral200: string;
364
479
  neutral300: string;
@@ -368,39 +483,63 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
368
483
  neutral700: string;
369
484
  neutral800: string;
370
485
  neutral900: string;
371
- background: string;
372
- foreground: string;
373
- success: string;
374
- success100: string;
375
- success300: string;
376
- success500: string;
377
- success700: string;
378
- warning: string;
379
- warning100: string;
380
- warning300: string;
381
- warning500: string;
382
- warning700: string;
383
- error: string;
384
486
  error100: string;
385
487
  error300: string;
386
488
  error500: string;
489
+ error600: string;
387
490
  error700: string;
388
- white: string;
491
+ warning100: string;
492
+ warning300: string;
493
+ warning500: string;
494
+ warning600: string;
495
+ warning700: string;
496
+ info100: string;
497
+ info300: string;
498
+ info500: string;
499
+ info600: string;
500
+ info700: string;
501
+ success100: string;
502
+ success300: string;
503
+ success500: string;
504
+ success600: string;
505
+ success700: string;
506
+ background: string;
507
+ foreground: string;
389
508
  };
390
509
  space: {
510
+ 0: string;
511
+ 5: string;
512
+ 10: string;
513
+ 15: string;
514
+ 20: string;
515
+ 25: string;
516
+ 30: string;
517
+ 40: string;
518
+ 46: string;
519
+ 50: string;
520
+ 60: string;
521
+ 70: string;
522
+ 80: string;
523
+ 90: string;
524
+ 100: string;
391
525
  2: string;
392
526
  4: string;
393
527
  6: string;
394
528
  8: string;
395
- 10: string;
396
529
  12: string;
397
530
  16: string;
398
- 20: string;
399
531
  24: string;
400
532
  28: string;
401
- 30: string;
402
533
  32: string;
403
534
  };
535
+ radii: {
536
+ xs: string;
537
+ sm: string;
538
+ xm: string;
539
+ md: string;
540
+ xl: string;
541
+ lg: string;
542
+ };
404
543
  fontSizes: {
405
544
  10: string;
406
545
  12: string;
@@ -408,7 +547,9 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
408
547
  16: string;
409
548
  18: string;
410
549
  20: string;
550
+ 22: string;
411
551
  24: string;
552
+ 28: string;
412
553
  32: string;
413
554
  36: string;
414
555
  40: string;
@@ -416,12 +557,25 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
416
557
  };
417
558
  fonts: {};
418
559
  fontWeights: {
419
- 400: string;
420
- 500: string;
421
- 600: string;
422
- 700: string;
560
+ regular: number;
561
+ medium: number;
562
+ semiBold: number;
563
+ bold: number;
564
+ };
565
+ lineHeights: {
566
+ 12: string;
567
+ 16: string;
568
+ 20: string;
569
+ 24: string;
570
+ 26: string;
571
+ 28: string;
572
+ 30: string;
573
+ 36: string;
574
+ 40: string;
575
+ 44: string;
576
+ 52: string;
577
+ 64: string;
423
578
  };
424
- lineHeights: {};
425
579
  letterSpacings: {};
426
580
  sizes: {
427
581
  4: string;
@@ -429,20 +583,18 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
429
583
  8: string;
430
584
  12: string;
431
585
  16: string;
586
+ 18: string;
432
587
  20: string;
433
588
  24: string;
434
589
  28: string;
435
590
  32: string;
436
591
  36: string;
437
592
  40: string;
593
+ 45: string;
438
594
  48: string;
439
595
  };
440
596
  borderWidths: {};
441
597
  borderStyles: {};
442
- radii: {
443
- 5: string;
444
- 10: string;
445
- };
446
598
  shadows: {
447
599
  s: string;
448
600
  };
@@ -459,17 +611,17 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
459
611
  lg: string;
460
612
  }, {
461
613
  colors: {
462
- primary: string;
463
- primary100: string;
464
- primary200: string;
465
- primary300: string;
466
- primary400: string;
467
614
  primary500: string;
468
615
  primary600: string;
469
- primary700: string;
470
- primary800: string;
471
- primary900: string;
472
- surface: string;
616
+ secondary100: string;
617
+ secondary200: string;
618
+ secondary300: string;
619
+ secondary400: string;
620
+ secondary500: string;
621
+ secondary600: string;
622
+ secondary700: string;
623
+ secondary800: string;
624
+ secondary900: string;
473
625
  neutral100: string;
474
626
  neutral200: string;
475
627
  neutral300: string;
@@ -479,39 +631,63 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
479
631
  neutral700: string;
480
632
  neutral800: string;
481
633
  neutral900: string;
482
- background: string;
483
- foreground: string;
484
- success: string;
485
- success100: string;
486
- success300: string;
487
- success500: string;
488
- success700: string;
489
- warning: string;
490
- warning100: string;
491
- warning300: string;
492
- warning500: string;
493
- warning700: string;
494
- error: string;
495
634
  error100: string;
496
635
  error300: string;
497
636
  error500: string;
637
+ error600: string;
498
638
  error700: string;
499
- white: string;
639
+ warning100: string;
640
+ warning300: string;
641
+ warning500: string;
642
+ warning600: string;
643
+ warning700: string;
644
+ info100: string;
645
+ info300: string;
646
+ info500: string;
647
+ info600: string;
648
+ info700: string;
649
+ success100: string;
650
+ success300: string;
651
+ success500: string;
652
+ success600: string;
653
+ success700: string;
654
+ background: string;
655
+ foreground: string;
500
656
  };
501
657
  space: {
658
+ 0: string;
659
+ 5: string;
660
+ 10: string;
661
+ 15: string;
662
+ 20: string;
663
+ 25: string;
664
+ 30: string;
665
+ 40: string;
666
+ 46: string;
667
+ 50: string;
668
+ 60: string;
669
+ 70: string;
670
+ 80: string;
671
+ 90: string;
672
+ 100: string;
502
673
  2: string;
503
674
  4: string;
504
675
  6: string;
505
676
  8: string;
506
- 10: string;
507
677
  12: string;
508
678
  16: string;
509
- 20: string;
510
679
  24: string;
511
680
  28: string;
512
- 30: string;
513
681
  32: string;
514
682
  };
683
+ radii: {
684
+ xs: string;
685
+ sm: string;
686
+ xm: string;
687
+ md: string;
688
+ xl: string;
689
+ lg: string;
690
+ };
515
691
  fontSizes: {
516
692
  10: string;
517
693
  12: string;
@@ -519,7 +695,9 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
519
695
  16: string;
520
696
  18: string;
521
697
  20: string;
698
+ 22: string;
522
699
  24: string;
700
+ 28: string;
523
701
  32: string;
524
702
  36: string;
525
703
  40: string;
@@ -527,12 +705,25 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
527
705
  };
528
706
  fonts: {};
529
707
  fontWeights: {
530
- 400: string;
531
- 500: string;
532
- 600: string;
533
- 700: string;
708
+ regular: number;
709
+ medium: number;
710
+ semiBold: number;
711
+ bold: number;
712
+ };
713
+ lineHeights: {
714
+ 12: string;
715
+ 16: string;
716
+ 20: string;
717
+ 24: string;
718
+ 26: string;
719
+ 28: string;
720
+ 30: string;
721
+ 36: string;
722
+ 40: string;
723
+ 44: string;
724
+ 52: string;
725
+ 64: string;
534
726
  };
535
- lineHeights: {};
536
727
  letterSpacings: {};
537
728
  sizes: {
538
729
  4: string;
@@ -540,20 +731,18 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
540
731
  8: string;
541
732
  12: string;
542
733
  16: string;
734
+ 18: string;
543
735
  20: string;
544
736
  24: string;
545
737
  28: string;
546
738
  32: string;
547
739
  36: string;
548
740
  40: string;
741
+ 45: string;
549
742
  48: string;
550
743
  };
551
744
  borderWidths: {};
552
745
  borderStyles: {};
553
- radii: {
554
- 5: string;
555
- 10: string;
556
- };
557
746
  shadows: {
558
747
  s: string;
559
748
  };
@@ -570,17 +759,17 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
570
759
  lg: string;
571
760
  }, {
572
761
  colors: {
573
- primary: string;
574
- primary100: string;
575
- primary200: string;
576
- primary300: string;
577
- primary400: string;
578
762
  primary500: string;
579
763
  primary600: string;
580
- primary700: string;
581
- primary800: string;
582
- primary900: string;
583
- surface: string;
764
+ secondary100: string;
765
+ secondary200: string;
766
+ secondary300: string;
767
+ secondary400: string;
768
+ secondary500: string;
769
+ secondary600: string;
770
+ secondary700: string;
771
+ secondary800: string;
772
+ secondary900: string;
584
773
  neutral100: string;
585
774
  neutral200: string;
586
775
  neutral300: string;
@@ -590,39 +779,63 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
590
779
  neutral700: string;
591
780
  neutral800: string;
592
781
  neutral900: string;
593
- background: string;
594
- foreground: string;
595
- success: string;
596
- success100: string;
597
- success300: string;
598
- success500: string;
599
- success700: string;
600
- warning: string;
601
- warning100: string;
602
- warning300: string;
603
- warning500: string;
604
- warning700: string;
605
- error: string;
606
782
  error100: string;
607
783
  error300: string;
608
784
  error500: string;
785
+ error600: string;
609
786
  error700: string;
610
- white: string;
787
+ warning100: string;
788
+ warning300: string;
789
+ warning500: string;
790
+ warning600: string;
791
+ warning700: string;
792
+ info100: string;
793
+ info300: string;
794
+ info500: string;
795
+ info600: string;
796
+ info700: string;
797
+ success100: string;
798
+ success300: string;
799
+ success500: string;
800
+ success600: string;
801
+ success700: string;
802
+ background: string;
803
+ foreground: string;
611
804
  };
612
805
  space: {
806
+ 0: string;
807
+ 5: string;
808
+ 10: string;
809
+ 15: string;
810
+ 20: string;
811
+ 25: string;
812
+ 30: string;
813
+ 40: string;
814
+ 46: string;
815
+ 50: string;
816
+ 60: string;
817
+ 70: string;
818
+ 80: string;
819
+ 90: string;
820
+ 100: string;
613
821
  2: string;
614
822
  4: string;
615
823
  6: string;
616
824
  8: string;
617
- 10: string;
618
825
  12: string;
619
826
  16: string;
620
- 20: string;
621
827
  24: string;
622
828
  28: string;
623
- 30: string;
624
829
  32: string;
625
830
  };
831
+ radii: {
832
+ xs: string;
833
+ sm: string;
834
+ xm: string;
835
+ md: string;
836
+ xl: string;
837
+ lg: string;
838
+ };
626
839
  fontSizes: {
627
840
  10: string;
628
841
  12: string;
@@ -630,7 +843,9 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
630
843
  16: string;
631
844
  18: string;
632
845
  20: string;
846
+ 22: string;
633
847
  24: string;
848
+ 28: string;
634
849
  32: string;
635
850
  36: string;
636
851
  40: string;
@@ -638,12 +853,25 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
638
853
  };
639
854
  fonts: {};
640
855
  fontWeights: {
641
- 400: string;
642
- 500: string;
643
- 600: string;
644
- 700: string;
856
+ regular: number;
857
+ medium: number;
858
+ semiBold: number;
859
+ bold: number;
860
+ };
861
+ lineHeights: {
862
+ 12: string;
863
+ 16: string;
864
+ 20: string;
865
+ 24: string;
866
+ 26: string;
867
+ 28: string;
868
+ 30: string;
869
+ 36: string;
870
+ 40: string;
871
+ 44: string;
872
+ 52: string;
873
+ 64: string;
645
874
  };
646
- lineHeights: {};
647
875
  letterSpacings: {};
648
876
  sizes: {
649
877
  4: string;
@@ -651,20 +879,18 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
651
879
  8: string;
652
880
  12: string;
653
881
  16: string;
882
+ 18: string;
654
883
  20: string;
655
884
  24: string;
656
885
  28: string;
657
886
  32: string;
658
887
  36: string;
659
888
  40: string;
889
+ 45: string;
660
890
  48: string;
661
891
  };
662
892
  borderWidths: {};
663
893
  borderStyles: {};
664
- radii: {
665
- 5: string;
666
- 10: string;
667
- };
668
894
  shadows: {
669
895
  s: string;
670
896
  };
@@ -681,17 +907,17 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
681
907
  lg: string;
682
908
  }, {
683
909
  colors: {
684
- primary: string;
685
- primary100: string;
686
- primary200: string;
687
- primary300: string;
688
- primary400: string;
689
910
  primary500: string;
690
911
  primary600: string;
691
- primary700: string;
692
- primary800: string;
693
- primary900: string;
694
- surface: string;
912
+ secondary100: string;
913
+ secondary200: string;
914
+ secondary300: string;
915
+ secondary400: string;
916
+ secondary500: string;
917
+ secondary600: string;
918
+ secondary700: string;
919
+ secondary800: string;
920
+ secondary900: string;
695
921
  neutral100: string;
696
922
  neutral200: string;
697
923
  neutral300: string;
@@ -701,39 +927,63 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
701
927
  neutral700: string;
702
928
  neutral800: string;
703
929
  neutral900: string;
704
- background: string;
705
- foreground: string;
706
- success: string;
707
- success100: string;
708
- success300: string;
709
- success500: string;
710
- success700: string;
711
- warning: string;
712
- warning100: string;
713
- warning300: string;
714
- warning500: string;
715
- warning700: string;
716
- error: string;
717
930
  error100: string;
718
931
  error300: string;
719
932
  error500: string;
933
+ error600: string;
720
934
  error700: string;
721
- white: string;
935
+ warning100: string;
936
+ warning300: string;
937
+ warning500: string;
938
+ warning600: string;
939
+ warning700: string;
940
+ info100: string;
941
+ info300: string;
942
+ info500: string;
943
+ info600: string;
944
+ info700: string;
945
+ success100: string;
946
+ success300: string;
947
+ success500: string;
948
+ success600: string;
949
+ success700: string;
950
+ background: string;
951
+ foreground: string;
722
952
  };
723
953
  space: {
954
+ 0: string;
955
+ 5: string;
956
+ 10: string;
957
+ 15: string;
958
+ 20: string;
959
+ 25: string;
960
+ 30: string;
961
+ 40: string;
962
+ 46: string;
963
+ 50: string;
964
+ 60: string;
965
+ 70: string;
966
+ 80: string;
967
+ 90: string;
968
+ 100: string;
724
969
  2: string;
725
970
  4: string;
726
971
  6: string;
727
972
  8: string;
728
- 10: string;
729
973
  12: string;
730
974
  16: string;
731
- 20: string;
732
975
  24: string;
733
976
  28: string;
734
- 30: string;
735
977
  32: string;
736
978
  };
979
+ radii: {
980
+ xs: string;
981
+ sm: string;
982
+ xm: string;
983
+ md: string;
984
+ xl: string;
985
+ lg: string;
986
+ };
737
987
  fontSizes: {
738
988
  10: string;
739
989
  12: string;
@@ -741,7 +991,9 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
741
991
  16: string;
742
992
  18: string;
743
993
  20: string;
994
+ 22: string;
744
995
  24: string;
996
+ 28: string;
745
997
  32: string;
746
998
  36: string;
747
999
  40: string;
@@ -749,12 +1001,25 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
749
1001
  };
750
1002
  fonts: {};
751
1003
  fontWeights: {
752
- 400: string;
753
- 500: string;
754
- 600: string;
755
- 700: string;
1004
+ regular: number;
1005
+ medium: number;
1006
+ semiBold: number;
1007
+ bold: number;
1008
+ };
1009
+ lineHeights: {
1010
+ 12: string;
1011
+ 16: string;
1012
+ 20: string;
1013
+ 24: string;
1014
+ 26: string;
1015
+ 28: string;
1016
+ 30: string;
1017
+ 36: string;
1018
+ 40: string;
1019
+ 44: string;
1020
+ 52: string;
1021
+ 64: string;
756
1022
  };
757
- lineHeights: {};
758
1023
  letterSpacings: {};
759
1024
  sizes: {
760
1025
  4: string;
@@ -762,20 +1027,18 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
762
1027
  8: string;
763
1028
  12: string;
764
1029
  16: string;
1030
+ 18: string;
765
1031
  20: string;
766
1032
  24: string;
767
1033
  28: string;
768
1034
  32: string;
769
1035
  36: string;
770
1036
  40: string;
1037
+ 45: string;
771
1038
  48: string;
772
1039
  };
773
1040
  borderWidths: {};
774
1041
  borderStyles: {};
775
- radii: {
776
- 5: string;
777
- 10: string;
778
- };
779
1042
  shadows: {
780
1043
  s: string;
781
1044
  };
@@ -792,17 +1055,17 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
792
1055
  lg: string;
793
1056
  }, {
794
1057
  colors: {
795
- primary: string;
796
- primary100: string;
797
- primary200: string;
798
- primary300: string;
799
- primary400: string;
800
1058
  primary500: string;
801
1059
  primary600: string;
802
- primary700: string;
803
- primary800: string;
804
- primary900: string;
805
- surface: string;
1060
+ secondary100: string;
1061
+ secondary200: string;
1062
+ secondary300: string;
1063
+ secondary400: string;
1064
+ secondary500: string;
1065
+ secondary600: string;
1066
+ secondary700: string;
1067
+ secondary800: string;
1068
+ secondary900: string;
806
1069
  neutral100: string;
807
1070
  neutral200: string;
808
1071
  neutral300: string;
@@ -812,39 +1075,63 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
812
1075
  neutral700: string;
813
1076
  neutral800: string;
814
1077
  neutral900: string;
815
- background: string;
816
- foreground: string;
817
- success: string;
818
- success100: string;
819
- success300: string;
820
- success500: string;
821
- success700: string;
822
- warning: string;
823
- warning100: string;
824
- warning300: string;
825
- warning500: string;
826
- warning700: string;
827
- error: string;
828
1078
  error100: string;
829
1079
  error300: string;
830
1080
  error500: string;
1081
+ error600: string;
831
1082
  error700: string;
832
- white: string;
1083
+ warning100: string;
1084
+ warning300: string;
1085
+ warning500: string;
1086
+ warning600: string;
1087
+ warning700: string;
1088
+ info100: string;
1089
+ info300: string;
1090
+ info500: string;
1091
+ info600: string;
1092
+ info700: string;
1093
+ success100: string;
1094
+ success300: string;
1095
+ success500: string;
1096
+ success600: string;
1097
+ success700: string;
1098
+ background: string;
1099
+ foreground: string;
833
1100
  };
834
1101
  space: {
1102
+ 0: string;
1103
+ 5: string;
1104
+ 10: string;
1105
+ 15: string;
1106
+ 20: string;
1107
+ 25: string;
1108
+ 30: string;
1109
+ 40: string;
1110
+ 46: string;
1111
+ 50: string;
1112
+ 60: string;
1113
+ 70: string;
1114
+ 80: string;
1115
+ 90: string;
1116
+ 100: string;
835
1117
  2: string;
836
1118
  4: string;
837
1119
  6: string;
838
1120
  8: string;
839
- 10: string;
840
1121
  12: string;
841
1122
  16: string;
842
- 20: string;
843
1123
  24: string;
844
1124
  28: string;
845
- 30: string;
846
1125
  32: string;
847
1126
  };
1127
+ radii: {
1128
+ xs: string;
1129
+ sm: string;
1130
+ xm: string;
1131
+ md: string;
1132
+ xl: string;
1133
+ lg: string;
1134
+ };
848
1135
  fontSizes: {
849
1136
  10: string;
850
1137
  12: string;
@@ -852,7 +1139,9 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
852
1139
  16: string;
853
1140
  18: string;
854
1141
  20: string;
1142
+ 22: string;
855
1143
  24: string;
1144
+ 28: string;
856
1145
  32: string;
857
1146
  36: string;
858
1147
  40: string;
@@ -860,12 +1149,25 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
860
1149
  };
861
1150
  fonts: {};
862
1151
  fontWeights: {
863
- 400: string;
864
- 500: string;
865
- 600: string;
866
- 700: string;
1152
+ regular: number;
1153
+ medium: number;
1154
+ semiBold: number;
1155
+ bold: number;
1156
+ };
1157
+ lineHeights: {
1158
+ 12: string;
1159
+ 16: string;
1160
+ 20: string;
1161
+ 24: string;
1162
+ 26: string;
1163
+ 28: string;
1164
+ 30: string;
1165
+ 36: string;
1166
+ 40: string;
1167
+ 44: string;
1168
+ 52: string;
1169
+ 64: string;
867
1170
  };
868
- lineHeights: {};
869
1171
  letterSpacings: {};
870
1172
  sizes: {
871
1173
  4: string;
@@ -873,20 +1175,18 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
873
1175
  8: string;
874
1176
  12: string;
875
1177
  16: string;
1178
+ 18: string;
876
1179
  20: string;
877
1180
  24: string;
878
1181
  28: string;
879
1182
  32: string;
880
1183
  36: string;
881
1184
  40: string;
1185
+ 45: string;
882
1186
  48: string;
883
1187
  };
884
1188
  borderWidths: {};
885
1189
  borderStyles: {};
886
- radii: {
887
- 5: string;
888
- 10: string;
889
- };
890
1190
  shadows: {
891
1191
  s: string;
892
1192
  };
@@ -903,17 +1203,17 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
903
1203
  lg: string;
904
1204
  }, {
905
1205
  colors: {
906
- primary: string;
907
- primary100: string;
908
- primary200: string;
909
- primary300: string;
910
- primary400: string;
911
1206
  primary500: string;
912
1207
  primary600: string;
913
- primary700: string;
914
- primary800: string;
915
- primary900: string;
916
- surface: string;
1208
+ secondary100: string;
1209
+ secondary200: string;
1210
+ secondary300: string;
1211
+ secondary400: string;
1212
+ secondary500: string;
1213
+ secondary600: string;
1214
+ secondary700: string;
1215
+ secondary800: string;
1216
+ secondary900: string;
917
1217
  neutral100: string;
918
1218
  neutral200: string;
919
1219
  neutral300: string;
@@ -923,39 +1223,63 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
923
1223
  neutral700: string;
924
1224
  neutral800: string;
925
1225
  neutral900: string;
926
- background: string;
927
- foreground: string;
928
- success: string;
929
- success100: string;
930
- success300: string;
931
- success500: string;
932
- success700: string;
933
- warning: string;
934
- warning100: string;
935
- warning300: string;
936
- warning500: string;
937
- warning700: string;
938
- error: string;
939
1226
  error100: string;
940
1227
  error300: string;
941
1228
  error500: string;
1229
+ error600: string;
942
1230
  error700: string;
943
- white: string;
1231
+ warning100: string;
1232
+ warning300: string;
1233
+ warning500: string;
1234
+ warning600: string;
1235
+ warning700: string;
1236
+ info100: string;
1237
+ info300: string;
1238
+ info500: string;
1239
+ info600: string;
1240
+ info700: string;
1241
+ success100: string;
1242
+ success300: string;
1243
+ success500: string;
1244
+ success600: string;
1245
+ success700: string;
1246
+ background: string;
1247
+ foreground: string;
944
1248
  };
945
1249
  space: {
1250
+ 0: string;
1251
+ 5: string;
1252
+ 10: string;
1253
+ 15: string;
1254
+ 20: string;
1255
+ 25: string;
1256
+ 30: string;
1257
+ 40: string;
1258
+ 46: string;
1259
+ 50: string;
1260
+ 60: string;
1261
+ 70: string;
1262
+ 80: string;
1263
+ 90: string;
1264
+ 100: string;
946
1265
  2: string;
947
1266
  4: string;
948
1267
  6: string;
949
1268
  8: string;
950
- 10: string;
951
1269
  12: string;
952
1270
  16: string;
953
- 20: string;
954
1271
  24: string;
955
1272
  28: string;
956
- 30: string;
957
1273
  32: string;
958
1274
  };
1275
+ radii: {
1276
+ xs: string;
1277
+ sm: string;
1278
+ xm: string;
1279
+ md: string;
1280
+ xl: string;
1281
+ lg: string;
1282
+ };
959
1283
  fontSizes: {
960
1284
  10: string;
961
1285
  12: string;
@@ -963,7 +1287,9 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
963
1287
  16: string;
964
1288
  18: string;
965
1289
  20: string;
1290
+ 22: string;
966
1291
  24: string;
1292
+ 28: string;
967
1293
  32: string;
968
1294
  36: string;
969
1295
  40: string;
@@ -971,12 +1297,25 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
971
1297
  };
972
1298
  fonts: {};
973
1299
  fontWeights: {
974
- 400: string;
975
- 500: string;
976
- 600: string;
977
- 700: string;
1300
+ regular: number;
1301
+ medium: number;
1302
+ semiBold: number;
1303
+ bold: number;
1304
+ };
1305
+ lineHeights: {
1306
+ 12: string;
1307
+ 16: string;
1308
+ 20: string;
1309
+ 24: string;
1310
+ 26: string;
1311
+ 28: string;
1312
+ 30: string;
1313
+ 36: string;
1314
+ 40: string;
1315
+ 44: string;
1316
+ 52: string;
1317
+ 64: string;
978
1318
  };
979
- lineHeights: {};
980
1319
  letterSpacings: {};
981
1320
  sizes: {
982
1321
  4: string;
@@ -984,20 +1323,18 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
984
1323
  8: string;
985
1324
  12: string;
986
1325
  16: string;
1326
+ 18: string;
987
1327
  20: string;
988
1328
  24: string;
989
1329
  28: string;
990
1330
  32: string;
991
1331
  36: string;
992
1332
  40: string;
1333
+ 45: string;
993
1334
  48: string;
994
1335
  };
995
1336
  borderWidths: {};
996
1337
  borderStyles: {};
997
- radii: {
998
- 5: string;
999
- 10: string;
1000
- };
1001
1338
  shadows: {
1002
1339
  s: string;
1003
1340
  };
@@ -1014,17 +1351,17 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
1014
1351
  lg: string;
1015
1352
  }, {
1016
1353
  colors: {
1017
- primary: string;
1018
- primary100: string;
1019
- primary200: string;
1020
- primary300: string;
1021
- primary400: string;
1022
1354
  primary500: string;
1023
1355
  primary600: string;
1024
- primary700: string;
1025
- primary800: string;
1026
- primary900: string;
1027
- surface: string;
1356
+ secondary100: string;
1357
+ secondary200: string;
1358
+ secondary300: string;
1359
+ secondary400: string;
1360
+ secondary500: string;
1361
+ secondary600: string;
1362
+ secondary700: string;
1363
+ secondary800: string;
1364
+ secondary900: string;
1028
1365
  neutral100: string;
1029
1366
  neutral200: string;
1030
1367
  neutral300: string;
@@ -1034,39 +1371,63 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
1034
1371
  neutral700: string;
1035
1372
  neutral800: string;
1036
1373
  neutral900: string;
1037
- background: string;
1038
- foreground: string;
1039
- success: string;
1040
- success100: string;
1041
- success300: string;
1042
- success500: string;
1043
- success700: string;
1044
- warning: string;
1045
- warning100: string;
1046
- warning300: string;
1047
- warning500: string;
1048
- warning700: string;
1049
- error: string;
1050
1374
  error100: string;
1051
1375
  error300: string;
1052
1376
  error500: string;
1377
+ error600: string;
1053
1378
  error700: string;
1054
- white: string;
1379
+ warning100: string;
1380
+ warning300: string;
1381
+ warning500: string;
1382
+ warning600: string;
1383
+ warning700: string;
1384
+ info100: string;
1385
+ info300: string;
1386
+ info500: string;
1387
+ info600: string;
1388
+ info700: string;
1389
+ success100: string;
1390
+ success300: string;
1391
+ success500: string;
1392
+ success600: string;
1393
+ success700: string;
1394
+ background: string;
1395
+ foreground: string;
1055
1396
  };
1056
1397
  space: {
1398
+ 0: string;
1399
+ 5: string;
1400
+ 10: string;
1401
+ 15: string;
1402
+ 20: string;
1403
+ 25: string;
1404
+ 30: string;
1405
+ 40: string;
1406
+ 46: string;
1407
+ 50: string;
1408
+ 60: string;
1409
+ 70: string;
1410
+ 80: string;
1411
+ 90: string;
1412
+ 100: string;
1057
1413
  2: string;
1058
1414
  4: string;
1059
1415
  6: string;
1060
1416
  8: string;
1061
- 10: string;
1062
1417
  12: string;
1063
1418
  16: string;
1064
- 20: string;
1065
1419
  24: string;
1066
1420
  28: string;
1067
- 30: string;
1068
1421
  32: string;
1069
1422
  };
1423
+ radii: {
1424
+ xs: string;
1425
+ sm: string;
1426
+ xm: string;
1427
+ md: string;
1428
+ xl: string;
1429
+ lg: string;
1430
+ };
1070
1431
  fontSizes: {
1071
1432
  10: string;
1072
1433
  12: string;
@@ -1074,7 +1435,9 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
1074
1435
  16: string;
1075
1436
  18: string;
1076
1437
  20: string;
1438
+ 22: string;
1077
1439
  24: string;
1440
+ 28: string;
1078
1441
  32: string;
1079
1442
  36: string;
1080
1443
  40: string;
@@ -1082,12 +1445,25 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
1082
1445
  };
1083
1446
  fonts: {};
1084
1447
  fontWeights: {
1085
- 400: string;
1086
- 500: string;
1087
- 600: string;
1088
- 700: string;
1448
+ regular: number;
1449
+ medium: number;
1450
+ semiBold: number;
1451
+ bold: number;
1452
+ };
1453
+ lineHeights: {
1454
+ 12: string;
1455
+ 16: string;
1456
+ 20: string;
1457
+ 24: string;
1458
+ 26: string;
1459
+ 28: string;
1460
+ 30: string;
1461
+ 36: string;
1462
+ 40: string;
1463
+ 44: string;
1464
+ 52: string;
1465
+ 64: string;
1089
1466
  };
1090
- lineHeights: {};
1091
1467
  letterSpacings: {};
1092
1468
  sizes: {
1093
1469
  4: string;
@@ -1095,20 +1471,18 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
1095
1471
  8: string;
1096
1472
  12: string;
1097
1473
  16: string;
1474
+ 18: string;
1098
1475
  20: string;
1099
1476
  24: string;
1100
1477
  28: string;
1101
1478
  32: string;
1102
1479
  36: string;
1103
1480
  40: string;
1481
+ 45: string;
1104
1482
  48: string;
1105
1483
  };
1106
1484
  borderWidths: {};
1107
1485
  borderStyles: {};
1108
- radii: {
1109
- 5: string;
1110
- 10: string;
1111
- };
1112
1486
  shadows: {
1113
1487
  s: string;
1114
1488
  };