@rango-dev/ui 0.1.15 → 0.1.16-next.1

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 (450) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/components/Alert/Alert.d.ts +8 -7
  3. package/dist/components/Alert/Alert.d.ts.map +1 -0
  4. package/dist/components/Alert/Alert.stories.d.ts +8 -5
  5. package/dist/components/Alert/Alert.stories.d.ts.map +1 -0
  6. package/dist/components/Alert/LoadingFailedAlert.d.ts +3 -2
  7. package/dist/components/Alert/LoadingFailedAlert.d.ts.map +1 -0
  8. package/dist/components/Alert/NotFoundAlert.d.ts +8 -7
  9. package/dist/components/Alert/NotFoundAlert.d.ts.map +1 -0
  10. package/dist/components/Alert/index.d.ts +3 -2
  11. package/dist/components/Alert/index.d.ts.map +1 -0
  12. package/dist/components/BestRoute/BestRoute.d.ts +16 -12
  13. package/dist/components/BestRoute/BestRoute.d.ts.map +1 -0
  14. package/dist/components/BestRoute/BestRoute.stories.d.ts +11 -8
  15. package/dist/components/BestRoute/BestRoute.stories.d.ts.map +1 -0
  16. package/dist/components/BestRoute/index.d.ts +2 -1
  17. package/dist/components/BestRoute/index.d.ts.map +1 -0
  18. package/dist/components/BestRoute/mock.d.ts +5 -4
  19. package/dist/components/BestRoute/mock.d.ts.map +1 -0
  20. package/dist/components/BlockchainsList/BlockchainsList.d.ts +11 -10
  21. package/dist/components/BlockchainsList/BlockchainsList.d.ts.map +1 -0
  22. package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +6 -5
  23. package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts.map +1 -0
  24. package/dist/components/BlockchainsList/index.d.ts +2 -1
  25. package/dist/components/BlockchainsList/index.d.ts.map +1 -0
  26. package/dist/components/BlockchainsList/mockData.d.ts +3 -2
  27. package/dist/components/BlockchainsList/mockData.d.ts.map +1 -0
  28. package/dist/components/Button/Button.d.ts +18 -17
  29. package/dist/components/Button/Button.d.ts.map +1 -0
  30. package/dist/components/Button/Button.stories.d.ts +11 -8
  31. package/dist/components/Button/Button.stories.d.ts.map +1 -0
  32. package/dist/components/Button/index.d.ts +2 -1
  33. package/dist/components/Button/index.d.ts.map +1 -0
  34. package/dist/components/Checkbox/Checkbox.d.ts +12 -11
  35. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  36. package/dist/components/Checkbox/Checkbox.stories.d.ts +8 -5
  37. package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  38. package/dist/components/Checkbox/index.d.ts +2 -1
  39. package/dist/components/Checkbox/index.d.ts.map +1 -0
  40. package/dist/components/Chip/Chip.d.ts +13 -12
  41. package/dist/components/Chip/Chip.d.ts.map +1 -0
  42. package/dist/components/Chip/Chip.stories.d.ts +8 -7
  43. package/dist/components/Chip/Chip.stories.d.ts.map +1 -0
  44. package/dist/components/Chip/index.d.ts +2 -1
  45. package/dist/components/Chip/index.d.ts.map +1 -0
  46. package/dist/components/ColorPicker/ColorPicker.d.ts +10 -9
  47. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -0
  48. package/dist/components/ColorPicker/ColorPicker.stories.d.ts +6 -5
  49. package/dist/components/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
  50. package/dist/components/ColorPicker/index.d.ts +2 -1
  51. package/dist/components/ColorPicker/index.d.ts.map +1 -0
  52. package/dist/components/Divider/Divider.d.ts +7 -6
  53. package/dist/components/Divider/Divider.d.ts.map +1 -0
  54. package/dist/components/Divider/index.d.ts +2 -1
  55. package/dist/components/Divider/index.d.ts.map +1 -0
  56. package/dist/components/Drawer/Drawer.d.ts +14 -13
  57. package/dist/components/Drawer/Drawer.d.ts.map +1 -0
  58. package/dist/components/Drawer/Drawer.stories.d.ts +9 -8
  59. package/dist/components/Drawer/Drawer.stories.d.ts.map +1 -0
  60. package/dist/components/Drawer/index.d.ts +2 -1
  61. package/dist/components/Drawer/index.d.ts.map +1 -0
  62. package/dist/components/Header/Header.d.ts +10 -9
  63. package/dist/components/Header/Header.d.ts.map +1 -0
  64. package/dist/components/Header/index.d.ts +2 -1
  65. package/dist/components/Header/index.d.ts.map +1 -0
  66. package/dist/components/Icon/AddCircleIcon.d.ts +4 -3
  67. package/dist/components/Icon/AddCircleIcon.d.ts.map +1 -0
  68. package/dist/components/Icon/AddIcon.d.ts +4 -3
  69. package/dist/components/Icon/AddIcon.d.ts.map +1 -0
  70. package/dist/components/Icon/AddWalletIcon.d.ts +4 -3
  71. package/dist/components/Icon/AddWalletIcon.d.ts.map +1 -0
  72. package/dist/components/Icon/AngleDownIcon.d.ts +4 -3
  73. package/dist/components/Icon/AngleDownIcon.d.ts.map +1 -0
  74. package/dist/components/Icon/AngleLeftIcon.d.ts +4 -3
  75. package/dist/components/Icon/AngleLeftIcon.d.ts.map +1 -0
  76. package/dist/components/Icon/AngleRightIcon.d.ts +4 -3
  77. package/dist/components/Icon/AngleRightIcon.d.ts.map +1 -0
  78. package/dist/components/Icon/AngleUpIcon.d.ts +4 -3
  79. package/dist/components/Icon/AngleUpIcon.d.ts.map +1 -0
  80. package/dist/components/Icon/ArrowRightIcon.d.ts +4 -3
  81. package/dist/components/Icon/ArrowRightIcon.d.ts.map +1 -0
  82. package/dist/components/Icon/BagIcon.d.ts +4 -3
  83. package/dist/components/Icon/BagIcon.d.ts.map +1 -0
  84. package/dist/components/Icon/BanIcon.d.ts +4 -3
  85. package/dist/components/Icon/BanIcon.d.ts.map +1 -0
  86. package/dist/components/Icon/CheckCircleIcon.d.ts +4 -3
  87. package/dist/components/Icon/CheckCircleIcon.d.ts.map +1 -0
  88. package/dist/components/Icon/CheckIcon.d.ts +4 -3
  89. package/dist/components/Icon/CheckIcon.d.ts.map +1 -0
  90. package/dist/components/Icon/CheckSquareIcon.d.ts +4 -3
  91. package/dist/components/Icon/CheckSquareIcon.d.ts.map +1 -0
  92. package/dist/components/Icon/CheckWalletIcon.d.ts +4 -3
  93. package/dist/components/Icon/CheckWalletIcon.d.ts.map +1 -0
  94. package/dist/components/Icon/ChevronRightIcon.d.ts +4 -3
  95. package/dist/components/Icon/ChevronRightIcon.d.ts.map +1 -0
  96. package/dist/components/Icon/CloseIcon.d.ts +113 -1
  97. package/dist/components/Icon/CloseIcon.d.ts.map +1 -0
  98. package/dist/components/Icon/CopyIcon.d.ts +4 -3
  99. package/dist/components/Icon/CopyIcon.d.ts.map +1 -0
  100. package/dist/components/Icon/DeleteCircleIcon.d.ts +4 -3
  101. package/dist/components/Icon/DeleteCircleIcon.d.ts.map +1 -0
  102. package/dist/components/Icon/DeleteWalletIcon.d.ts +4 -3
  103. package/dist/components/Icon/DeleteWalletIcon.d.ts.map +1 -0
  104. package/dist/components/Icon/DisconnectIcon.d.ts +4 -3
  105. package/dist/components/Icon/DisconnectIcon.d.ts.map +1 -0
  106. package/dist/components/Icon/DownloadIcon.d.ts +4 -3
  107. package/dist/components/Icon/DownloadIcon.d.ts.map +1 -0
  108. package/dist/components/Icon/GasIcon.d.ts +4 -3
  109. package/dist/components/Icon/GasIcon.d.ts.map +1 -0
  110. package/dist/components/Icon/HistoryIcon.d.ts +4 -3
  111. package/dist/components/Icon/HistoryIcon.d.ts.map +1 -0
  112. package/dist/components/Icon/HorizontalSwapIcon.d.ts +4 -3
  113. package/dist/components/Icon/HorizontalSwapIcon.d.ts.map +1 -0
  114. package/dist/components/Icon/Icons.stories.d.ts +6 -5
  115. package/dist/components/Icon/Icons.stories.d.ts.map +1 -0
  116. package/dist/components/Icon/InfoCircleIcon.d.ts +4 -3
  117. package/dist/components/Icon/InfoCircleIcon.d.ts.map +1 -0
  118. package/dist/components/Icon/MinusCircleIcon.d.ts +4 -3
  119. package/dist/components/Icon/MinusCircleIcon.d.ts.map +1 -0
  120. package/dist/components/Icon/RetryIcon.d.ts +4 -3
  121. package/dist/components/Icon/RetryIcon.d.ts.map +1 -0
  122. package/dist/components/Icon/RetryLeftIcon.d.ts +4 -3
  123. package/dist/components/Icon/RetryLeftIcon.d.ts.map +1 -0
  124. package/dist/components/Icon/RetryRightIcon.d.ts +4 -3
  125. package/dist/components/Icon/RetryRightIcon.d.ts.map +1 -0
  126. package/dist/components/Icon/SearchIcon.d.ts +4 -3
  127. package/dist/components/Icon/SearchIcon.d.ts.map +1 -0
  128. package/dist/components/Icon/SearchMinusIcon.d.ts +4 -3
  129. package/dist/components/Icon/SearchMinusIcon.d.ts.map +1 -0
  130. package/dist/components/Icon/SettingIcon.d.ts +4 -3
  131. package/dist/components/Icon/SettingIcon.d.ts.map +1 -0
  132. package/dist/components/Icon/SignatureIcon.d.ts +4 -3
  133. package/dist/components/Icon/SignatureIcon.d.ts.map +1 -0
  134. package/dist/components/Icon/SwapWalletIcon.d.ts +4 -3
  135. package/dist/components/Icon/SwapWalletIcon.d.ts.map +1 -0
  136. package/dist/components/Icon/TimeIcon.d.ts +4 -3
  137. package/dist/components/Icon/TimeIcon.d.ts.map +1 -0
  138. package/dist/components/Icon/TrashIcon.d.ts +4 -3
  139. package/dist/components/Icon/TrashIcon.d.ts.map +1 -0
  140. package/dist/components/Icon/TryAgainIcon.d.ts +4 -3
  141. package/dist/components/Icon/TryAgainIcon.d.ts.map +1 -0
  142. package/dist/components/Icon/VerticalSwapIcon.d.ts +4 -3
  143. package/dist/components/Icon/VerticalSwapIcon.d.ts.map +1 -0
  144. package/dist/components/Icon/WalletIconIcon.d.ts +4 -3
  145. package/dist/components/Icon/WalletIconIcon.d.ts.map +1 -0
  146. package/dist/components/Icon/WarningIcon.d.ts +4 -3
  147. package/dist/components/Icon/WarningIcon.d.ts.map +1 -0
  148. package/dist/components/Icon/common.d.ts +229 -2
  149. package/dist/components/Icon/common.d.ts.map +1 -0
  150. package/dist/components/Icon/index.d.ts +41 -40
  151. package/dist/components/Icon/index.d.ts.map +1 -0
  152. package/dist/components/Icon/types.d.ts +8 -7
  153. package/dist/components/Icon/types.d.ts.map +1 -0
  154. package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +6 -5
  155. package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +1 -0
  156. package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +12 -11
  157. package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +1 -0
  158. package/dist/components/LiquiditySourceList/index.d.ts +2 -1
  159. package/dist/components/LiquiditySourceList/index.d.ts.map +1 -0
  160. package/dist/components/LiquiditySourceList/mockData.d.ts +3 -2
  161. package/dist/components/LiquiditySourceList/mockData.d.ts.map +1 -0
  162. package/dist/components/Modal/Modal.d.ts +12 -11
  163. package/dist/components/Modal/Modal.d.ts.map +1 -0
  164. package/dist/components/Modal/Modal.stories.d.ts +6 -5
  165. package/dist/components/Modal/Modal.stories.d.ts.map +1 -0
  166. package/dist/components/Modal/index.d.ts +2 -1
  167. package/dist/components/Modal/index.d.ts.map +1 -0
  168. package/dist/components/Radio/Radio.d.ts +14 -13
  169. package/dist/components/Radio/Radio.d.ts.map +1 -0
  170. package/dist/components/Radio/Radio.stories.d.ts +6 -5
  171. package/dist/components/Radio/Radio.stories.d.ts.map +1 -0
  172. package/dist/components/Radio/index.d.ts +2 -1
  173. package/dist/components/Radio/index.d.ts.map +1 -0
  174. package/dist/components/SecondaryPage/SecondaryPage.d.ts +17 -16
  175. package/dist/components/SecondaryPage/SecondaryPage.d.ts.map +1 -0
  176. package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts +6 -2
  177. package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts.map +1 -0
  178. package/dist/components/SecondaryPage/index.d.ts +2 -1
  179. package/dist/components/SecondaryPage/index.d.ts.map +1 -0
  180. package/dist/components/SelectableWalletList/SelectableWalletList.d.ts +8 -7
  181. package/dist/components/SelectableWalletList/SelectableWalletList.d.ts.map +1 -0
  182. package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts +8 -5
  183. package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +1 -0
  184. package/dist/components/SelectableWalletList/index.d.ts +2 -1
  185. package/dist/components/SelectableWalletList/index.d.ts.map +1 -0
  186. package/dist/components/SelectableWalletList/mock.d.ts +3 -2
  187. package/dist/components/SelectableWalletList/mock.d.ts.map +1 -0
  188. package/dist/components/Skeleton/Skeleton.d.ts +7 -6
  189. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  190. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -5
  191. package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
  192. package/dist/components/Skeleton/index.d.ts +2 -1
  193. package/dist/components/Skeleton/index.d.ts.map +1 -0
  194. package/dist/components/Spinner/Spinner.d.ts +7 -6
  195. package/dist/components/Spinner/Spinner.d.ts.map +1 -0
  196. package/dist/components/Spinner/Spinner.stories.d.ts +6 -5
  197. package/dist/components/Spinner/Spinner.stories.d.ts.map +1 -0
  198. package/dist/components/Spinner/index.d.ts +2 -1
  199. package/dist/components/Spinner/index.d.ts.map +1 -0
  200. package/dist/components/StatusDrawer/StatusDrawer.d.ts +12 -11
  201. package/dist/components/StatusDrawer/StatusDrawer.d.ts.map +1 -0
  202. package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +6 -5
  203. package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts.map +1 -0
  204. package/dist/components/StatusDrawer/index.d.ts +2 -1
  205. package/dist/components/StatusDrawer/index.d.ts.map +1 -0
  206. package/dist/components/StepDetail/StepDetail.d.ts +13 -12
  207. package/dist/components/StepDetail/StepDetail.d.ts.map +1 -0
  208. package/dist/components/StepDetail/StepDetail.stories.d.ts +8 -5
  209. package/dist/components/StepDetail/StepDetail.stories.d.ts.map +1 -0
  210. package/dist/components/StepDetail/index.d.ts +2 -1
  211. package/dist/components/StepDetail/index.d.ts.map +1 -0
  212. package/dist/components/SwapContainer/SwapContainer.d.ts +8 -7
  213. package/dist/components/SwapContainer/SwapContainer.d.ts.map +1 -0
  214. package/dist/components/SwapContainer/index.d.ts +2 -1
  215. package/dist/components/SwapContainer/index.d.ts.map +1 -0
  216. package/dist/components/SwapDetail/SwapDetail.d.ts +9 -8
  217. package/dist/components/SwapDetail/SwapDetail.d.ts.map +1 -0
  218. package/dist/components/SwapDetail/SwapDetail.stories.d.ts +8 -5
  219. package/dist/components/SwapDetail/SwapDetail.stories.d.ts.map +1 -0
  220. package/dist/components/SwapDetail/Token.d.ts +18 -17
  221. package/dist/components/SwapDetail/Token.d.ts.map +1 -0
  222. package/dist/components/SwapDetail/index.d.ts +2 -1
  223. package/dist/components/SwapDetail/index.d.ts.map +1 -0
  224. package/dist/components/SwapDetail/mock.d.ts +3 -2
  225. package/dist/components/SwapDetail/mock.d.ts.map +1 -0
  226. package/dist/components/Switch/Switch.d.ts +7 -6
  227. package/dist/components/Switch/Switch.d.ts.map +1 -0
  228. package/dist/components/Switch/Switch.stories.d.ts +6 -5
  229. package/dist/components/Switch/Switch.stories.d.ts.map +1 -0
  230. package/dist/components/Switch/index.d.ts +2 -1
  231. package/dist/components/Switch/index.d.ts.map +1 -0
  232. package/dist/components/TextField/TextField.d.ts +11 -10
  233. package/dist/components/TextField/TextField.d.ts.map +1 -0
  234. package/dist/components/TextField/TextField.stories.d.ts +8 -7
  235. package/dist/components/TextField/TextField.stories.d.ts.map +1 -0
  236. package/dist/components/TextField/index.d.ts +2 -1
  237. package/dist/components/TextField/index.d.ts.map +1 -0
  238. package/dist/components/TokenList/TokenItem.d.ts +12 -11
  239. package/dist/components/TokenList/TokenItem.d.ts.map +1 -0
  240. package/dist/components/TokenList/TokenList.d.ts +18 -17
  241. package/dist/components/TokenList/TokenList.d.ts.map +1 -0
  242. package/dist/components/TokenList/TokenList.stories.d.ts +6 -5
  243. package/dist/components/TokenList/TokenList.stories.d.ts.map +1 -0
  244. package/dist/components/TokenList/index.d.ts +2 -1
  245. package/dist/components/TokenList/index.d.ts.map +1 -0
  246. package/dist/components/TokenList/mockData.d.ts +3 -2
  247. package/dist/components/TokenList/mockData.d.ts.map +1 -0
  248. package/dist/components/Tooltip/Tooltip.d.ts +8 -7
  249. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  250. package/dist/components/Tooltip/Tooltip.stories.d.ts +8 -5
  251. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  252. package/dist/components/Tooltip/index.d.ts +2 -1
  253. package/dist/components/Tooltip/index.d.ts.map +1 -0
  254. package/dist/components/Typography/Typography.d.ts +19 -18
  255. package/dist/components/Typography/Typography.d.ts.map +1 -0
  256. package/dist/components/Typography/Typography.stories.d.ts +8 -5
  257. package/dist/components/Typography/Typography.stories.d.ts.map +1 -0
  258. package/dist/components/Typography/index.d.ts +2 -1
  259. package/dist/components/Typography/index.d.ts.map +1 -0
  260. package/dist/components/VirtualizedList/VirtualizedList.d.ts +18 -17
  261. package/dist/components/VirtualizedList/VirtualizedList.d.ts.map +1 -0
  262. package/dist/components/Wallet/State.d.ts +8 -7
  263. package/dist/components/Wallet/State.d.ts.map +1 -0
  264. package/dist/components/Wallet/Wallet.d.ts +8 -7
  265. package/dist/components/Wallet/Wallet.d.ts.map +1 -0
  266. package/dist/components/Wallet/Wallet.stories.d.ts +8 -5
  267. package/dist/components/Wallet/Wallet.stories.d.ts.map +1 -0
  268. package/dist/components/Wallet/index.d.ts +2 -1
  269. package/dist/components/Wallet/index.d.ts.map +1 -0
  270. package/dist/components/common/FilledCircle.d.ts +112 -1
  271. package/dist/components/common/FilledCircle.d.ts.map +1 -0
  272. package/dist/components/common/Image.d.ts +7 -6
  273. package/dist/components/common/Image.d.ts.map +1 -0
  274. package/dist/components/common/index.d.ts +3 -2
  275. package/dist/components/common/index.d.ts.map +1 -0
  276. package/dist/components/index.d.ts +26 -31
  277. package/dist/components/index.d.ts.map +1 -0
  278. package/dist/{components → containers}/BlockchainSelector/BlockchainSelector.d.ts +18 -17
  279. package/dist/containers/BlockchainSelector/BlockchainSelector.d.ts.map +1 -0
  280. package/dist/containers/BlockchainSelector/BlockchainSelector.stories.d.ts +6 -0
  281. package/dist/containers/BlockchainSelector/BlockchainSelector.stories.d.ts.map +1 -0
  282. package/dist/{components → containers}/BlockchainSelector/index.d.ts +2 -1
  283. package/dist/containers/BlockchainSelector/index.d.ts.map +1 -0
  284. package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts +23 -22
  285. package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts.map +1 -0
  286. package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +9 -6
  287. package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +1 -0
  288. package/dist/containers/ConfirmSwap/index.d.ts +2 -1
  289. package/dist/containers/ConfirmSwap/index.d.ts.map +1 -0
  290. package/dist/containers/ConfirmSwap/mock.d.ts +6 -5
  291. package/dist/containers/ConfirmSwap/mock.d.ts.map +1 -0
  292. package/dist/containers/ConnectWalletsModal/ConnectWallets.stories.d.ts +6 -0
  293. package/dist/containers/ConnectWalletsModal/ConnectWallets.stories.d.ts.map +1 -0
  294. package/dist/{components → containers}/ConnectWalletsModal/ConnectWalletsModal.d.ts +12 -11
  295. package/dist/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -0
  296. package/dist/{components → containers}/ConnectWalletsModal/index.d.ts +2 -1
  297. package/dist/containers/ConnectWalletsModal/index.d.ts.map +1 -0
  298. package/dist/{components → containers}/ConnectWalletsModal/mockData.d.ts +3 -2
  299. package/dist/containers/ConnectWalletsModal/mockData.d.ts.map +1 -0
  300. package/dist/containers/History/History.d.ts +7 -6
  301. package/dist/containers/History/History.d.ts.map +1 -0
  302. package/dist/containers/History/History.stories.d.ts +10 -5
  303. package/dist/containers/History/History.stories.d.ts.map +1 -0
  304. package/dist/containers/History/SwapsGroup.d.ts +14 -13
  305. package/dist/containers/History/SwapsGroup.d.ts.map +1 -0
  306. package/dist/containers/History/index.d.ts +4 -2
  307. package/dist/containers/History/index.d.ts.map +1 -0
  308. package/dist/containers/History/mock.d.ts +3 -2
  309. package/dist/containers/History/mock.d.ts.map +1 -0
  310. package/dist/containers/History/types.d.ts +40 -39
  311. package/dist/containers/History/types.d.ts.map +1 -0
  312. package/dist/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +14 -13
  313. package/dist/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +1 -0
  314. package/dist/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +6 -0
  315. package/dist/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +1 -0
  316. package/dist/{components → containers}/LiquiditySourcesSelector/index.d.ts +2 -1
  317. package/dist/containers/LiquiditySourcesSelector/index.d.ts.map +1 -0
  318. package/dist/{components → containers}/Settings/Settings.d.ts +25 -24
  319. package/dist/containers/Settings/Settings.d.ts.map +1 -0
  320. package/dist/containers/Settings/Settings.stories.d.ts +6 -0
  321. package/dist/containers/Settings/Settings.stories.d.ts.map +1 -0
  322. package/dist/{components → containers}/Settings/index.d.ts +2 -1
  323. package/dist/containers/Settings/index.d.ts.map +1 -0
  324. package/dist/containers/SwapHistory/SwapHistory.d.ts +1129 -24
  325. package/dist/containers/SwapHistory/SwapHistory.d.ts.map +1 -0
  326. package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +15 -5
  327. package/dist/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -0
  328. package/dist/containers/SwapHistory/SwapMessages.d.ts +18 -17
  329. package/dist/containers/SwapHistory/SwapMessages.d.ts.map +1 -0
  330. package/dist/containers/SwapHistory/index.d.ts +2 -1
  331. package/dist/containers/SwapHistory/index.d.ts.map +1 -0
  332. package/dist/containers/SwapHistory/mock.d.ts +3 -2
  333. package/dist/containers/SwapHistory/mock.d.ts.map +1 -0
  334. package/dist/containers/TokenSelector/TokenSelector.d.ts +125 -0
  335. package/dist/containers/TokenSelector/TokenSelector.d.ts.map +1 -0
  336. package/dist/containers/TokenSelector/TokenSelector.stories.d.ts +6 -0
  337. package/dist/containers/TokenSelector/TokenSelector.stories.d.ts.map +1 -0
  338. package/dist/{components → containers}/TokenSelector/index.d.ts +2 -1
  339. package/dist/containers/TokenSelector/index.d.ts.map +1 -0
  340. package/dist/containers/index.d.ts +9 -3
  341. package/dist/containers/index.d.ts.map +1 -0
  342. package/dist/helper/index.d.ts +7 -6
  343. package/dist/helper/index.d.ts.map +1 -0
  344. package/dist/hooks/index.d.ts +2 -1
  345. package/dist/hooks/index.d.ts.map +1 -0
  346. package/dist/hooks/useCopyToClipboard.d.ts +2 -1
  347. package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
  348. package/dist/index.d.ts +7 -6
  349. package/dist/index.d.ts.map +1 -0
  350. package/dist/index.js +20 -8
  351. package/dist/index.js.map +7 -0
  352. package/dist/theme.d.ts +929 -8
  353. package/dist/theme.d.ts.map +1 -0
  354. package/dist/types/index.d.ts +3 -2
  355. package/dist/types/index.d.ts.map +1 -0
  356. package/dist/types/meta.d.ts +24 -23
  357. package/dist/types/meta.d.ts.map +1 -0
  358. package/dist/types/swaps.d.ts +30 -29
  359. package/dist/types/swaps.d.ts.map +1 -0
  360. package/dist/types/wallet.d.ts +24 -23
  361. package/dist/types/wallet.d.ts.map +1 -0
  362. package/package.json +19 -37
  363. package/src/components/Alert/Alert.stories.tsx +19 -6
  364. package/src/components/Alert/Alert.tsx +3 -3
  365. package/src/components/BestRoute/BestRoute.stories.tsx +15 -5
  366. package/src/components/BestRoute/mock.ts +1 -1
  367. package/src/components/BlockchainsList/BlockchainsList.stories.tsx +9 -3
  368. package/src/components/BlockchainsList/mockData.ts +603 -108
  369. package/src/components/Button/Button.stories.tsx +8 -3
  370. package/src/components/Checkbox/Checkbox.stories.tsx +6 -2
  371. package/src/components/Chip/Chip.stories.tsx +23 -7
  372. package/src/components/ColorPicker/ColorPicker.stories.tsx +6 -3
  373. package/src/components/Divider/Divider.tsx +113 -11
  374. package/src/components/Drawer/Drawer.stories.tsx +8 -11
  375. package/src/components/Icon/Icons.stories.tsx +8 -4
  376. package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +6 -3
  377. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +3 -3
  378. package/src/components/Modal/Modal.stories.tsx +9 -10
  379. package/src/components/Radio/Radio.stories.tsx +12 -7
  380. package/src/components/SecondaryPage/SecondaryPage.stories.tsx +12 -3
  381. package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +2 -2
  382. package/src/components/SelectableWalletList/mock.ts +2 -2
  383. package/src/components/Skeleton/Skeleton.stories.tsx +6 -2
  384. package/src/components/Spinner/Spinner.stories.tsx +6 -2
  385. package/src/components/StatusDrawer/StatusDrawer.stories.tsx +7 -2
  386. package/src/components/StatusDrawer/StatusDrawer.tsx +2 -2
  387. package/src/components/StepDetail/StepDetail.stories.tsx +9 -2
  388. package/src/components/SwapDetail/SwapDetail.stories.tsx +5 -2
  389. package/src/components/SwapDetail/SwapDetail.tsx +3 -3
  390. package/src/components/SwapDetail/Token.tsx +4 -4
  391. package/src/components/Switch/Switch.stories.tsx +2 -2
  392. package/src/components/TextField/TextField.stories.tsx +3 -2
  393. package/src/components/TokenList/TokenList.stories.tsx +3 -3
  394. package/src/components/Tooltip/Tooltip.stories.tsx +7 -2
  395. package/src/components/Typography/Typography.stories.tsx +2 -2
  396. package/src/components/Wallet/Wallet.stories.tsx +7 -13
  397. package/src/components/index.ts +0 -6
  398. package/src/containers/BlockchainSelector/BlockchainSelector.stories.tsx +41 -0
  399. package/src/{components → containers}/BlockchainSelector/BlockchainSelector.tsx +5 -5
  400. package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +223 -10
  401. package/src/containers/ConfirmSwap/ConfirmSwap.tsx +21 -12
  402. package/src/containers/ConfirmSwap/mock.ts +12 -15
  403. package/src/containers/ConnectWalletsModal/ConnectWallets.stories.tsx +24 -0
  404. package/src/{components → containers}/ConnectWalletsModal/ConnectWalletsModal.tsx +3 -3
  405. package/src/{components → containers}/ConnectWalletsModal/mockData.ts +17 -17
  406. package/src/containers/History/History.stories.tsx +2 -2
  407. package/src/containers/History/History.tsx +1 -1
  408. package/src/containers/History/index.ts +2 -1
  409. package/src/containers/History/mock.ts +3 -3
  410. package/src/containers/History/types.tsx +1 -1
  411. package/src/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +7 -4
  412. package/src/{components → containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +2 -3
  413. package/src/containers/Settings/Settings.stories.tsx +27 -0
  414. package/src/{components → containers}/Settings/Settings.tsx +11 -8
  415. package/src/containers/SwapHistory/SwapHistory.stories.tsx +3 -3
  416. package/src/containers/SwapHistory/SwapHistory.tsx +4 -5
  417. package/src/containers/SwapHistory/mock.ts +2 -2
  418. package/src/{components → containers}/TokenSelector/TokenSelector.stories.tsx +7 -8
  419. package/src/{components → containers}/TokenSelector/TokenSelector.tsx +7 -6
  420. package/src/containers/index.ts +5 -0
  421. package/src/theme.ts +14 -22
  422. package/src/types/index.ts +1 -1
  423. package/dist/components/BlockchainSelector/BlockchainSelector.stories.d.ts +0 -5
  424. package/dist/components/ConnectWalletsModal/ConnectWallets.stories.d.ts +0 -5
  425. package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +0 -5
  426. package/dist/components/Settings/Settings.stories.d.ts +0 -5
  427. package/dist/components/Spacer/Spacer.d.ts +0 -6
  428. package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
  429. package/dist/components/Spacer/index.d.ts +0 -1
  430. package/dist/components/SwapContainer/SwapContainer.stories.d.ts +0 -5
  431. package/dist/components/TokenSelector/TokenSelector.d.ts +0 -14
  432. package/dist/components/TokenSelector/TokenSelector.stories.d.ts +0 -5
  433. package/dist/ui.cjs.development.js +0 -5181
  434. package/dist/ui.cjs.development.js.map +0 -1
  435. package/dist/ui.cjs.production.min.js +0 -2
  436. package/dist/ui.cjs.production.min.js.map +0 -1
  437. package/dist/ui.esm.js +0 -5091
  438. package/dist/ui.esm.js.map +0 -1
  439. package/src/components/BlockchainSelector/BlockchainSelector.stories.tsx +0 -25
  440. package/src/components/ConnectWalletsModal/ConnectWallets.stories.tsx +0 -13
  441. package/src/components/Settings/Settings.stories.tsx +0 -34
  442. package/src/components/Spacer/Spacer.stories.tsx +0 -31
  443. package/src/components/Spacer/Spacer.tsx +0 -128
  444. package/src/components/Spacer/index.ts +0 -1
  445. package/src/components/SwapContainer/SwapContainer.stories.tsx +0 -13
  446. /package/src/{components → containers}/BlockchainSelector/index.ts +0 -0
  447. /package/src/{components → containers}/ConnectWalletsModal/index.ts +0 -0
  448. /package/src/{components → containers}/LiquiditySourcesSelector/index.ts +0 -0
  449. /package/src/{components → containers}/Settings/index.ts +0 -0
  450. /package/src/{components → containers}/TokenSelector/index.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAiBjD,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,eAazD"}
@@ -1 +1,2 @@
1
- export { Header } from './Header';
1
+ export { Header } from './Header';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AddCircleIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AddCircleIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AddCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AddCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AddIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AddIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AddIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AddIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwBvC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AddWalletIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AddWalletIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AddWalletIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddWalletIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AddWalletIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2C7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AngleDownIcon: React.FC<IconProps>;
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AngleDownIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AngleDownIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AngleDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AngleDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAuB7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AngleLeftIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AngleLeftIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AngleLeftIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AngleLeftIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AngleLeftIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAIpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyB7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AngleRightIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AngleRightIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AngleRightIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AngleRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AngleRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyB9C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const AngleUpIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const AngleUpIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=AngleUpIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AngleUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/AngleUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyB3C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const ArrowRightIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowRightIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=ArrowRightIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/ArrowRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB9C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const BagIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const BagIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=BagIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BagIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/BagIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgCvC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const BanIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const BanIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=BanIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BanIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/BanIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyBvC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const CheckCircleIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CheckCircleIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=CheckCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CheckCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgC/C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const CheckIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CheckIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=CheckIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CheckIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAuBzC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const CheckSquareIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CheckSquareIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=CheckSquareIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckSquareIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CheckSquareIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA8B/C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const CheckWalletIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CheckWalletIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=CheckWalletIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckWalletIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CheckWalletIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAsC/C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const ChevronRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const ChevronRightIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=ChevronRightIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChevronRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/ChevronRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,iFAsB5B,CAAC"}
@@ -1 +1,113 @@
1
- export declare const CloseIcon: any;
1
+ /// <reference types="react" />
2
+ export declare const CloseIcon: import("@stitches/react/types/styled-component").StyledComponent<import("react").FC<import("./types").IconProps>, {}, {
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ }, import("@stitches/react/types/css-util").CSS<{
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ }, {
11
+ colors: {
12
+ primary: string;
13
+ primary100: string;
14
+ primary200: string;
15
+ primary300: string;
16
+ primary400: string;
17
+ primary500: string;
18
+ primary600: string;
19
+ primary700: string;
20
+ primary800: string;
21
+ primary900: string;
22
+ surface: string;
23
+ neutral100: string;
24
+ neutral200: string;
25
+ neutral300: string;
26
+ neutral400: string;
27
+ neutral500: string;
28
+ neutral600: string;
29
+ neutral700: string;
30
+ neutral800: string;
31
+ neutral900: string;
32
+ background: string;
33
+ foreground: string;
34
+ success: string;
35
+ success100: string;
36
+ success300: string;
37
+ success500: string;
38
+ success700: string;
39
+ warning: string;
40
+ warning100: string;
41
+ warning300: string;
42
+ warning500: string;
43
+ warning700: string;
44
+ error: string;
45
+ error100: string;
46
+ error300: string;
47
+ error500: string;
48
+ error700: string;
49
+ white: string;
50
+ };
51
+ space: {
52
+ 2: string;
53
+ 4: string;
54
+ 6: string;
55
+ 8: string;
56
+ 10: string;
57
+ 12: string;
58
+ 16: string;
59
+ 20: string;
60
+ 24: string;
61
+ 28: string;
62
+ 30: string;
63
+ 32: string;
64
+ };
65
+ fontSizes: {
66
+ 10: string;
67
+ 12: string;
68
+ 14: string;
69
+ 16: string;
70
+ 18: string;
71
+ 20: string;
72
+ 24: string;
73
+ 32: string;
74
+ 36: string;
75
+ 40: string;
76
+ 48: string;
77
+ };
78
+ fonts: {};
79
+ fontWeights: {
80
+ 400: string;
81
+ 500: string;
82
+ 600: string;
83
+ 700: string;
84
+ };
85
+ lineHeights: {};
86
+ letterSpacings: {};
87
+ sizes: {
88
+ 4: string;
89
+ 6: string;
90
+ 8: string;
91
+ 12: string;
92
+ 16: string;
93
+ 20: string;
94
+ 24: string;
95
+ 28: string;
96
+ 32: string;
97
+ 36: string;
98
+ 40: string;
99
+ 48: string;
100
+ };
101
+ borderWidths: {};
102
+ borderStyles: {};
103
+ radii: {
104
+ 5: string;
105
+ 10: string;
106
+ };
107
+ shadows: {
108
+ s: string;
109
+ };
110
+ zIndices: {};
111
+ transitions: {};
112
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
113
+ //# sourceMappingURL=CloseIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CloseIcon.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const CopyIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const CopyIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=CopyIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/CopyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoDxC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const DeleteCircleIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const DeleteCircleIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=DeleteCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/DeleteCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwBhD,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const DeleteWalletIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const DeleteWalletIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=DeleteWalletIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteWalletIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/DeleteWalletIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2ChD,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const DisconnectIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const DisconnectIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=DisconnectIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisconnectIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/DisconnectIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,iFAwB1B,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const DownloadIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const DownloadIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=DownloadIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DownloadIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/DownloadIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA8B5C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const GasIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const GasIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=GasIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GasIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/GasIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA8BvC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const HistoryIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const HistoryIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=HistoryIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/HistoryIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2B3C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const HorizontalSwapIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const HorizontalSwapIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=HorizontalSwapIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HorizontalSwapIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/HorizontalSwapIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA+BlD,CAAC"}
@@ -1,5 +1,6 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './types';
3
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, IconProps>;
4
- export default _default;
5
- export declare const Main: (props: IconProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ import { IconProps } from './types';
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IconProps>;
4
+ export default _default;
5
+ export declare const Main: (props: IconProps) => JSX.Element;
6
+ //# sourceMappingURL=Icons.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icons.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icons.stories.tsx"],"names":[],"mappings":";AACA,OAAO,EAAQ,SAAS,EAAE,MAAM,SAAS,CAAC;;AAK1C,wBAqBuC;AAQvC,eAAO,MAAM,IAAI,UAAW,SAAS,gBAYpC,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const InfoCircleIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const InfoCircleIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=InfoCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/InfoCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgC9C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const MinusCircleIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const MinusCircleIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=MinusCircleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MinusCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/MinusCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB/C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const RetryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const RetryIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=RetryIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RetryIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/RetryIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS,iFAuBrB,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const RetryLeftIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const RetryLeftIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=RetryLeftIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RetryLeftIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/RetryLeftIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const RetryRightIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const RetryRightIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=RetryRightIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RetryRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/RetryRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB9C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const SearchIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SearchIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=SearchIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/SearchIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB1C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const SearchMinusIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SearchMinusIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=SearchMinusIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchMinusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/SearchMinusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB/C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const SettingsIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SettingsIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=SettingIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/SettingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAwB5C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const SignatureIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SignatureIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=SignatureIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SignatureIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/SignatureIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyB7C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const SwapWalletIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const SwapWalletIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=SwapWalletIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SwapWalletIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/SwapWalletIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2C9C,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const TimeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const TimeIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=TimeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/TimeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,QAAQ,iFAsBpB,CAAC"}
@@ -1,3 +1,4 @@
1
- import * as React from 'react';
2
- import { IconProps } from './types';
3
- export declare const TrashIcon: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const TrashIcon: React.FC<IconProps>;
4
+ //# sourceMappingURL=TrashIcon.d.ts.map