@0xsquid/ui 0.26.0 → 0.27.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 (390) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/index.js +2027 -1729
  3. package/dist/cjs/types/components/badges/BadgeImage.d.ts +1 -1
  4. package/dist/cjs/types/components/badges/IconLabel.d.ts +3 -3
  5. package/dist/cjs/types/components/badges/Image.d.ts +9 -0
  6. package/dist/cjs/types/components/badges/LoadingSkeleton.d.ts +3 -3
  7. package/dist/cjs/types/components/badges/TransactionState.d.ts +2 -2
  8. package/dist/cjs/types/components/badges/index.d.ts +7 -7
  9. package/dist/cjs/types/components/buttons/AssetsButton.d.ts +3 -3
  10. package/dist/cjs/types/components/buttons/BoostButton.d.ts +1 -1
  11. package/dist/cjs/types/components/buttons/Button.d.ts +2 -2
  12. package/dist/cjs/types/components/buttons/FeeButton.d.ts +2 -2
  13. package/dist/cjs/types/components/buttons/IconButton.d.ts +2 -2
  14. package/dist/cjs/types/components/buttons/StopsButton.d.ts +13 -0
  15. package/dist/cjs/types/components/buttons/index.d.ts +11 -11
  16. package/dist/cjs/types/components/controls/Input.d.ts +1 -1
  17. package/dist/cjs/types/components/controls/NumericInput.d.ts +5 -5
  18. package/dist/cjs/types/components/controls/SettingsSlider.d.ts +1 -1
  19. package/dist/cjs/types/components/controls/Switch.d.ts +5 -4
  20. package/dist/cjs/types/components/controls/Tooltip.d.ts +3 -3
  21. package/dist/cjs/types/components/controls/index.d.ts +6 -6
  22. package/dist/cjs/types/components/icons/Arrow.d.ts +16 -1
  23. package/dist/cjs/types/components/icons/Clock.d.ts +1 -1
  24. package/dist/cjs/types/components/icons/Coins.d.ts +5 -1
  25. package/dist/cjs/types/components/icons/CompassRound.d.ts +5 -1
  26. package/dist/cjs/types/components/icons/Copy.d.ts +2 -2
  27. package/dist/cjs/types/components/icons/CrossAnimatedIcon.d.ts +1 -1
  28. package/dist/cjs/types/components/icons/Generic.d.ts +40 -0
  29. package/dist/cjs/types/components/icons/Link.d.ts +2 -2
  30. package/dist/cjs/types/components/icons/Loader.d.ts +2 -2
  31. package/dist/cjs/types/components/icons/Search.d.ts +4 -1
  32. package/dist/cjs/types/components/icons/Timeline.d.ts +2 -2
  33. package/dist/cjs/types/components/icons/index.d.ts +55 -54
  34. package/dist/cjs/types/components/index.d.ts +8 -8
  35. package/dist/cjs/types/components/layout/AppContainer.d.ts +2 -2
  36. package/dist/cjs/types/components/layout/Boost.d.ts +3 -3
  37. package/dist/cjs/types/components/layout/Breadcrumb.d.ts +1 -1
  38. package/dist/cjs/types/components/layout/Collapse.d.ts +3 -3
  39. package/dist/cjs/types/components/layout/CollapsibleMenu.d.ts +1 -1
  40. package/dist/cjs/types/components/layout/DescriptionBlocks.d.ts +4 -4
  41. package/dist/cjs/types/components/layout/DetailsToolbar.d.ts +6 -14
  42. package/dist/cjs/types/components/layout/DropdownMenu.d.ts +6 -3
  43. package/dist/cjs/types/components/layout/HashLink.d.ts +1 -1
  44. package/dist/cjs/types/components/layout/Join.d.ts +1 -1
  45. package/dist/cjs/types/components/layout/Menu.d.ts +5 -5
  46. package/dist/cjs/types/components/layout/Modal.d.ts +1 -1
  47. package/dist/cjs/types/components/layout/ModalContent.d.ts +1 -1
  48. package/dist/cjs/types/components/layout/NavigationBar.d.ts +4 -4
  49. package/dist/cjs/types/components/layout/PipeSeparator.d.ts +2 -2
  50. package/dist/cjs/types/components/layout/SwapConfiguration.d.ts +7 -7
  51. package/dist/cjs/types/components/layout/SwapStepsCollapsed.d.ts +1 -1
  52. package/dist/cjs/types/components/layout/TokenPair.d.ts +1 -1
  53. package/dist/cjs/types/components/layout/TransactionFilters.d.ts +2 -2
  54. package/dist/cjs/types/components/layout/TransactionHeader/BridgeHeader.d.ts +1 -1
  55. package/dist/cjs/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +1 -1
  56. package/dist/cjs/types/components/layout/TransactionHeader/InteractionHeader.d.ts +2 -2
  57. package/dist/cjs/types/components/layout/TransactionHeader/SwapHeader.d.ts +1 -1
  58. package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeader.d.ts +6 -6
  59. package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +2 -2
  60. package/dist/cjs/types/components/layout/TransactionHeader/index.d.ts +1 -1
  61. package/dist/cjs/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +1 -1
  62. package/dist/cjs/types/components/layout/TransactionProperties/TransactionProperties.d.ts +5 -5
  63. package/dist/cjs/types/components/layout/TransactionProperties/index.d.ts +6 -6
  64. package/dist/cjs/types/components/layout/TransactionSearch.d.ts +1 -1
  65. package/dist/cjs/types/components/layout/Transfer.d.ts +1 -1
  66. package/dist/cjs/types/components/layout/index.d.ts +41 -41
  67. package/dist/cjs/types/components/lists/DropdownMenuItem.d.ts +18 -2
  68. package/dist/cjs/types/components/lists/DropdownMenuTitle.d.ts +3 -0
  69. package/dist/cjs/types/components/lists/HistoryItem.d.ts +3 -4
  70. package/dist/cjs/types/components/lists/ListItem.d.ts +7 -2
  71. package/dist/cjs/types/components/lists/PropertyListItem.d.ts +8 -4
  72. package/dist/cjs/types/components/lists/RouteStep.d.ts +9 -0
  73. package/dist/cjs/types/components/lists/SettingsItem.d.ts +7 -7
  74. package/dist/cjs/types/components/lists/SwapStepItem.d.ts +1 -1
  75. package/dist/cjs/types/components/lists/TransactionAction/ActionLayout.d.ts +3 -3
  76. package/dist/cjs/types/components/lists/TransactionAction/ApproveAction.d.ts +1 -1
  77. package/dist/cjs/types/components/lists/TransactionAction/BaseActionProps.d.ts +1 -1
  78. package/dist/cjs/types/components/lists/TransactionAction/BridgeAction.d.ts +1 -1
  79. package/dist/cjs/types/components/lists/TransactionAction/FeesAction.d.ts +2 -2
  80. package/dist/cjs/types/components/lists/TransactionAction/IncompleteAction.d.ts +2 -2
  81. package/dist/cjs/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +1 -1
  82. package/dist/cjs/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +1 -1
  83. package/dist/cjs/types/components/lists/TransactionAction/SendTokensAction.d.ts +1 -1
  84. package/dist/cjs/types/components/lists/TransactionAction/StakeAction.d.ts +1 -1
  85. package/dist/cjs/types/components/lists/TransactionAction/StartAction.d.ts +1 -1
  86. package/dist/cjs/types/components/lists/TransactionAction/SuccessAction.d.ts +1 -1
  87. package/dist/cjs/types/components/lists/TransactionAction/SwapAction.d.ts +1 -1
  88. package/dist/cjs/types/components/lists/TransactionAction/TransactionAction.d.ts +13 -13
  89. package/dist/cjs/types/components/lists/TransactionAction/WrapAction.d.ts +1 -1
  90. package/dist/cjs/types/components/lists/TransactionAction/index.d.ts +14 -14
  91. package/dist/cjs/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +1 -1
  92. package/dist/cjs/types/components/lists/TransactionItem.d.ts +3 -3
  93. package/dist/cjs/types/components/lists/index.d.ts +27 -25
  94. package/dist/cjs/types/components/typography/BodyText.d.ts +2 -2
  95. package/dist/cjs/types/components/typography/HeadingText.d.ts +2 -2
  96. package/dist/cjs/types/components/typography/index.d.ts +3 -3
  97. package/dist/cjs/types/components/views/AssetsView.d.ts +1 -1
  98. package/dist/cjs/types/components/views/RecipientView.d.ts +1 -1
  99. package/dist/cjs/types/components/views/SwapProgressView.d.ts +2 -2
  100. package/dist/cjs/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +2 -2
  101. package/dist/cjs/types/components/views/TransactionView/BridgeTransactionView.d.ts +1 -1
  102. package/dist/cjs/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +1 -1
  103. package/dist/cjs/types/components/views/TransactionView/InteractionTransactionView.d.ts +2 -2
  104. package/dist/cjs/types/components/views/TransactionView/SwapTransactionView.d.ts +1 -1
  105. package/dist/cjs/types/components/views/TransactionView/TransactionView.d.ts +5 -5
  106. package/dist/cjs/types/components/views/TransactionView/TransactionViewLayout.d.ts +3 -3
  107. package/dist/cjs/types/components/views/TransactionView/index.d.ts +6 -6
  108. package/dist/cjs/types/components/views/index.d.ts +13 -13
  109. package/dist/cjs/types/core/constants.d.ts +1 -1
  110. package/dist/cjs/types/core/design-system.d.ts +1 -1
  111. package/dist/cjs/types/core/index.d.ts +4 -4
  112. package/dist/cjs/types/core/themes.d.ts +2 -2
  113. package/dist/cjs/types/core/utils.d.ts +12 -3
  114. package/dist/cjs/types/hooks/index.d.ts +6 -6
  115. package/dist/cjs/types/hooks/useDropdownMenu.d.ts +14 -3
  116. package/dist/cjs/types/index.d.ts +5 -5
  117. package/dist/cjs/types/providers/SquidConfigProvider.d.ts +3 -3
  118. package/dist/cjs/types/providers/index.d.ts +1 -1
  119. package/dist/cjs/types/services/internal/colorService.d.ts +1 -1
  120. package/dist/cjs/types/stories/badges/BadgeImage.stories.d.ts +2 -2
  121. package/dist/cjs/types/stories/badges/IconLabel.stories.d.ts +2 -2
  122. package/dist/cjs/types/stories/badges/ImageIcon.stories.d.ts +3 -3
  123. package/dist/cjs/types/stories/badges/Loader.stories.d.ts +2 -2
  124. package/dist/cjs/types/stories/badges/LoadingSkeleton.stories.d.ts +2 -2
  125. package/dist/cjs/types/stories/badges/TransactionState.stories.d.ts +2 -2
  126. package/dist/cjs/types/stories/badges/UsdAmount.stories.d.ts +2 -2
  127. package/dist/cjs/types/stories/badges/WalletLink.stories.d.ts +2 -2
  128. package/dist/cjs/types/stories/buttons/AddressButton.stories.d.ts +2 -2
  129. package/dist/cjs/types/stories/buttons/ArrowButton.stories.d.ts +2 -2
  130. package/dist/cjs/types/stories/buttons/AssetsButton.stories.d.ts +2 -2
  131. package/dist/cjs/types/stories/buttons/BoostButton.stories.d.ts +2 -2
  132. package/dist/cjs/types/stories/buttons/Button.stories.d.ts +2 -2
  133. package/dist/cjs/types/stories/buttons/Chip.stories.d.ts +2 -2
  134. package/dist/cjs/types/stories/buttons/FeeButton.stories.d.ts +2 -2
  135. package/dist/cjs/types/stories/buttons/FilterButton.stories.d.ts +2 -2
  136. package/dist/cjs/types/stories/buttons/IconButon.stories.d.ts +2 -2
  137. package/dist/cjs/types/stories/buttons/SettingsButton.stories.d.ts +2 -2
  138. package/dist/cjs/types/stories/buttons/StopsButton.stories.d.ts +10 -0
  139. package/dist/cjs/types/stories/controls/Input.stories.d.ts +2 -2
  140. package/dist/cjs/types/stories/controls/RangeInput.stories.d.ts +2 -2
  141. package/dist/cjs/types/stories/controls/SettingsSlider.stories.d.ts +2 -2
  142. package/dist/cjs/types/stories/controls/Switch.stories.d.ts +2 -2
  143. package/dist/cjs/types/stories/controls/Tooltip.stories.d.ts +2 -2
  144. package/dist/cjs/types/stories/layout/AppContainer.stories.d.ts +1 -1
  145. package/dist/cjs/types/stories/layout/Boost.stories.d.ts +2 -2
  146. package/dist/cjs/types/stories/layout/DetailsToolbar.stories.d.ts +5 -5
  147. package/dist/cjs/types/stories/layout/DropdownMenu.stories.d.ts +6 -3
  148. package/dist/cjs/types/stories/layout/ErrorMessage.stories.d.ts +2 -2
  149. package/dist/cjs/types/stories/layout/HashLink.stories.d.ts +2 -2
  150. package/dist/cjs/types/stories/layout/InfoBox.stories.d.ts +2 -2
  151. package/dist/cjs/types/stories/layout/Menu.stories.d.ts +2 -2
  152. package/dist/cjs/types/stories/layout/ModalContent.stories.d.ts +2 -2
  153. package/dist/cjs/types/stories/layout/NavigationBar.stories.d.ts +2 -2
  154. package/dist/cjs/types/stories/layout/ProductCard.stories.d.ts +2 -2
  155. package/dist/cjs/types/stories/layout/SwapConfiguration.stories.d.ts +2 -2
  156. package/dist/cjs/types/stories/layout/SwapProgressViewHeader.stories.d.ts +2 -2
  157. package/dist/cjs/types/stories/layout/SwapStepsCollapsed.stories.d.ts +2 -2
  158. package/dist/cjs/types/stories/layout/Toast.stories.d.ts +2 -2
  159. package/dist/cjs/types/stories/layout/TokenPair.stories.d.ts +2 -2
  160. package/dist/cjs/types/stories/layout/TransactionFilters.stories.d.ts +1 -1
  161. package/dist/cjs/types/stories/layout/TransactionHeader.stories.d.ts +2 -2
  162. package/dist/cjs/types/stories/layout/TransactionProperties.stories.d.ts +2 -2
  163. package/dist/cjs/types/stories/layout/TransactionSearch.stories.d.ts +2 -2
  164. package/dist/cjs/types/stories/layout/Transfer.stories.d.ts +2 -2
  165. package/dist/cjs/types/stories/lists/DropdownMenuItem.stories.d.ts +9 -3
  166. package/dist/cjs/types/stories/lists/DropdownMenuTitle.stories.d.ts +6 -0
  167. package/dist/cjs/types/stories/lists/HistoryItem.stories.d.ts +3 -2
  168. package/dist/cjs/types/stories/lists/ListItem.stories.d.ts +3 -2
  169. package/dist/cjs/types/stories/lists/MenuItem.stories.d.ts +2 -2
  170. package/dist/cjs/types/stories/lists/PropertyListItem.stories.d.ts +4 -2
  171. package/dist/cjs/types/stories/lists/RouteStep.stories.d.ts +7 -0
  172. package/dist/cjs/types/stories/lists/SectionTitle.stories.d.ts +2 -2
  173. package/dist/cjs/types/stories/lists/SettingsItem.stories.d.ts +2 -2
  174. package/dist/cjs/types/stories/lists/SwapStepItem.stories.d.ts +2 -2
  175. package/dist/cjs/types/stories/lists/TransactionAction.stories.d.ts +2 -2
  176. package/dist/cjs/types/stories/lists/TransactionItem.stories.d.ts +2 -2
  177. package/dist/cjs/types/stories/typography/BodyText.stories.d.ts +2 -2
  178. package/dist/cjs/types/stories/typography/CaptionText.stories.d.ts +2 -2
  179. package/dist/cjs/types/stories/typography/HeadingText.stories.d.ts +2 -2
  180. package/dist/cjs/types/stories/views/AssetsView.stories.d.ts +2 -2
  181. package/dist/cjs/types/stories/views/HistoryView.stories.d.ts +2 -2
  182. package/dist/cjs/types/stories/views/MainView.stories.d.ts +2 -2
  183. package/dist/cjs/types/stories/views/RecipientView.stories.d.ts +2 -2
  184. package/dist/cjs/types/stories/views/SettingsView.stories.d.ts +2 -2
  185. package/dist/cjs/types/stories/views/SwapDetailsView.stories.d.ts +2 -2
  186. package/dist/cjs/types/stories/views/SwapProgressView.stories.d.ts +2 -2
  187. package/dist/cjs/types/stories/views/TransactionView.stories.d.ts +2 -2
  188. package/dist/cjs/types/stories/views/WalletsView.stories.d.ts +2 -2
  189. package/dist/cjs/types/tests/utils.test.d.ts +1 -0
  190. package/dist/cjs/types/types/components.d.ts +23 -22
  191. package/dist/cjs/types/types/config.d.ts +18 -18
  192. package/dist/cjs/types/types/index.d.ts +3 -2
  193. package/dist/cjs/types/types/utils.d.ts +11 -0
  194. package/dist/esm/index.js +2007 -1727
  195. package/dist/esm/types/components/badges/BadgeImage.d.ts +1 -1
  196. package/dist/esm/types/components/badges/IconLabel.d.ts +3 -3
  197. package/dist/esm/types/components/badges/Image.d.ts +9 -0
  198. package/dist/esm/types/components/badges/LoadingSkeleton.d.ts +3 -3
  199. package/dist/esm/types/components/badges/TransactionState.d.ts +2 -2
  200. package/dist/esm/types/components/badges/index.d.ts +7 -7
  201. package/dist/esm/types/components/buttons/AssetsButton.d.ts +3 -3
  202. package/dist/esm/types/components/buttons/BoostButton.d.ts +1 -1
  203. package/dist/esm/types/components/buttons/Button.d.ts +2 -2
  204. package/dist/esm/types/components/buttons/FeeButton.d.ts +2 -2
  205. package/dist/esm/types/components/buttons/IconButton.d.ts +2 -2
  206. package/dist/esm/types/components/buttons/StopsButton.d.ts +13 -0
  207. package/dist/esm/types/components/buttons/index.d.ts +11 -11
  208. package/dist/esm/types/components/controls/Input.d.ts +1 -1
  209. package/dist/esm/types/components/controls/NumericInput.d.ts +5 -5
  210. package/dist/esm/types/components/controls/SettingsSlider.d.ts +1 -1
  211. package/dist/esm/types/components/controls/Switch.d.ts +5 -4
  212. package/dist/esm/types/components/controls/Tooltip.d.ts +3 -3
  213. package/dist/esm/types/components/controls/index.d.ts +6 -6
  214. package/dist/esm/types/components/icons/Arrow.d.ts +16 -1
  215. package/dist/esm/types/components/icons/Clock.d.ts +1 -1
  216. package/dist/esm/types/components/icons/Coins.d.ts +5 -1
  217. package/dist/esm/types/components/icons/CompassRound.d.ts +5 -1
  218. package/dist/esm/types/components/icons/Copy.d.ts +2 -2
  219. package/dist/esm/types/components/icons/CrossAnimatedIcon.d.ts +1 -1
  220. package/dist/esm/types/components/icons/Generic.d.ts +40 -0
  221. package/dist/esm/types/components/icons/Link.d.ts +2 -2
  222. package/dist/esm/types/components/icons/Loader.d.ts +2 -2
  223. package/dist/esm/types/components/icons/Search.d.ts +4 -1
  224. package/dist/esm/types/components/icons/Timeline.d.ts +2 -2
  225. package/dist/esm/types/components/icons/index.d.ts +55 -54
  226. package/dist/esm/types/components/index.d.ts +8 -8
  227. package/dist/esm/types/components/layout/AppContainer.d.ts +2 -2
  228. package/dist/esm/types/components/layout/Boost.d.ts +3 -3
  229. package/dist/esm/types/components/layout/Breadcrumb.d.ts +1 -1
  230. package/dist/esm/types/components/layout/Collapse.d.ts +3 -3
  231. package/dist/esm/types/components/layout/CollapsibleMenu.d.ts +1 -1
  232. package/dist/esm/types/components/layout/DescriptionBlocks.d.ts +4 -4
  233. package/dist/esm/types/components/layout/DetailsToolbar.d.ts +6 -14
  234. package/dist/esm/types/components/layout/DropdownMenu.d.ts +6 -3
  235. package/dist/esm/types/components/layout/HashLink.d.ts +1 -1
  236. package/dist/esm/types/components/layout/Join.d.ts +1 -1
  237. package/dist/esm/types/components/layout/Menu.d.ts +5 -5
  238. package/dist/esm/types/components/layout/Modal.d.ts +1 -1
  239. package/dist/esm/types/components/layout/ModalContent.d.ts +1 -1
  240. package/dist/esm/types/components/layout/NavigationBar.d.ts +4 -4
  241. package/dist/esm/types/components/layout/PipeSeparator.d.ts +2 -2
  242. package/dist/esm/types/components/layout/SwapConfiguration.d.ts +7 -7
  243. package/dist/esm/types/components/layout/SwapStepsCollapsed.d.ts +1 -1
  244. package/dist/esm/types/components/layout/TokenPair.d.ts +1 -1
  245. package/dist/esm/types/components/layout/TransactionFilters.d.ts +2 -2
  246. package/dist/esm/types/components/layout/TransactionHeader/BridgeHeader.d.ts +1 -1
  247. package/dist/esm/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +1 -1
  248. package/dist/esm/types/components/layout/TransactionHeader/InteractionHeader.d.ts +2 -2
  249. package/dist/esm/types/components/layout/TransactionHeader/SwapHeader.d.ts +1 -1
  250. package/dist/esm/types/components/layout/TransactionHeader/TransactionHeader.d.ts +6 -6
  251. package/dist/esm/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +2 -2
  252. package/dist/esm/types/components/layout/TransactionHeader/index.d.ts +1 -1
  253. package/dist/esm/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +1 -1
  254. package/dist/esm/types/components/layout/TransactionProperties/TransactionProperties.d.ts +5 -5
  255. package/dist/esm/types/components/layout/TransactionProperties/index.d.ts +6 -6
  256. package/dist/esm/types/components/layout/TransactionSearch.d.ts +1 -1
  257. package/dist/esm/types/components/layout/Transfer.d.ts +1 -1
  258. package/dist/esm/types/components/layout/index.d.ts +41 -41
  259. package/dist/esm/types/components/lists/DropdownMenuItem.d.ts +18 -2
  260. package/dist/esm/types/components/lists/DropdownMenuTitle.d.ts +3 -0
  261. package/dist/esm/types/components/lists/HistoryItem.d.ts +3 -4
  262. package/dist/esm/types/components/lists/ListItem.d.ts +7 -2
  263. package/dist/esm/types/components/lists/PropertyListItem.d.ts +8 -4
  264. package/dist/esm/types/components/lists/RouteStep.d.ts +9 -0
  265. package/dist/esm/types/components/lists/SettingsItem.d.ts +7 -7
  266. package/dist/esm/types/components/lists/SwapStepItem.d.ts +1 -1
  267. package/dist/esm/types/components/lists/TransactionAction/ActionLayout.d.ts +3 -3
  268. package/dist/esm/types/components/lists/TransactionAction/ApproveAction.d.ts +1 -1
  269. package/dist/esm/types/components/lists/TransactionAction/BaseActionProps.d.ts +1 -1
  270. package/dist/esm/types/components/lists/TransactionAction/BridgeAction.d.ts +1 -1
  271. package/dist/esm/types/components/lists/TransactionAction/FeesAction.d.ts +2 -2
  272. package/dist/esm/types/components/lists/TransactionAction/IncompleteAction.d.ts +2 -2
  273. package/dist/esm/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +1 -1
  274. package/dist/esm/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +1 -1
  275. package/dist/esm/types/components/lists/TransactionAction/SendTokensAction.d.ts +1 -1
  276. package/dist/esm/types/components/lists/TransactionAction/StakeAction.d.ts +1 -1
  277. package/dist/esm/types/components/lists/TransactionAction/StartAction.d.ts +1 -1
  278. package/dist/esm/types/components/lists/TransactionAction/SuccessAction.d.ts +1 -1
  279. package/dist/esm/types/components/lists/TransactionAction/SwapAction.d.ts +1 -1
  280. package/dist/esm/types/components/lists/TransactionAction/TransactionAction.d.ts +13 -13
  281. package/dist/esm/types/components/lists/TransactionAction/WrapAction.d.ts +1 -1
  282. package/dist/esm/types/components/lists/TransactionAction/index.d.ts +14 -14
  283. package/dist/esm/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +1 -1
  284. package/dist/esm/types/components/lists/TransactionItem.d.ts +3 -3
  285. package/dist/esm/types/components/lists/index.d.ts +27 -25
  286. package/dist/esm/types/components/typography/BodyText.d.ts +2 -2
  287. package/dist/esm/types/components/typography/HeadingText.d.ts +2 -2
  288. package/dist/esm/types/components/typography/index.d.ts +3 -3
  289. package/dist/esm/types/components/views/AssetsView.d.ts +1 -1
  290. package/dist/esm/types/components/views/RecipientView.d.ts +1 -1
  291. package/dist/esm/types/components/views/SwapProgressView.d.ts +2 -2
  292. package/dist/esm/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +2 -2
  293. package/dist/esm/types/components/views/TransactionView/BridgeTransactionView.d.ts +1 -1
  294. package/dist/esm/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +1 -1
  295. package/dist/esm/types/components/views/TransactionView/InteractionTransactionView.d.ts +2 -2
  296. package/dist/esm/types/components/views/TransactionView/SwapTransactionView.d.ts +1 -1
  297. package/dist/esm/types/components/views/TransactionView/TransactionView.d.ts +5 -5
  298. package/dist/esm/types/components/views/TransactionView/TransactionViewLayout.d.ts +3 -3
  299. package/dist/esm/types/components/views/TransactionView/index.d.ts +6 -6
  300. package/dist/esm/types/components/views/index.d.ts +13 -13
  301. package/dist/esm/types/core/constants.d.ts +1 -1
  302. package/dist/esm/types/core/design-system.d.ts +1 -1
  303. package/dist/esm/types/core/index.d.ts +4 -4
  304. package/dist/esm/types/core/themes.d.ts +2 -2
  305. package/dist/esm/types/core/utils.d.ts +12 -3
  306. package/dist/esm/types/hooks/index.d.ts +6 -6
  307. package/dist/esm/types/hooks/useDropdownMenu.d.ts +14 -3
  308. package/dist/esm/types/index.d.ts +5 -5
  309. package/dist/esm/types/providers/SquidConfigProvider.d.ts +3 -3
  310. package/dist/esm/types/providers/index.d.ts +1 -1
  311. package/dist/esm/types/services/internal/colorService.d.ts +1 -1
  312. package/dist/esm/types/stories/badges/BadgeImage.stories.d.ts +2 -2
  313. package/dist/esm/types/stories/badges/IconLabel.stories.d.ts +2 -2
  314. package/dist/esm/types/stories/badges/ImageIcon.stories.d.ts +3 -3
  315. package/dist/esm/types/stories/badges/Loader.stories.d.ts +2 -2
  316. package/dist/esm/types/stories/badges/LoadingSkeleton.stories.d.ts +2 -2
  317. package/dist/esm/types/stories/badges/TransactionState.stories.d.ts +2 -2
  318. package/dist/esm/types/stories/badges/UsdAmount.stories.d.ts +2 -2
  319. package/dist/esm/types/stories/badges/WalletLink.stories.d.ts +2 -2
  320. package/dist/esm/types/stories/buttons/AddressButton.stories.d.ts +2 -2
  321. package/dist/esm/types/stories/buttons/ArrowButton.stories.d.ts +2 -2
  322. package/dist/esm/types/stories/buttons/AssetsButton.stories.d.ts +2 -2
  323. package/dist/esm/types/stories/buttons/BoostButton.stories.d.ts +2 -2
  324. package/dist/esm/types/stories/buttons/Button.stories.d.ts +2 -2
  325. package/dist/esm/types/stories/buttons/Chip.stories.d.ts +2 -2
  326. package/dist/esm/types/stories/buttons/FeeButton.stories.d.ts +2 -2
  327. package/dist/esm/types/stories/buttons/FilterButton.stories.d.ts +2 -2
  328. package/dist/esm/types/stories/buttons/IconButon.stories.d.ts +2 -2
  329. package/dist/esm/types/stories/buttons/SettingsButton.stories.d.ts +2 -2
  330. package/dist/esm/types/stories/buttons/StopsButton.stories.d.ts +10 -0
  331. package/dist/esm/types/stories/controls/Input.stories.d.ts +2 -2
  332. package/dist/esm/types/stories/controls/RangeInput.stories.d.ts +2 -2
  333. package/dist/esm/types/stories/controls/SettingsSlider.stories.d.ts +2 -2
  334. package/dist/esm/types/stories/controls/Switch.stories.d.ts +2 -2
  335. package/dist/esm/types/stories/controls/Tooltip.stories.d.ts +2 -2
  336. package/dist/esm/types/stories/layout/AppContainer.stories.d.ts +1 -1
  337. package/dist/esm/types/stories/layout/Boost.stories.d.ts +2 -2
  338. package/dist/esm/types/stories/layout/DetailsToolbar.stories.d.ts +5 -5
  339. package/dist/esm/types/stories/layout/DropdownMenu.stories.d.ts +6 -3
  340. package/dist/esm/types/stories/layout/ErrorMessage.stories.d.ts +2 -2
  341. package/dist/esm/types/stories/layout/HashLink.stories.d.ts +2 -2
  342. package/dist/esm/types/stories/layout/InfoBox.stories.d.ts +2 -2
  343. package/dist/esm/types/stories/layout/Menu.stories.d.ts +2 -2
  344. package/dist/esm/types/stories/layout/ModalContent.stories.d.ts +2 -2
  345. package/dist/esm/types/stories/layout/NavigationBar.stories.d.ts +2 -2
  346. package/dist/esm/types/stories/layout/ProductCard.stories.d.ts +2 -2
  347. package/dist/esm/types/stories/layout/SwapConfiguration.stories.d.ts +2 -2
  348. package/dist/esm/types/stories/layout/SwapProgressViewHeader.stories.d.ts +2 -2
  349. package/dist/esm/types/stories/layout/SwapStepsCollapsed.stories.d.ts +2 -2
  350. package/dist/esm/types/stories/layout/Toast.stories.d.ts +2 -2
  351. package/dist/esm/types/stories/layout/TokenPair.stories.d.ts +2 -2
  352. package/dist/esm/types/stories/layout/TransactionFilters.stories.d.ts +1 -1
  353. package/dist/esm/types/stories/layout/TransactionHeader.stories.d.ts +2 -2
  354. package/dist/esm/types/stories/layout/TransactionProperties.stories.d.ts +2 -2
  355. package/dist/esm/types/stories/layout/TransactionSearch.stories.d.ts +2 -2
  356. package/dist/esm/types/stories/layout/Transfer.stories.d.ts +2 -2
  357. package/dist/esm/types/stories/lists/DropdownMenuItem.stories.d.ts +9 -3
  358. package/dist/esm/types/stories/lists/DropdownMenuTitle.stories.d.ts +6 -0
  359. package/dist/esm/types/stories/lists/HistoryItem.stories.d.ts +3 -2
  360. package/dist/esm/types/stories/lists/ListItem.stories.d.ts +3 -2
  361. package/dist/esm/types/stories/lists/MenuItem.stories.d.ts +2 -2
  362. package/dist/esm/types/stories/lists/PropertyListItem.stories.d.ts +4 -2
  363. package/dist/esm/types/stories/lists/RouteStep.stories.d.ts +7 -0
  364. package/dist/esm/types/stories/lists/SectionTitle.stories.d.ts +2 -2
  365. package/dist/esm/types/stories/lists/SettingsItem.stories.d.ts +2 -2
  366. package/dist/esm/types/stories/lists/SwapStepItem.stories.d.ts +2 -2
  367. package/dist/esm/types/stories/lists/TransactionAction.stories.d.ts +2 -2
  368. package/dist/esm/types/stories/lists/TransactionItem.stories.d.ts +2 -2
  369. package/dist/esm/types/stories/typography/BodyText.stories.d.ts +2 -2
  370. package/dist/esm/types/stories/typography/CaptionText.stories.d.ts +2 -2
  371. package/dist/esm/types/stories/typography/HeadingText.stories.d.ts +2 -2
  372. package/dist/esm/types/stories/views/AssetsView.stories.d.ts +2 -2
  373. package/dist/esm/types/stories/views/HistoryView.stories.d.ts +2 -2
  374. package/dist/esm/types/stories/views/MainView.stories.d.ts +2 -2
  375. package/dist/esm/types/stories/views/RecipientView.stories.d.ts +2 -2
  376. package/dist/esm/types/stories/views/SettingsView.stories.d.ts +2 -2
  377. package/dist/esm/types/stories/views/SwapDetailsView.stories.d.ts +2 -2
  378. package/dist/esm/types/stories/views/SwapProgressView.stories.d.ts +2 -2
  379. package/dist/esm/types/stories/views/TransactionView.stories.d.ts +2 -2
  380. package/dist/esm/types/stories/views/WalletsView.stories.d.ts +2 -2
  381. package/dist/esm/types/tests/utils.test.d.ts +1 -0
  382. package/dist/esm/types/types/components.d.ts +23 -22
  383. package/dist/esm/types/types/config.d.ts +18 -18
  384. package/dist/esm/types/types/index.d.ts +3 -2
  385. package/dist/esm/types/types/utils.d.ts +11 -0
  386. package/dist/index.css +1 -1
  387. package/dist/index.d.ts +894 -764
  388. package/package.json +7 -5
  389. package/dist/cjs/types/components/badges/ImageIcon.d.ts +0 -9
  390. package/dist/esm/types/components/badges/ImageIcon.d.ts +0 -9
package/dist/index.d.ts CHANGED
@@ -19,21 +19,21 @@ interface BadgeImageProps {
19
19
  */
20
20
  placeholderImageUrl?: string;
21
21
  }
22
- type BadgeSize = 'sm' | 'md';
22
+ type BadgeSize = "sm" | "md";
23
23
  declare function BadgeImage({ imageUrl: _imageUrl, badgeUrl, size, extraMarginForBadge, rounded, placeholderImageUrl, }: BadgeImageProps): react_jsx_runtime.JSX.Element | null;
24
24
 
25
- type TextSize = 'small' | 'medium' | 'large';
26
- type SwitchSize = 'small' | 'large';
27
- type ButtonVariant = 'primary' | 'secondary' | 'tertiary';
28
- type ButtonSize = 'md' | 'lg';
29
- type SwapDirection = 'from' | 'to';
30
- type BoostMode = 'normal' | 'boost';
31
- type HistoryItemStatus = 'completed' | 'pending' | 'failed' | 'warning';
25
+ type TextSize = "small" | "medium" | "large";
26
+ type SwitchSize = "small" | "large";
27
+ type ButtonVariant = "primary" | "secondary" | "tertiary";
28
+ type ButtonSize = "md" | "lg";
29
+ type SwapDirection = "from" | "to";
30
+ type BoostMode = "normal" | "boost";
31
+ type HistoryItemStatus = "completed" | "pending" | "failed" | "warning";
32
32
  type DescriptionBlock = {
33
- type: 'string';
33
+ type: "string";
34
34
  value: string;
35
35
  } | {
36
- type: 'image';
36
+ type: "image";
37
37
  value: string;
38
38
  rounded?: boolean;
39
39
  };
@@ -52,33 +52,33 @@ declare enum SwapState {
52
52
  CONFIRMATION_REJECTED = 6,
53
53
  NEEDS_GAS = 7
54
54
  }
55
- type ThemeType = 'light' | 'dark';
56
- type ActionStatus = 'pending' | 'waiting' | 'ongoing' | 'executed' | 'success' | 'error' | 'warning';
57
- type TransactionStateVariant = 'full' | 'compact' | 'small';
58
- type TokenPairVariant = 'horizontal' | 'vertical';
59
- type TokenPairSize = 'small' | 'medium';
60
- type ImageIconVariant = 'square' | 'round' | 'proportional';
61
- type ImageIconSize = 'small' | 'medium' | 'large' | 'xlarge';
62
- type ChainTypeFilter = 'source' | 'destination';
63
- type StatusFilter = 'success' | 'ongoing' | 'error';
64
- type AssetsButtonVariant = 'primary' | 'accent';
65
- type PropertyListItemSize = 'small' | 'large';
55
+ type ThemeType = "light" | "dark";
56
+ type ActionStatus = "pending" | "waiting" | "ongoing" | "executed" | "success" | "error" | "warning";
57
+ type TransactionStateVariant = "full" | "compact" | "small";
58
+ type TokenPairVariant = "horizontal" | "vertical";
59
+ type TokenPairSize = "small" | "medium";
60
+ type ImageVariant = "square" | "round" | "proportional";
61
+ type ImageSize = "small" | "medium" | "large" | "xlarge";
62
+ type ChainTypeFilter = "source" | "destination";
63
+ type StatusFilter = "success" | "ongoing" | "error";
64
+ type AssetsButtonVariant = "primary" | "accent";
65
+ type PropertyListItemSize = "small" | "large";
66
66
 
67
67
  interface IconLabelProps {
68
68
  isLoading?: boolean;
69
69
  src?: string;
70
70
  children?: ReactNode;
71
- variant?: ImageIconVariant;
71
+ variant?: ImageVariant;
72
72
  }
73
73
  declare function IconLabel({ src, children, variant }: IconLabelProps): react_jsx_runtime.JSX.Element;
74
74
 
75
- interface ImageIconProps {
75
+ interface ImageProps {
76
76
  src?: string;
77
- variant?: ImageIconVariant;
78
- size?: ImageIconSize;
77
+ variant?: ImageVariant;
78
+ size?: ImageSize;
79
79
  className?: string;
80
80
  }
81
- declare function ImageIcon({ src, variant, size, className: propsClassName, }: ImageIconProps): react_jsx_runtime.JSX.Element;
81
+ declare function Image({ src, variant, size, className: propsClassName, }: ImageProps): react_jsx_runtime.JSX.Element;
82
82
 
83
83
  declare const LoadingProvider: react.Provider<boolean | null>;
84
84
  interface LoadingSkeletonProps {
@@ -89,12 +89,12 @@ interface LoadingSkeletonProps {
89
89
  width?: string;
90
90
  }
91
91
  declare function LoadingSkeleton({ className, height, isLoading: isLoadingProp, children, width, }: LoadingSkeletonProps): string | number | true | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element;
92
- interface LoadingTextProps extends ComponentProps<'span'> {
92
+ interface LoadingTextProps extends ComponentProps<"span"> {
93
93
  width?: string | [string, string];
94
94
  isLoading?: boolean;
95
95
  }
96
96
  declare function TextSkeleton({ className, width, children, isLoading, ...props }: LoadingTextProps): string | number | boolean | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
97
- interface LoadingBlockProps extends ComponentProps<'div'> {
97
+ interface LoadingBlockProps extends ComponentProps<"div"> {
98
98
  isLoading?: boolean;
99
99
  }
100
100
  declare function BlockSkeleton({ isLoading, className, children, ...props }: LoadingBlockProps): string | number | boolean | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
@@ -150,8 +150,8 @@ type InputActionButtonProps = {
150
150
  label?: string;
151
151
  };
152
152
 
153
- type TooltipWidth = 'max' | 'container';
154
- type TooltipThreshold = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
153
+ type TooltipWidth = "max" | "container";
154
+ type TooltipThreshold = "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl";
155
155
  interface TooltipProps {
156
156
  children: react__default.ReactNode;
157
157
  tooltipContent?: react__default.ReactNode;
@@ -189,21 +189,21 @@ interface NumericInputProps extends React.InputHTMLAttributes<HTMLInputElement>
189
189
  criticalPriceImpactPercentage?: number;
190
190
  direction?: SwapDirection;
191
191
  inputModeButton?: {
192
- usdModeTooltip?: Omit<TooltipProps, 'children'>;
193
- tokenModeTooltip?: Omit<TooltipProps, 'children'>;
192
+ usdModeTooltip?: Omit<TooltipProps, "children">;
193
+ tokenModeTooltip?: Omit<TooltipProps, "children">;
194
194
  amountUsd?: string;
195
195
  };
196
196
  maxUsdDecimals?: number;
197
197
  isInteractive?: boolean;
198
198
  balanceButton?: {
199
- tooltip?: Omit<TooltipProps, 'children'>;
199
+ tooltip?: Omit<TooltipProps, "children">;
200
200
  };
201
201
  }
202
202
  declare function NumericInput({ priceImpactPercentage, balance, error, criticalPriceImpactPercentage, token, onAmountChange, forcedAmount, maxUsdDecimals, formatIfVerySmall, showDetails, isLoading, direction, inputModeButton, isInteractive, balanceButton, ...props }: NumericInputProps): react_jsx_runtime.JSX.Element;
203
203
 
204
204
  interface SettingsSliderProps {
205
205
  value: number | undefined;
206
- type: 'percentage' | 'amount';
206
+ type: "percentage" | "amount";
207
207
  onChange?: (value: number | undefined) => void;
208
208
  decimalsFormat?: number;
209
209
  min?: number;
@@ -217,8 +217,9 @@ interface SwitchProps {
217
217
  onChange?: (checked: boolean) => void;
218
218
  size: SwitchSize;
219
219
  disabled?: boolean;
220
+ inputProps?: React.ComponentProps<"input">;
220
221
  }
221
- declare function Switch({ checked, onChange, size, disabled, }: SwitchProps): react_jsx_runtime.JSX.Element;
222
+ declare function Switch({ checked, onChange, size, disabled, inputProps, }: SwitchProps): react_jsx_runtime.JSX.Element;
222
223
 
223
224
  interface RangeInputProps {
224
225
  label: string;
@@ -244,7 +245,7 @@ interface AssetsButtonProps {
244
245
  onClick?: () => void;
245
246
  variant?: AssetsButtonVariant;
246
247
  isLoading?: boolean;
247
- tooltip?: Omit<TooltipProps, 'children'>;
248
+ tooltip?: Omit<TooltipProps, "children">;
248
249
  }
249
250
  declare function AssetsButton({ chain, token, onClick, variant, isLoading, tooltip, }: AssetsButtonProps): react_jsx_runtime.JSX.Element;
250
251
 
@@ -277,7 +278,7 @@ declare function Button({ label, disabled, size, variant, icon, link, isLoading,
277
278
  interface FeeButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
278
279
  feeInUsd?: string;
279
280
  chipLabel?: string;
280
- tooltip?: Omit<TooltipProps, 'children'>;
281
+ tooltip?: Omit<TooltipProps, "children">;
281
282
  }
282
283
  declare function FeeButton({ feeInUsd, chipLabel, className, tooltip, ...props }: FeeButtonProps): react_jsx_runtime.JSX.Element;
283
284
 
@@ -295,10 +296,10 @@ interface SettingsButtonProps {
295
296
  }
296
297
  declare function SettingsButton({ label, isSelected, onClick, }: SettingsButtonProps): react_jsx_runtime.JSX.Element;
297
298
 
298
- interface IconButtonProps extends React.ComponentProps<'button'> {
299
+ interface IconButtonProps extends React.ComponentProps<"button"> {
299
300
  icon: React.ReactNode;
300
301
  }
301
- declare const IconButton: ({ icon, ...props }: IconButtonProps) => react_jsx_runtime.JSX.Element;
302
+ declare const IconButton: react.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
302
303
 
303
304
  declare function Approve(): react_jsx_runtime.JSX.Element;
304
305
 
@@ -324,7 +325,10 @@ declare function ChevronLargeRightIcon({ size, className, }: {
324
325
  size?: string;
325
326
  className?: string;
326
327
  }): react_jsx_runtime.JSX.Element;
327
- declare function ChevronRightSmallIcon(): react_jsx_runtime.JSX.Element;
328
+ declare function ChevronRightSmallIcon({ className, size, }: {
329
+ className?: string;
330
+ size?: string;
331
+ }): react_jsx_runtime.JSX.Element;
328
332
  declare function ArrowLeftIcon({ className, size, }: {
329
333
  className?: string;
330
334
  size?: string;
@@ -365,6 +369,18 @@ declare function ArrowCornerDownRightIcon({ size, className, }: {
365
369
  size?: string;
366
370
  className?: string;
367
371
  }): react_jsx_runtime.JSX.Element;
372
+ declare function ChevronDownSmallIcon({ size, className, }: {
373
+ size?: string;
374
+ className?: string;
375
+ }): react_jsx_runtime.JSX.Element;
376
+ declare function ArrowDownIcon({ size, className, }: {
377
+ size?: string;
378
+ className?: string;
379
+ }): react_jsx_runtime.JSX.Element;
380
+ declare function ArrowSplit({ size, className, }: {
381
+ size?: string;
382
+ className?: string;
383
+ }): react_jsx_runtime.JSX.Element;
368
384
 
369
385
  declare function ArrowRotate(): react_jsx_runtime.JSX.Element;
370
386
 
@@ -399,7 +415,7 @@ declare function Checkmark2Icon({ className, size, style, }: {
399
415
  style?: React.CSSProperties;
400
416
  }): react_jsx_runtime.JSX.Element;
401
417
 
402
- declare function ClockIcon({ className, size, }: {
418
+ declare function ClockSolidIcon({ className, size, }: {
403
419
  className?: string;
404
420
  size?: string;
405
421
  }): react_jsx_runtime.JSX.Element;
@@ -422,7 +438,7 @@ declare function TimeFliesIcon({ size, className, }: {
422
438
 
423
439
  declare function CoinsIcon(): react_jsx_runtime.JSX.Element;
424
440
  declare function CoinsAddIcon(): react_jsx_runtime.JSX.Element;
425
- declare function Dollar({ className, size, }: {
441
+ declare function DollarOutlinedIcon({ className, size, }: {
426
442
  className?: string;
427
443
  size?: string;
428
444
  }): react_jsx_runtime.JSX.Element;
@@ -430,10 +446,18 @@ declare function StocksIcon({ size, className, }: {
430
446
  size?: string;
431
447
  className?: string;
432
448
  }): react_jsx_runtime.JSX.Element;
449
+ declare function DollarSolidIcon({ size, className, }: {
450
+ size?: string;
451
+ className?: string;
452
+ }): react_jsx_runtime.JSX.Element;
433
453
 
434
454
  declare function CollectionIcon(): react_jsx_runtime.JSX.Element;
435
455
 
436
- declare function CompassRound({ size, className, }: {
456
+ declare function CompassRoundOutlinedIcon({ size, className, }: {
457
+ size?: string;
458
+ className?: string;
459
+ }): react_jsx_runtime.JSX.Element;
460
+ declare function CompassRoundSolidIcon({ size, className, }: {
437
461
  size?: string;
438
462
  className?: string;
439
463
  }): react_jsx_runtime.JSX.Element;
@@ -465,7 +489,7 @@ declare function PowerIcon({ size, className, }: {
465
489
  declare function Copy({ size, strokeWidth, ...props }: {
466
490
  size?: string;
467
491
  strokeWidth?: string;
468
- } & ComponentProps<'svg'>): react_jsx_runtime.JSX.Element;
492
+ } & ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
469
493
 
470
494
  declare function DashboardFast({ size, className, }: {
471
495
  size?: string;
@@ -554,9 +578,9 @@ declare function LightningIcon({ size, className, }: {
554
578
  className?: string;
555
579
  }): react_jsx_runtime.JSX.Element;
556
580
 
557
- declare function LinkIcon(props: ComponentProps<'svg'>): react_jsx_runtime.JSX.Element;
581
+ declare function LinkIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
558
582
 
559
- interface LoaderProps extends ComponentProps<'svg'> {
583
+ interface LoaderProps extends ComponentProps<"svg"> {
560
584
  size?: string;
561
585
  strokeWidth?: string;
562
586
  rotateDuration?: string;
@@ -582,7 +606,10 @@ declare function PlusIcon(): react_jsx_runtime.JSX.Element;
582
606
 
583
607
  declare function RefreshIcon(): react_jsx_runtime.JSX.Element;
584
608
 
585
- declare function SearchIcon(): react_jsx_runtime.JSX.Element;
609
+ declare function SearchIcon({ className, size, }: {
610
+ className?: string;
611
+ size?: string;
612
+ }): react_jsx_runtime.JSX.Element;
586
613
 
587
614
  declare function XSocial({ className, size, }: {
588
615
  size?: string;
@@ -640,7 +667,7 @@ declare function Tick({ className }: {
640
667
  className?: string;
641
668
  }): react_jsx_runtime.JSX.Element;
642
669
 
643
- declare function Timeline({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
670
+ declare function Timeline({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
644
671
  declare namespace Timeline {
645
672
  var ArrowDown: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
646
673
  var ArrowReverse: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -668,7 +695,7 @@ declare function WalletFilledIcon({ size }: {
668
695
  declare function CrossAnimatedIcon({ size, isOpen, transitionDuration, className, }: {
669
696
  size?: number;
670
697
  isOpen?: boolean;
671
- transitionDuration?: React.CSSProperties['transitionDuration'];
698
+ transitionDuration?: React.CSSProperties["transitionDuration"];
672
699
  className?: string;
673
700
  }): react_jsx_runtime.JSX.Element;
674
701
 
@@ -695,6 +722,47 @@ declare function DockIconAnalytics({ isSelected }: DockIconProps): react_jsx_run
695
722
  declare function DockIconProfile({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
696
723
  declare function DockIconHelp({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
697
724
 
725
+ declare function GhostIcon({ size, className, }: {
726
+ size?: string;
727
+ className?: string;
728
+ }): react_jsx_runtime.JSX.Element;
729
+ declare function SettingsSliderIcon({ size, className, }: {
730
+ size?: string;
731
+ className?: string;
732
+ }): react_jsx_runtime.JSX.Element;
733
+ declare function EyeOpenIcon({ size, className, }: {
734
+ size?: string;
735
+ className?: string;
736
+ }): react_jsx_runtime.JSX.Element;
737
+ declare function BellAlarmIcon({ size, className, }: {
738
+ size?: string;
739
+ className?: string;
740
+ }): react_jsx_runtime.JSX.Element;
741
+ declare function LimitIcon({ size, className, }: {
742
+ size?: string;
743
+ className?: string;
744
+ }): react_jsx_runtime.JSX.Element;
745
+ declare function PoopIcon({ size, className, }: {
746
+ size?: string;
747
+ className?: string;
748
+ }): react_jsx_runtime.JSX.Element;
749
+ declare function CatSquareIcon({ size, className, }: {
750
+ size?: string;
751
+ className?: string;
752
+ }): react_jsx_runtime.JSX.Element;
753
+ declare function FilterAscendingIcon({ size, className, }: {
754
+ size?: string;
755
+ className?: string;
756
+ }): react_jsx_runtime.JSX.Element;
757
+ declare function ImageIcon({ size, className, }: {
758
+ size?: string;
759
+ className?: string;
760
+ }): react_jsx_runtime.JSX.Element;
761
+ declare function FilterTimelineIcon({ size, className, }: {
762
+ size?: string;
763
+ className?: string;
764
+ }): react_jsx_runtime.JSX.Element;
765
+
698
766
  interface Props {
699
767
  lottieJsonFile: object;
700
768
  animReplacement?: JSX.Element;
@@ -1238,7 +1306,7 @@ interface BoostProps {
1238
1306
  }) => void;
1239
1307
  estimatedTime: string;
1240
1308
  canToggleBoostMode?: boolean;
1241
- tooltip?: Omit<TooltipProps, 'children'>;
1309
+ tooltip?: Omit<TooltipProps, "children">;
1242
1310
  }
1243
1311
  declare function Boost({ boostMode, onToggleBoostMode, estimatedTime, canToggleBoostMode, tooltip, }: BoostProps): react_jsx_runtime.JSX.Element;
1244
1312
 
@@ -1247,933 +1315,1005 @@ declare function Breadcrumb({ children, className, }: {
1247
1315
  className?: string;
1248
1316
  }): react_jsx_runtime.JSX.Element;
1249
1317
 
1250
- interface CollapseProps extends ComponentProps<'div'> {
1318
+ interface CollapseProps extends ComponentProps<"div"> {
1251
1319
  collapsed: boolean;
1252
1320
  collapsedHeight?: number;
1253
1321
  duration?: number;
1254
1322
  }
1255
1323
  declare function Collapse({ collapsed, collapsedHeight, children, className, duration, ...props }: CollapseProps): react_jsx_runtime.JSX.Element;
1256
- interface SizeTransitionProps extends ComponentProps<'div'> {
1324
+ interface SizeTransitionProps extends ComponentProps<"div"> {
1257
1325
  }
1258
1326
  declare function SizeTransition({ children, className, ...props }: SizeTransitionProps): react_jsx_runtime.JSX.Element;
1259
1327
 
1260
- interface DescriptionBlocksProps extends ComponentProps<'div'> {
1328
+ interface DescriptionBlocksProps extends ComponentProps<"div"> {
1261
1329
  blocks: DescriptionBlock[] | string;
1262
1330
  }
1263
1331
  declare function DescriptionBlocks({ className, blocks: blocksProp, ...props }: DescriptionBlocksProps): react_jsx_runtime.JSX.Element;
1264
- declare function Inline({ className, children, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
1332
+ declare function Inline({ className, children, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1333
+
1334
+ interface StopsProps extends React.ComponentProps<"button"> {
1335
+ stopsCount?: string | number;
1336
+ estimatedTime?: string;
1337
+ tooltip?: Omit<TooltipProps, "children">;
1338
+ providers: Provider[];
1339
+ }
1340
+ type Provider = {
1341
+ logoUrl: string;
1342
+ };
1265
1343
 
1266
1344
  interface DetailsToolbarProps {
1267
1345
  errorMessage?: string;
1268
1346
  flipButton?: {
1269
1347
  onClick?: () => void;
1270
- tooltip?: Omit<TooltipProps, 'children'>;
1348
+ tooltip?: Omit<TooltipProps, "children">;
1271
1349
  isDisabled?: boolean;
1272
1350
  };
1273
1351
  feeButton?: {
1274
1352
  feeInUsd: string;
1275
- tooltip?: Omit<TooltipProps, 'children'>;
1353
+ tooltip?: Omit<TooltipProps, "children">;
1276
1354
  onClick: () => void;
1277
1355
  };
1278
- estimatedTime?: string;
1279
1356
  isLoading?: boolean;
1280
1357
  isEmpty?: boolean;
1281
1358
  helpButton?: {
1282
1359
  label: string;
1283
1360
  onClick: () => void;
1284
1361
  };
1285
- boostButton?: {
1286
- tooltip?: Omit<TooltipProps, 'children'>;
1287
- onClick?: ({ boostMode }: {
1288
- boostMode: BoostMode;
1289
- }) => void;
1290
- canToggleBoostMode?: boolean;
1291
- boostMode?: BoostMode;
1292
- };
1362
+ stopsButton?: StopsProps;
1293
1363
  }
1294
- declare function DetailsToolbar({ errorMessage, estimatedTime, helpButton, isLoading, isEmpty, flipButton, feeButton, boostButton, }: DetailsToolbarProps): react_jsx_runtime.JSX.Element;
1364
+ declare function DetailsToolbar({ errorMessage, helpButton, isLoading, isEmpty, flipButton, feeButton, stopsButton, }: DetailsToolbarProps): react_jsx_runtime.JSX.Element;
1295
1365
 
1296
- interface DropdownMenuItemProps {
1297
- label: string;
1298
- labelClassName?: string;
1299
- imageUrl?: string;
1300
- icon?: React.ReactNode;
1301
- onClick?: () => void;
1366
+ interface DropdownMenuProps {
1367
+ dropdownRef?: React.RefObject<HTMLDivElement>;
1368
+ menuRef?: React.RefObject<HTMLDivElement>;
1369
+ className?: string;
1370
+ isHidden?: boolean;
1371
+ listClassName?: string;
1372
+ containerClassName?: string;
1373
+ containerRef?: React.RefObject<HTMLDivElement>;
1374
+ children?: React.ReactNode;
1375
+ contentWrapperProps?: React.ComponentProps<"div">;
1376
+ menuContentClassName?: string;
1302
1377
  }
1303
- declare function DropdownMenuItem({ label, imageUrl, icon, labelClassName, onClick, }: DropdownMenuItemProps): react_jsx_runtime.JSX.Element;
1378
+ declare function DropdownMenu({ dropdownRef, className, menuRef, isHidden, listClassName, containerClassName, children, contentWrapperProps, menuContentClassName, }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
1304
1379
 
1305
- interface HistoryItemProps {
1306
- firstImageUrl: string;
1307
- secondImageUrl: string;
1308
- status: HistoryItemStatus;
1309
- fromLabel: string;
1310
- toLabel: string;
1311
- dateCompleted: string;
1312
- fromAmount: string;
1313
- toAmount: string;
1314
- dropdownMenuItems?: DropdownMenuItemProps[];
1315
- itemsContainerRef?: React.RefObject<HTMLElement>;
1316
- onClick?: () => void;
1317
- warningLabel?: string;
1380
+ type ErrorMessageProps = {
1381
+ message: string;
1382
+ showIcon?: boolean;
1383
+ };
1384
+ declare function ErrorMessage({ message, showIcon }: ErrorMessageProps): react_jsx_runtime.JSX.Element;
1385
+
1386
+ interface HashLinkProps {
1387
+ showTx?: boolean;
1388
+ hash: string;
1389
+ children?: ReactNode;
1390
+ showCopyButton?: boolean;
1391
+ url?: string;
1318
1392
  }
1319
- declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuItems, itemsContainerRef, status, warningLabel, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
1393
+ declare function HashLink({ showTx, hash, showCopyButton, url, children, }: HashLinkProps): react_jsx_runtime.JSX.Element;
1320
1394
 
1321
- interface ListItemProps extends React.HTMLAttributes<HTMLButtonElement> {
1322
- itemTitle: string | React.ReactNode;
1323
- mainImageUrl?: string;
1324
- secondaryImageUrl?: string;
1325
- placeholderImageUrl?: string;
1326
- subtitle?: string;
1327
- subtitleOnHover?: React.ReactNode;
1328
- detail?: string;
1395
+ interface InfoBoxProps {
1396
+ title: string;
1397
+ description: string;
1329
1398
  icon?: React.ReactNode;
1330
- size?: ListItemSize;
1331
- mainIcon?: React.ReactNode;
1332
- isSelected?: boolean;
1333
- className?: string;
1334
- onDetailClick?: () => void;
1335
- showDetailOnHoverOnly?: boolean;
1336
- rounded?: boolean;
1337
- detailButtonClassName?: string;
1338
- loading?: {
1339
- subtitle?: boolean | string;
1340
- };
1341
- containerProps?: React.HTMLAttributes<HTMLLIElement>;
1342
- compactOnMobile?: boolean;
1343
- extraPadding?: boolean;
1344
1399
  }
1345
- type ListItemSize = 'small' | 'large';
1346
- declare function ListItem({ itemTitle, mainImageUrl, subtitle, subtitleOnHover, detail, icon, secondaryImageUrl, placeholderImageUrl, size, mainIcon, className, isSelected, onDetailClick, showDetailOnHoverOnly, rounded, detailButtonClassName, loading, containerProps, compactOnMobile, extraPadding, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
1400
+ declare function InfoBox({ title, description, icon }: InfoBoxProps): react_jsx_runtime.JSX.Element;
1347
1401
 
1348
- interface MenuItemProps {
1349
- label: string;
1350
- imageUrl?: string;
1351
- icon?: React.ReactNode;
1402
+ interface JoinProps {
1403
+ children?: ReactNode;
1404
+ glue: () => ReactNode;
1352
1405
  }
1353
- declare function MenuItem({ label, imageUrl, icon }: MenuItemProps): react_jsx_runtime.JSX.Element;
1406
+ declare function Join({ children, glue }: JoinProps): react_jsx_runtime.JSX.Element[] | null | undefined;
1354
1407
 
1355
- interface PropertyListItemProps extends ComponentProps<'li'> {
1356
- isLoading?: boolean;
1357
- label?: React.ReactNode;
1358
- icon?: React.ReactNode;
1359
- detail?: React.ReactNode;
1360
- variant?: PropertyListItemSize;
1408
+ type Rounded = "sm" | "lg";
1409
+ interface MenuProps extends react__default.ComponentProps<"div"> {
1410
+ containerClassName?: string;
1411
+ contentClassName?: string;
1412
+ rounded?: Rounded;
1413
+ menuRef?: react__default.RefObject<HTMLDivElement>;
1414
+ contentWrapperProps?: react__default.ComponentProps<"div">;
1361
1415
  }
1362
- declare function PropertyListItem({ isLoading, label, detail, icon, className, variant, ...props }: PropertyListItemProps): react_jsx_runtime.JSX.Element;
1416
+ declare function Menu({ children, containerClassName, contentClassName, rounded, menuRef, contentWrapperProps, ...props }: MenuProps): react_jsx_runtime.JSX.Element;
1363
1417
 
1364
- interface SectionTitleProps extends React.HTMLAttributes<HTMLDivElement> {
1365
- title: string;
1366
- icon?: React.ReactNode;
1367
- accessory?: string | null;
1368
- actionIcon?: React.ReactNode;
1418
+ type ModalWidth = "large" | "extra-large";
1419
+ interface ModalProps {
1420
+ children: React.ReactNode;
1369
1421
  className?: string;
1422
+ onBackdropClick?: () => void;
1423
+ isOpen?: boolean;
1424
+ maxHeight?: boolean;
1425
+ width?: ModalWidth;
1370
1426
  }
1371
- declare function SectionTitle({ title, icon, accessory, actionIcon, className, ...props }: SectionTitleProps): react_jsx_runtime.JSX.Element;
1427
+ declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, width, }: ModalProps): false | react_jsx_runtime.JSX.Element;
1372
1428
 
1373
- type SettingsControl = {
1374
- type: 'percentage';
1375
- value: number | undefined;
1376
- onChange: (value: number | undefined) => void;
1377
- min?: number;
1378
- max?: number;
1379
- decimalsFormat?: number;
1380
- resetValueControl: {
1381
- label: string;
1382
- onSelect: () => void;
1383
- value: number | undefined;
1384
- };
1385
- } | {
1386
- type: 'amount';
1387
- value: number | undefined;
1388
- onChange: (value: number | undefined) => void;
1389
- options: {
1390
- value: number;
1391
- }[];
1392
- decimalsFormat?: number;
1393
- resetValueControl: {
1394
- label: string;
1395
- value: number | undefined;
1396
- };
1397
- } | {
1398
- type: 'switch';
1399
- checked: boolean;
1400
- onChange: (checked: boolean) => void;
1401
- tooltip?: Omit<TooltipProps, 'children'>;
1402
- disabled?: boolean;
1403
- } | {
1404
- type: 'options';
1405
- selectedLabel: string;
1406
- options: {
1407
- label: string;
1408
- onSelect: () => void;
1409
- }[];
1429
+ type ModalContentBorderType = "border" | "outline";
1430
+ interface ModalContentProps extends React.HTMLAttributes<HTMLDivElement> {
1431
+ children?: React.ReactNode;
1432
+ addGap?: boolean;
1433
+ paddingY?: boolean;
1434
+ borderType?: ModalContentBorderType;
1435
+ className?: string;
1436
+ }
1437
+ declare function ModalContent({ children, addGap, paddingY, borderType, className, ...props }: ModalContentProps): react_jsx_runtime.JSX.Element;
1438
+ declare function ModalContentDivider(): react_jsx_runtime.JSX.Element;
1439
+
1440
+ type ActionButton = {
1441
+ labelOrIcon: string | React.ReactNode;
1442
+ onClick?: () => void;
1443
+ id: React.Key;
1444
+ tooltip?: Omit<TooltipProps, "children">;
1445
+ chip?: ChipProps;
1410
1446
  };
1411
- interface SettingsItemProps {
1412
- icon: React.ReactNode;
1413
- label: string;
1414
- control?: SettingsControl;
1415
- link?: string;
1447
+ interface NavigationBarProps extends React.ComponentProps<"nav"> {
1448
+ title?: string;
1449
+ displayBackButton?: boolean;
1450
+ logoUrl?: string;
1416
1451
  transparent?: boolean;
1417
- helpTooltip?: Omit<TooltipProps, 'children'>;
1452
+ displayButtonShadows?: boolean;
1453
+ onBackButtonClick?: () => void;
1454
+ actions?: ActionButton[];
1455
+ isLoading?: boolean;
1418
1456
  }
1419
- declare function SettingsItem({ icon, label, control, link, transparent, helpTooltip, }: SettingsItemProps): react_jsx_runtime.JSX.Element;
1457
+ declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, isLoading, ...props }: NavigationBarProps): react_jsx_runtime.JSX.Element;
1420
1458
 
1421
- interface SwapStepItemProps {
1422
- descriptionBlocks: DescriptionBlock[];
1423
- showStepSeparator?: boolean;
1424
- link?: string;
1425
- status?: ActionStatus;
1426
- }
1427
- declare const STEP_ITEM_HEIGHT = 52;
1428
- declare function SwapStepItem({ descriptionBlocks, showStepSeparator, link, status, }: SwapStepItemProps): react_jsx_runtime.JSX.Element;
1459
+ declare function PipeSeparator({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1429
1460
 
1430
- interface ActionLayoutProps {
1431
- lineCap?: ReactNode;
1432
- status?: ActionStatus;
1433
- showTimeline?: boolean;
1434
- statusIcon?: ReactNode;
1435
- nextStatus?: ActionStatus;
1436
- description?: ReactNode;
1437
- title?: string;
1438
- icon?: ReactNode;
1439
- children?: ReactNode;
1440
- showBody?: boolean;
1441
- }
1442
- declare function ActionLayout({ lineCap, status, showTimeline, showBody, nextStatus, statusIcon, description, title, icon, children, }: ActionLayoutProps): react_jsx_runtime.JSX.Element;
1443
- interface ActionPropertiesProps {
1444
- timestamp?: number;
1445
- hash?: string;
1446
- url?: string;
1461
+ interface CollapsibleMenuProps {
1462
+ menuRef: React.MutableRefObject<HTMLDivElement | null>;
1463
+ size: {
1464
+ open: {
1465
+ width: string;
1466
+ height: string;
1467
+ };
1468
+ closed: {
1469
+ width: string;
1470
+ height: string;
1471
+ };
1472
+ };
1473
+ children?: React.ReactNode;
1474
+ isOpen?: boolean;
1475
+ transitionDuration?: React.CSSProperties["transitionDuration"];
1476
+ className?: string;
1447
1477
  }
1448
- declare function ActionProperties({ timestamp, hash, url, }: ActionPropertiesProps): react_jsx_runtime.JSX.Element;
1449
- declare const ActionLineOutRow: ({ status }: {
1450
- status?: ActionStatus;
1451
- }) => react_jsx_runtime.JSX.Element;
1452
- declare const ActionStatusRow: ({ children, status, icon, }: {
1453
- children?: ReactNode;
1454
- status: ActionStatus;
1455
- icon?: ReactNode;
1456
- }) => react_jsx_runtime.JSX.Element;
1457
- declare function ActionRow({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
1458
- declare function ActionWrapper({ children, status, className, }: {
1459
- children?: ReactNode;
1460
- status?: ActionStatus;
1478
+ declare function CollapsibleMenu({ children, menuRef, isOpen, transitionDuration, size, className, }: CollapsibleMenuProps): react_jsx_runtime.JSX.Element;
1479
+
1480
+ declare function ProductCard({ children }: React.PropsWithChildren): react_jsx_runtime.JSX.Element;
1481
+ declare function BorderedContainer({ children, className, }: {
1482
+ children: React.ReactNode;
1461
1483
  className?: string;
1462
1484
  }): react_jsx_runtime.JSX.Element;
1463
- interface TimestampProps {
1464
- time: number;
1465
- }
1466
- declare function Timestamp({ time }: TimestampProps): react_jsx_runtime.JSX.Element;
1467
1485
 
1468
- interface BaseActionProps {
1469
- status: ActionStatus;
1470
- /** if set, renders a line upwards to the next item in the status color */
1471
- nextStatus?: ActionStatus;
1472
- /** should we render a line down to the previous item? (default true) */
1473
- showTimeline?: boolean;
1474
- /** if false, fades out everything but the status line (for collapsed timeline state) */
1475
- showBody?: boolean;
1476
- }
1486
+ declare function ProfileHeaderBackground(): react_jsx_runtime.JSX.Element;
1477
1487
 
1478
- interface ApproveActionProps extends BaseActionProps {
1479
- profile: {
1480
- imageURI: string;
1481
- label: string;
1488
+ interface SwapConfigurationProps {
1489
+ direction: SwapDirection;
1490
+ priceImpactPercentage?: string;
1491
+ amount?: string;
1492
+ tokenPrice?: number;
1493
+ balance?: string;
1494
+ isFetching?: boolean;
1495
+ chain?: {
1496
+ iconUrl: string;
1497
+ bgColor: string;
1482
1498
  };
1483
- chain: {
1484
- logoURI: string;
1485
- name: string;
1499
+ token?: {
1500
+ iconUrl: string;
1501
+ symbol: string;
1502
+ bgColor: string;
1503
+ textColor: string;
1504
+ decimals: number;
1486
1505
  };
1487
- wallet: {
1488
- imageURI: string;
1489
- address: string;
1490
- url: string;
1506
+ onAmountChange?: (amount: string) => void;
1507
+ error?: {
1508
+ message: string;
1509
+ };
1510
+ criticalPriceImpactPercentage?: number;
1511
+ maxUsdDecimals?: number;
1512
+ isInputInteractive?: boolean;
1513
+ isLoading?: boolean;
1514
+ inputModeButton?: {
1515
+ usdModeTooltip?: Omit<TooltipProps, "children">;
1516
+ tokenModeTooltip?: Omit<TooltipProps, "children">;
1517
+ amountUsd?: string;
1518
+ };
1519
+ balanceButton?: {
1520
+ tooltip?: Omit<TooltipProps, "children">;
1521
+ };
1522
+ assetsButton?: {
1523
+ tooltip?: Omit<TooltipProps, "children">;
1524
+ onClick?: () => void;
1525
+ variant?: AssetsButtonVariant;
1526
+ };
1527
+ walletButton?: {
1528
+ tooltip?: Omit<TooltipProps, "children">;
1529
+ onClick?: () => void;
1530
+ address?: string;
1531
+ emptyAddressLabel?: string;
1532
+ disabled?: boolean;
1491
1533
  };
1492
- timestamp?: number;
1493
- hash?: string;
1494
- url?: string;
1495
1534
  }
1496
- declare function ApproveAction({ status, nextStatus, showTimeline, showBody, profile, chain, wallet, timestamp, hash, url, }: ApproveActionProps): react_jsx_runtime.JSX.Element;
1535
+ declare function SwapConfiguration({ amount, tokenPrice, isFetching: isFetchingProp, chain, token, direction, onAmountChange, balance, criticalPriceImpactPercentage, error, priceImpactPercentage, maxUsdDecimals, isInputInteractive, isLoading, inputModeButton, balanceButton, assetsButton, walletButton, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
1497
1536
 
1498
- interface BridgeActionProps extends BaseActionProps {
1499
- token: {
1500
- logoURI: string;
1501
- symbol: string;
1502
- };
1503
- chain: {
1537
+ interface SwapProgressViewHeaderProps {
1538
+ title: string;
1539
+ description: string;
1540
+ }
1541
+ declare function SwapProgressViewHeader({ title, description, }: SwapProgressViewHeaderProps): react_jsx_runtime.JSX.Element;
1542
+
1543
+ type SwapStepsCollapsedFooterButton = {
1544
+ label: string;
1545
+ link?: string;
1546
+ onClick?: () => void;
1547
+ };
1548
+ interface SwapStepsCollapsedProps {
1549
+ steps: SwapStep[];
1550
+ currentStepIndex: number;
1551
+ onOpen?: () => void;
1552
+ onClose?: () => void;
1553
+ footerButton?: SwapStepsCollapsedFooterButton;
1554
+ }
1555
+ declare const SwapStepsCollapsed: react.ForwardRefExoticComponent<SwapStepsCollapsedProps & react.RefAttributes<{
1556
+ handleToggleRouteSteps: () => void;
1557
+ }>>;
1558
+
1559
+ interface TokenPairProps {
1560
+ firstToken?: {
1504
1561
  logoURI: string;
1505
- name: string;
1562
+ bgColor: string;
1506
1563
  };
1507
- provider: {
1564
+ secondToken?: {
1508
1565
  logoURI: string;
1509
- name: string;
1566
+ bgColor: string;
1510
1567
  };
1511
- timestamp?: number;
1512
- hash?: string;
1513
- url?: string;
1568
+ variant?: TokenPairVariant;
1569
+ size?: TokenPairSize;
1514
1570
  }
1515
- declare function BridgeAction({ status, nextStatus, showTimeline, showBody, token, chain, provider, timestamp, hash, url, }: BridgeActionProps): react_jsx_runtime.JSX.Element;
1571
+ declare function TokenPair({ firstToken, secondToken, variant, size, }: TokenPairProps): react_jsx_runtime.JSX.Element;
1516
1572
 
1517
- interface FeesActionProps extends BaseActionProps {
1518
- total: FeesRowProps;
1519
- lines?: FeesRowProps[];
1573
+ interface TransactionFiltersProps {
1574
+ chainType?: ChainTypeFilter;
1575
+ setChainType: (chainType: ChainTypeFilter) => void;
1576
+ chain?: string;
1577
+ setChain: (chain?: string) => void;
1578
+ fromDate?: Date;
1579
+ setFromDate: (fromDate?: Date) => void;
1580
+ toDate?: Date;
1581
+ setToDate: (toDate?: Date) => void;
1582
+ status?: StatusFilter[];
1583
+ setStatus: (status?: StatusFilter[]) => void;
1584
+ chains: {
1585
+ name: string;
1586
+ logoURI: string;
1587
+ }[];
1520
1588
  }
1521
- declare function FeesAction({ status, nextStatus, showTimeline, total, lines, }: FeesActionProps): react_jsx_runtime.JSX.Element;
1522
- interface FeesTotalProps {
1589
+ declare function TransactionFilters({ chainType, setChainType, chain, setChain, fromDate, setFromDate, toDate, setToDate, status, setStatus, chains, }: TransactionFiltersProps): react_jsx_runtime.JSX.Element;
1590
+
1591
+ interface BridgeHeaderProps {
1592
+ tokenLogoURI: string;
1593
+ chainLogoURI: string;
1594
+ title?: string;
1595
+ hash: string;
1596
+ url?: string;
1523
1597
  status: ActionStatus;
1524
- nextStatus?: ActionStatus;
1525
- total: FeesRowProps;
1526
- showTimeline?: boolean;
1527
- collapsed?: boolean;
1528
1598
  }
1529
- declare function FeesTotal({ status, nextStatus, total, showTimeline, collapsed, }: FeesTotalProps): react_jsx_runtime.JSX.Element;
1530
- interface FeesLinesProps {
1599
+ declare function BridgeHeader({ tokenLogoURI, chainLogoURI, title, hash, url, status, }: BridgeHeaderProps): react_jsx_runtime.JSX.Element;
1600
+
1601
+ interface BuyNFTHeaderProps {
1602
+ imageUrl: string;
1603
+ title?: string;
1604
+ hash: string;
1605
+ url?: string;
1531
1606
  status: ActionStatus;
1532
- lines?: FeesRowProps[];
1533
- showTimeline?: boolean;
1534
- }
1535
- declare function FeesLines({ status, lines, showTimeline, }: FeesLinesProps): react_jsx_runtime.JSX.Element;
1536
- interface FeesRowProps {
1537
- label: string;
1538
- amount: number | string;
1539
- symbol: string;
1540
- usd: number | string;
1541
- collapsed?: boolean;
1542
1607
  }
1608
+ declare function BuyNFTHeader({ imageUrl, title, hash, url, status, }: BuyNFTHeaderProps): react_jsx_runtime.JSX.Element;
1543
1609
 
1544
- interface IncompleteActionProps extends BaseActionProps {
1545
- message: string;
1546
- buttons: ReactNode;
1610
+ interface InteractionHeaderProps {
1611
+ title?: string;
1612
+ image?: ReactNode;
1613
+ hash: string;
1614
+ url?: string;
1615
+ status: ActionStatus;
1547
1616
  }
1548
- declare function IncompleteAction({ status, nextStatus, message, buttons, }: IncompleteActionProps): react_jsx_runtime.JSX.Element;
1617
+ declare function InteractionHeader({ title, image, hash, url, status, }: InteractionHeaderProps): react_jsx_runtime.JSX.Element;
1549
1618
 
1550
- interface ReceiveNFTActionProps extends BaseActionProps {
1551
- nft: {
1619
+ interface ProfileHeaderProps {
1620
+ imageUrl: string;
1621
+ title: string;
1622
+ wallet: {
1552
1623
  imageURI: string;
1553
- name: string;
1624
+ address: string;
1554
1625
  };
1555
- chain: {
1626
+ amount: string;
1627
+ }
1628
+ declare function ProfileHeader({ imageUrl, title, wallet, amount, }: ProfileHeaderProps): react_jsx_runtime.JSX.Element;
1629
+
1630
+ interface SwapHeaderProps {
1631
+ fromToken: {
1556
1632
  logoURI: string;
1557
- name: string;
1633
+ bgColor: string;
1558
1634
  };
1559
- wallet: {
1560
- imageURI: string;
1561
- address: string;
1562
- url: string;
1635
+ toToken: {
1636
+ logoURI: string;
1637
+ bgColor: string;
1563
1638
  };
1564
- timestamp: number;
1639
+ title?: string;
1565
1640
  hash: string;
1566
- url: string;
1641
+ url?: string;
1642
+ status: ActionStatus;
1567
1643
  }
1568
- declare function ReceiveNFTAction({ status, nextStatus, showTimeline, showBody, nft, chain, wallet, timestamp, hash, url, }: ReceiveNFTActionProps): react_jsx_runtime.JSX.Element;
1644
+ declare function SwapHeader({ fromToken, toToken, title, hash, url, status, }: SwapHeaderProps): react_jsx_runtime.JSX.Element;
1569
1645
 
1570
- interface ReceiveTokensActionProps extends BaseActionProps {
1646
+ declare const headerComponentsMap: {
1647
+ readonly swap: typeof SwapHeader;
1648
+ readonly buy_nft: typeof BuyNFTHeader;
1649
+ readonly interaction: typeof InteractionHeader;
1650
+ readonly bridge: typeof BridgeHeader;
1651
+ readonly profile: typeof ProfileHeader;
1652
+ };
1653
+ type TransactionHeaderComponents = typeof headerComponentsMap;
1654
+ type TransactionHeaderType = keyof TransactionHeaderComponents;
1655
+ type TransactionHeaderProps = {
1656
+ [Type in TransactionHeaderType]: {
1657
+ type: Type;
1658
+ props: ComponentProps<TransactionHeaderComponents[Type]>;
1659
+ };
1660
+ }[TransactionHeaderType];
1661
+ declare function TransactionHeader({ type, props }: TransactionHeaderProps): react_jsx_runtime.JSX.Element;
1662
+
1663
+ interface TransactionHeaderLayoutProps {
1664
+ isLoading?: boolean;
1665
+ status?: ActionStatus;
1666
+ title?: string;
1667
+ image?: ReactNode;
1668
+ children?: ReactNode;
1669
+ }
1670
+ declare function TransactionHeaderLayout({ isLoading, status, title, image, children, }: TransactionHeaderLayoutProps): react_jsx_runtime.JSX.Element;
1671
+
1672
+ interface BridgePropertiesProps {
1571
1673
  amount: string;
1572
1674
  token: {
1573
1675
  logoURI: string;
1676
+ bgColor: string;
1574
1677
  symbol: string;
1575
1678
  };
1576
- chain: {
1679
+ fromChain: {
1577
1680
  logoURI: string;
1578
1681
  name: string;
1579
1682
  };
1580
- wallet: {
1581
- imageURI: string;
1582
- address: string;
1583
- url: string;
1683
+ toChain: {
1684
+ logoURI: string;
1685
+ name: string;
1584
1686
  };
1585
- timestamp: number;
1586
- hash: string;
1587
- url: string;
1687
+ wallet: string;
1688
+ boosted?: boolean;
1689
+ timeToComplete: string;
1588
1690
  }
1589
- declare function ReceiveTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: ReceiveTokensActionProps): react_jsx_runtime.JSX.Element;
1691
+ declare function BridgeProperties({ amount, token, fromChain, toChain, wallet, boosted, timeToComplete, }: BridgePropertiesProps): react_jsx_runtime.JSX.Element;
1590
1692
 
1591
- interface SendTokensActionProps extends BaseActionProps {
1592
- amount: string;
1693
+ interface BuyNFTPropertiesProps {
1694
+ title: string;
1695
+ imageURI: string;
1696
+ collection: {
1697
+ imageURI: string;
1698
+ name: string;
1699
+ };
1700
+ price: string;
1593
1701
  token: {
1594
1702
  logoURI: string;
1595
1703
  symbol: string;
1596
1704
  };
1597
- chain: {
1705
+ marketplace: {
1598
1706
  logoURI: string;
1599
1707
  name: string;
1600
1708
  };
1601
- wallet: {
1602
- imageURI: string;
1603
- address: string;
1604
- url: string;
1605
- };
1606
- timestamp: number;
1607
- hash: string;
1608
- url: string;
1609
- }
1610
- declare function SendTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: SendTokensActionProps): react_jsx_runtime.JSX.Element;
1611
-
1612
- interface StakeActionProps extends BaseActionProps {
1613
- token: {
1709
+ fromChain: {
1614
1710
  logoURI: string;
1615
- symbol: string;
1711
+ name: string;
1616
1712
  };
1617
- provider: {
1713
+ toChain: {
1618
1714
  logoURI: string;
1619
1715
  name: string;
1620
1716
  };
1621
- timestamp: number;
1622
- hash: string;
1623
- url: string;
1717
+ fromAddress: string;
1718
+ toAddress: string;
1719
+ boosted?: boolean;
1720
+ timeToComplete: string;
1721
+ tokenId: string;
1722
+ nftType: string;
1624
1723
  }
1625
- declare function StakeAction({ status, nextStatus, showTimeline, showBody, token, provider, timestamp, hash, url, }: StakeActionProps): react_jsx_runtime.JSX.Element;
1724
+ declare function BuyNFTProperties({ title, imageURI, collection, price, token, marketplace, fromChain, toChain, fromAddress, toAddress, boosted, timeToComplete, tokenId, nftType, }: BuyNFTPropertiesProps): react_jsx_runtime.JSX.Element;
1626
1725
 
1627
- interface StartActionProps extends BaseActionProps {
1628
- timestamp?: number;
1629
- hash?: string;
1630
- url?: string;
1726
+ interface InteractionPropertiesProps {
1727
+ chain: {
1728
+ logoURI: string;
1729
+ name: string;
1730
+ };
1731
+ wallet: string;
1732
+ boosted?: boolean;
1733
+ timeToComplete: string;
1631
1734
  }
1632
- declare function StartAction({ status, nextStatus, showTimeline, showBody, timestamp, hash, url, }: StartActionProps): react_jsx_runtime.JSX.Element;
1735
+ declare function InteractionProperties({ chain, wallet, boosted, timeToComplete, }: InteractionPropertiesProps): react_jsx_runtime.JSX.Element;
1633
1736
 
1634
- interface SuccessActionProps extends BaseActionProps {
1635
- description?: string;
1636
- timestamp?: number;
1637
- hash?: string;
1638
- url?: string;
1737
+ interface PropertiesLayoutProps {
1738
+ children?: ReactNode;
1739
+ className?: string;
1639
1740
  }
1640
- declare function SuccessAction({ nextStatus, status, description, showTimeline, showBody, timestamp, hash, url, }: SuccessActionProps): react_jsx_runtime.JSX.Element;
1741
+ declare function PropertiesLayout({ children, className, }: PropertiesLayoutProps): react_jsx_runtime.JSX.Element;
1641
1742
 
1642
- interface SwapActionProps extends BaseActionProps {
1743
+ interface SwapPropertiesProps {
1744
+ fromAmount: string;
1643
1745
  fromToken: {
1644
1746
  logoURI: string;
1747
+ bgColor: string;
1645
1748
  symbol: string;
1646
1749
  };
1750
+ toAmount: string;
1647
1751
  toToken: {
1648
1752
  logoURI: string;
1753
+ bgColor: string;
1649
1754
  symbol: string;
1650
1755
  };
1651
- provider: {
1756
+ fromChain: {
1652
1757
  logoURI: string;
1653
1758
  name: string;
1654
1759
  };
1655
- timestamp?: number;
1656
- hash?: string;
1657
- url?: string;
1658
- }
1659
- declare function SwapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: SwapActionProps): react_jsx_runtime.JSX.Element;
1660
-
1661
- interface WrapActionProps extends BaseActionProps {
1662
- fromToken: {
1663
- logoURI: string;
1664
- symbol: string;
1665
- };
1666
- toToken: {
1667
- logoURI: string;
1668
- symbol: string;
1669
- };
1670
- provider: {
1760
+ toChain: {
1671
1761
  logoURI: string;
1672
1762
  name: string;
1673
1763
  };
1674
- timestamp?: number;
1675
- hash?: string;
1676
- url?: string;
1764
+ fromAddress: string;
1765
+ toAddress: string;
1766
+ exchangeRate: string;
1767
+ boosted?: boolean;
1768
+ timeToComplete: string;
1677
1769
  }
1678
- declare function WrapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: WrapActionProps): react_jsx_runtime.JSX.Element;
1770
+ declare function SwapProperties({ fromAmount, fromToken, toAmount, toToken, fromChain, toChain, fromAddress, toAddress, exchangeRate, boosted, timeToComplete, }: SwapPropertiesProps): react_jsx_runtime.JSX.Element;
1679
1771
 
1680
- declare const actionComponentMap: {
1681
- readonly success: typeof SuccessAction;
1682
- readonly receive_tokens: typeof ReceiveTokensAction;
1683
- readonly receive_nft: typeof ReceiveNFTAction;
1684
- readonly approve: typeof ApproveAction;
1685
- readonly send_tokens: typeof SendTokensAction;
1686
- readonly swap: typeof SwapAction;
1687
- readonly bridge: typeof BridgeAction;
1688
- readonly wrap: typeof WrapAction;
1689
- readonly stake: typeof StakeAction;
1690
- readonly start: typeof StartAction;
1691
- readonly fees: typeof FeesAction;
1692
- readonly incomplete: typeof IncompleteAction;
1772
+ declare const propertiesComponentsMap: {
1773
+ readonly swap: typeof SwapProperties;
1774
+ readonly buy_nft: typeof BuyNFTProperties;
1775
+ readonly interaction: typeof InteractionProperties;
1776
+ readonly bridge: typeof BridgeProperties;
1693
1777
  };
1694
- type TransactionActionComponents = typeof actionComponentMap;
1695
- type TransactionActionType = keyof TransactionActionComponents;
1696
- type TransactionActionProps = {
1697
- [Type in TransactionActionType]: {
1778
+ type TransactionPropertiesComponents = typeof propertiesComponentsMap;
1779
+ type TransactionPropertiesType = keyof TransactionPropertiesComponents;
1780
+ type TransactionPropertiesProps = {
1781
+ [Type in TransactionPropertiesType]: {
1698
1782
  type: Type;
1699
- props: ComponentProps<TransactionActionComponents[Type]>;
1783
+ props: ComponentProps<TransactionPropertiesComponents[Type]>;
1700
1784
  };
1701
- }[TransactionActionType];
1702
- declare function TransactionAction({ type, props }: TransactionActionProps): react_jsx_runtime.JSX.Element;
1703
-
1704
- declare function linkActionTimelineProps(actions: TransactionActionProps[], collapsed: boolean): TransactionActionProps[];
1785
+ }[TransactionPropertiesType];
1786
+ declare function TransactionProperties({ type, props, }: TransactionPropertiesProps): react_jsx_runtime.JSX.Element;
1705
1787
 
1706
- type TransactionItemVariant = 'compact' | 'full';
1707
- type TransactionItemType = {
1708
- icon?: ReactNode;
1709
- name: string;
1710
- };
1711
- interface TransactionItemProps {
1788
+ interface TransactionSearchProps {
1789
+ query: string;
1790
+ setQuery: (query: string) => void;
1791
+ children?: ReactNode;
1712
1792
  className?: string;
1713
- isLoading?: boolean;
1714
- status?: ActionStatus;
1715
- image?: ReactNode;
1716
- type?: TransactionItemType;
1717
- hash?: string;
1718
- fromChain?: {
1719
- logoURI: string;
1720
- name: string;
1721
- };
1722
- toChain?: {
1723
- logoURI: string;
1724
- name: string;
1725
- };
1726
- fromAmount?: string;
1727
- toAmount?: string;
1728
- timestamp?: number;
1729
- variant?: TransactionItemVariant;
1793
+ onFocus?: () => void;
1794
+ onBlur?: () => void;
1730
1795
  }
1731
- declare function TransactionItem({ className, isLoading, status, image, type, hash, fromChain, toChain, fromAmount, toAmount, timestamp, variant, }: TransactionItemProps): react_jsx_runtime.JSX.Element;
1796
+ declare function TransactionSearch({ query, setQuery, children, className, onFocus, onBlur, }: TransactionSearchProps): react_jsx_runtime.JSX.Element;
1732
1797
 
1733
- interface DropdownMenuProps {
1734
- dropdownRef?: React.RefObject<HTMLDivElement>;
1735
- menuRef?: React.RefObject<HTMLDivElement>;
1736
- items: DropdownMenuItemProps[];
1798
+ interface FromToProps {
1799
+ isLoading?: boolean;
1800
+ from?: ReactNode;
1801
+ to?: ReactNode;
1737
1802
  className?: string;
1738
- isHidden?: boolean;
1739
- listClassName?: string;
1740
- }
1741
- declare function DropdownMenu({ dropdownRef, items, className, menuRef, isHidden, listClassName, }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
1742
-
1743
- type ErrorMessageProps = {
1744
- message: string;
1745
- showIcon?: boolean;
1746
- };
1747
- declare function ErrorMessage({ message, showIcon }: ErrorMessageProps): react_jsx_runtime.JSX.Element;
1748
-
1749
- interface HashLinkProps {
1750
- showTx?: boolean;
1751
- hash: string;
1752
- children?: ReactNode;
1753
- showCopyButton?: boolean;
1754
- url?: string;
1755
1803
  }
1756
- declare function HashLink({ showTx, hash, showCopyButton, url, children, }: HashLinkProps): react_jsx_runtime.JSX.Element;
1804
+ declare function Transfer({ isLoading, from, to, className }: FromToProps): react_jsx_runtime.JSX.Element;
1757
1805
 
1758
- interface InfoBoxProps {
1806
+ interface ToastProps {
1759
1807
  title: string;
1760
1808
  description: string;
1761
- icon?: React.ReactNode;
1809
+ headerContent?: React.ReactNode;
1810
+ actionsContent?: React.ReactNode;
1811
+ chipLabel?: string;
1762
1812
  }
1763
- declare function InfoBox({ title, description, icon }: InfoBoxProps): react_jsx_runtime.JSX.Element;
1813
+ declare function Toast({ headerContent, actionsContent, description, chipLabel, title, }: ToastProps): react_jsx_runtime.JSX.Element;
1764
1814
 
1765
- interface JoinProps {
1766
- children?: ReactNode;
1767
- glue: () => ReactNode;
1768
- }
1769
- declare function Join({ children, glue }: JoinProps): react_jsx_runtime.JSX.Element[] | null | undefined;
1815
+ type SquidTheme = {
1816
+ "content-100": string;
1817
+ "content-200": string;
1818
+ "content-300": string;
1819
+ "content-400": string;
1820
+ "content-500": string;
1821
+ "content-600": string;
1822
+ "content-700": string;
1823
+ "content-800": string;
1824
+ "content-900": string;
1825
+ "accent-300": string;
1826
+ "accent-400": string;
1827
+ "accent-500": string;
1828
+ "accent-700": string;
1829
+ "status-positive": string;
1830
+ "status-negative": string;
1831
+ "status-warning": string;
1832
+ "highlight-700": string;
1833
+ };
1770
1834
 
1771
- type Rounded = 'sm' | 'lg';
1772
- interface MenuProps extends react__default.ComponentProps<'div'> {
1773
- containerClassName?: string;
1774
- contentClassName?: string;
1775
- rounded?: Rounded;
1776
- menuRef?: react__default.RefObject<HTMLDivElement>;
1777
- contentWrapperClassName?: string;
1778
- }
1779
- declare function Menu({ children, containerClassName, contentClassName, rounded, menuRef, contentWrapperClassName, ...props }: MenuProps): react_jsx_runtime.JSX.Element;
1835
+ /**
1836
+ * Utility type to allow for a type to be either all of the properties of another type, or none of them
1837
+ * @example
1838
+ * type Person = { age: number } & AllOrNone<{ name: string, lastName: string }>
1839
+ * const person: Person = { age: 30 } // ok
1840
+ * const person: Person = { age: 30, name: "John" } // error, requires lastName
1841
+ * const person: Person = { age: 30, name: "John", lastName: "Doe" } // ok, all properties are present
1842
+ */
1843
+ type AllOrNone<T> = T | {
1844
+ [K in keyof T]?: never;
1845
+ };
1780
1846
 
1781
- type ModalWidth = 'large' | 'extra-large';
1782
- interface ModalProps {
1783
- children: React.ReactNode;
1784
- className?: string;
1785
- onBackdropClick?: () => void;
1786
- isOpen?: boolean;
1787
- maxHeight?: boolean;
1788
- width?: ModalWidth;
1847
+ interface DropdownMenuItemControl extends Omit<SwitchProps, "size"> {
1848
+ type: "switch";
1789
1849
  }
1790
- declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, width, }: ModalProps): false | react_jsx_runtime.JSX.Element;
1791
-
1792
- type ModalContentBorderType = 'border' | 'outline';
1793
- interface ModalContentProps extends React.HTMLAttributes<HTMLDivElement> {
1850
+ interface DropdownMenuItemProps {
1851
+ label: string;
1852
+ labelClassName?: string;
1853
+ imageUrl?: string;
1854
+ icon?: React.ReactNode;
1855
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1856
+ link?: string;
1857
+ control?: DropdownMenuItemControl;
1858
+ detail?: React.ReactNode;
1859
+ isSelected?: boolean;
1860
+ itemRef?: React.RefObject<HTMLLIElement>;
1794
1861
  children?: React.ReactNode;
1795
- addGap?: boolean;
1796
- paddingY?: boolean;
1797
- borderType?: ModalContentBorderType;
1798
- className?: string;
1862
+ contentRef?: React.RefObject<HTMLButtonElement>;
1799
1863
  }
1800
- declare function ModalContent({ children, addGap, paddingY, borderType, className, ...props }: ModalContentProps): react_jsx_runtime.JSX.Element;
1801
- declare function ModalContentDivider(): react_jsx_runtime.JSX.Element;
1864
+ declare function DropdownMenuItem(props: DropdownMenuItemProps & AllOrNone<{
1865
+ submenu: React.ReactNode;
1866
+ containerRef: React.RefObject<HTMLDivElement>;
1867
+ }>): react_jsx_runtime.JSX.Element;
1802
1868
 
1803
- type ActionButton = {
1804
- labelOrIcon: string | React.ReactNode;
1805
- onClick?: () => void;
1806
- id: React.Key;
1807
- tooltip?: Omit<TooltipProps, 'children'>;
1808
- chip?: ChipProps;
1809
- };
1810
- interface NavigationBarProps extends React.ComponentProps<'nav'> {
1811
- title?: string;
1812
- displayBackButton?: boolean;
1813
- logoUrl?: string;
1814
- transparent?: boolean;
1815
- displayButtonShadows?: boolean;
1816
- onBackButtonClick?: () => void;
1817
- actions?: ActionButton[];
1818
- isLoading?: boolean;
1869
+ interface HistoryItemProps {
1870
+ firstImageUrl: string;
1871
+ secondImageUrl: string;
1872
+ status: HistoryItemStatus;
1873
+ fromLabel: string;
1874
+ toLabel: string;
1875
+ dateCompleted: string;
1876
+ fromAmount: string;
1877
+ toAmount: string;
1878
+ itemsContainerRef?: React.RefObject<HTMLElement>;
1879
+ onClick?: () => void;
1880
+ warningLabel?: string;
1881
+ dropdownMenuContent?: React.ReactNode;
1819
1882
  }
1820
- declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, isLoading, ...props }: NavigationBarProps): react_jsx_runtime.JSX.Element;
1883
+ declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
1821
1884
 
1822
- declare function PipeSeparator({ className, ...props }: ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
1823
-
1824
- interface CollapsibleMenuProps {
1825
- menuRef: React.MutableRefObject<HTMLDivElement | null>;
1826
- size: {
1827
- open: {
1828
- width: string;
1829
- height: string;
1830
- };
1831
- closed: {
1832
- width: string;
1833
- height: string;
1834
- };
1835
- };
1836
- children?: React.ReactNode;
1837
- isOpen?: boolean;
1838
- transitionDuration?: React.CSSProperties['transitionDuration'];
1885
+ interface ListItemProps extends React.HTMLAttributes<HTMLButtonElement> {
1886
+ itemTitle: string | React.ReactNode;
1887
+ mainImageUrl?: string;
1888
+ secondaryImageUrl?: string;
1889
+ placeholderImageUrl?: string;
1890
+ subtitle?: string;
1891
+ subtitleOnHover?: React.ReactNode;
1892
+ detail?: string;
1893
+ icon?: React.ReactNode;
1894
+ size?: ListItemSize;
1895
+ mainIcon?: React.ReactNode;
1896
+ isSelected?: boolean;
1839
1897
  className?: string;
1898
+ onDetailClick?: () => void;
1899
+ showDetailOnHoverOnly?: boolean;
1900
+ rounded?: boolean;
1901
+ detailButtonClassName?: string;
1902
+ loading?: {
1903
+ subtitle?: boolean | string;
1904
+ };
1905
+ containerProps?: React.HTMLAttributes<HTMLLIElement>;
1906
+ compactOnMobile?: boolean;
1907
+ extraPadding?: boolean;
1908
+ dropdownMenuContent?: React.ReactNode;
1909
+ itemsContainerRef?: React.RefObject<HTMLElement>;
1840
1910
  }
1841
- declare function CollapsibleMenu({ children, menuRef, isOpen, transitionDuration, size, className, }: CollapsibleMenuProps): react_jsx_runtime.JSX.Element;
1842
-
1843
- declare function ProductCard({ children }: React.PropsWithChildren): react_jsx_runtime.JSX.Element;
1844
- declare function BorderedContainer({ children, className, }: {
1845
- children: React.ReactNode;
1846
- className?: string;
1847
- }): react_jsx_runtime.JSX.Element;
1911
+ type ListItemSize = "small" | "large";
1912
+ declare function ListItem({ itemTitle, mainImageUrl, subtitle, subtitleOnHover, detail, icon, secondaryImageUrl, placeholderImageUrl, size, mainIcon, className, isSelected, onDetailClick, showDetailOnHoverOnly, rounded, detailButtonClassName, loading, containerProps, compactOnMobile, extraPadding, itemsContainerRef, dropdownMenuContent, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
1913
+ declare const ListItemActionsButton: react.ForwardRefExoticComponent<Omit<react.ClassAttributes<HTMLButtonElement> & react.ButtonHTMLAttributes<HTMLButtonElement> & {
1914
+ isActive?: boolean | undefined;
1915
+ }, "ref"> & react.RefAttributes<HTMLButtonElement>>;
1848
1916
 
1849
- declare function ProfileHeaderBackground(): react_jsx_runtime.JSX.Element;
1917
+ interface MenuItemProps {
1918
+ label: string;
1919
+ imageUrl?: string;
1920
+ icon?: React.ReactNode;
1921
+ }
1922
+ declare function MenuItem({ label, imageUrl, icon }: MenuItemProps): react_jsx_runtime.JSX.Element;
1850
1923
 
1851
- interface SwapConfigurationProps {
1852
- direction: SwapDirection;
1853
- priceImpactPercentage?: string;
1854
- amount?: string;
1855
- tokenPrice?: number;
1856
- balance?: string;
1857
- isFetching?: boolean;
1858
- chain?: {
1859
- iconUrl: string;
1860
- bgColor: string;
1861
- };
1862
- token?: {
1863
- iconUrl: string;
1864
- symbol: string;
1865
- bgColor: string;
1866
- textColor: string;
1867
- decimals: number;
1868
- };
1869
- onAmountChange?: (amount: string) => void;
1870
- error?: {
1871
- message: string;
1872
- };
1873
- criticalPriceImpactPercentage?: number;
1874
- maxUsdDecimals?: number;
1875
- isInputInteractive?: boolean;
1924
+ interface PropertyListItemProps extends ComponentProps<"li"> {
1876
1925
  isLoading?: boolean;
1877
- inputModeButton?: {
1878
- usdModeTooltip?: Omit<TooltipProps, 'children'>;
1879
- tokenModeTooltip?: Omit<TooltipProps, 'children'>;
1880
- amountUsd?: string;
1881
- };
1882
- balanceButton?: {
1883
- tooltip?: Omit<TooltipProps, 'children'>;
1884
- };
1885
- assetsButton?: {
1886
- tooltip?: Omit<TooltipProps, 'children'>;
1887
- onClick?: () => void;
1888
- variant?: AssetsButtonVariant;
1889
- };
1890
- walletButton?: {
1891
- tooltip?: Omit<TooltipProps, 'children'>;
1892
- onClick?: () => void;
1893
- address?: string;
1894
- emptyAddressLabel?: string;
1895
- disabled?: boolean;
1896
- };
1926
+ label?: React.ReactNode;
1927
+ icon?: React.ReactNode;
1928
+ detail?: React.ReactNode;
1929
+ variant?: PropertyListItemSize;
1930
+ showGradientBg?: boolean;
1931
+ labelClassName?: string;
1932
+ iconClassName?: string;
1933
+ detailClassName?: string;
1897
1934
  }
1898
- declare function SwapConfiguration({ amount, tokenPrice, isFetching: isFetchingProp, chain, token, direction, onAmountChange, balance, criticalPriceImpactPercentage, error, priceImpactPercentage, maxUsdDecimals, isInputInteractive, isLoading, inputModeButton, balanceButton, assetsButton, walletButton, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
1935
+ declare function PropertyListItem({ isLoading, label, detail, icon, className, variant, showGradientBg, labelClassName, iconClassName, detailClassName, ...props }: PropertyListItemProps): react_jsx_runtime.JSX.Element;
1899
1936
 
1900
- interface SwapProgressViewHeaderProps {
1937
+ interface SectionTitleProps extends React.HTMLAttributes<HTMLDivElement> {
1901
1938
  title: string;
1902
- description: string;
1939
+ icon?: React.ReactNode;
1940
+ accessory?: string | null;
1941
+ actionIcon?: React.ReactNode;
1942
+ className?: string;
1903
1943
  }
1904
- declare function SwapProgressViewHeader({ title, description, }: SwapProgressViewHeaderProps): react_jsx_runtime.JSX.Element;
1944
+ declare function SectionTitle({ title, icon, accessory, actionIcon, className, ...props }: SectionTitleProps): react_jsx_runtime.JSX.Element;
1905
1945
 
1906
- type SwapStepsCollapsedFooterButton = {
1946
+ type SettingsControl = {
1947
+ type: "percentage";
1948
+ value: number | undefined;
1949
+ onChange: (value: number | undefined) => void;
1950
+ min?: number;
1951
+ max?: number;
1952
+ decimalsFormat?: number;
1953
+ resetValueControl: {
1954
+ label: string;
1955
+ onSelect: () => void;
1956
+ value: number | undefined;
1957
+ };
1958
+ } | {
1959
+ type: "amount";
1960
+ value: number | undefined;
1961
+ onChange: (value: number | undefined) => void;
1962
+ options: {
1963
+ value: number;
1964
+ }[];
1965
+ decimalsFormat?: number;
1966
+ resetValueControl: {
1967
+ label: string;
1968
+ value: number | undefined;
1969
+ };
1970
+ } | {
1971
+ type: "switch";
1972
+ checked: boolean;
1973
+ onChange: (checked: boolean) => void;
1974
+ tooltip?: Omit<TooltipProps, "children">;
1975
+ disabled?: boolean;
1976
+ } | {
1977
+ type: "options";
1978
+ selectedLabel: string;
1979
+ options: {
1980
+ label: string;
1981
+ onSelect: () => void;
1982
+ }[];
1983
+ };
1984
+ interface SettingsItemProps {
1985
+ icon: React.ReactNode;
1907
1986
  label: string;
1987
+ control?: SettingsControl;
1908
1988
  link?: string;
1909
- onClick?: () => void;
1910
- };
1911
- interface SwapStepsCollapsedProps {
1912
- steps: SwapStep[];
1913
- currentStepIndex: number;
1914
- onOpen?: () => void;
1915
- onClose?: () => void;
1916
- footerButton?: SwapStepsCollapsedFooterButton;
1989
+ transparent?: boolean;
1990
+ helpTooltip?: Omit<TooltipProps, "children">;
1917
1991
  }
1918
- declare const SwapStepsCollapsed: react.ForwardRefExoticComponent<SwapStepsCollapsedProps & react.RefAttributes<{
1919
- handleToggleRouteSteps: () => void;
1920
- }>>;
1992
+ declare function SettingsItem({ icon, label, control, link, transparent, helpTooltip, }: SettingsItemProps): react_jsx_runtime.JSX.Element;
1921
1993
 
1922
- interface TokenPairProps {
1923
- firstToken?: {
1924
- logoURI: string;
1925
- bgColor: string;
1994
+ interface SwapStepItemProps {
1995
+ descriptionBlocks: DescriptionBlock[];
1996
+ showStepSeparator?: boolean;
1997
+ link?: string;
1998
+ status?: ActionStatus;
1999
+ }
2000
+ declare const STEP_ITEM_HEIGHT = 52;
2001
+ declare function SwapStepItem({ descriptionBlocks, showStepSeparator, link, status, }: SwapStepItemProps): react_jsx_runtime.JSX.Element;
2002
+
2003
+ interface ActionLayoutProps {
2004
+ lineCap?: ReactNode;
2005
+ status?: ActionStatus;
2006
+ showTimeline?: boolean;
2007
+ statusIcon?: ReactNode;
2008
+ nextStatus?: ActionStatus;
2009
+ description?: ReactNode;
2010
+ title?: string;
2011
+ icon?: ReactNode;
2012
+ children?: ReactNode;
2013
+ showBody?: boolean;
2014
+ }
2015
+ declare function ActionLayout({ lineCap, status, showTimeline, showBody, nextStatus, statusIcon, description, title, icon, children, }: ActionLayoutProps): react_jsx_runtime.JSX.Element;
2016
+ interface ActionPropertiesProps {
2017
+ timestamp?: number;
2018
+ hash?: string;
2019
+ url?: string;
2020
+ }
2021
+ declare function ActionProperties({ timestamp, hash, url, }: ActionPropertiesProps): react_jsx_runtime.JSX.Element;
2022
+ declare const ActionLineOutRow: ({ status }: {
2023
+ status?: ActionStatus;
2024
+ }) => react_jsx_runtime.JSX.Element;
2025
+ declare const ActionStatusRow: ({ children, status, icon, }: {
2026
+ children?: ReactNode;
2027
+ status: ActionStatus;
2028
+ icon?: ReactNode;
2029
+ }) => react_jsx_runtime.JSX.Element;
2030
+ declare function ActionRow({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
2031
+ declare function ActionWrapper({ children, status, className, }: {
2032
+ children?: ReactNode;
2033
+ status?: ActionStatus;
2034
+ className?: string;
2035
+ }): react_jsx_runtime.JSX.Element;
2036
+ interface TimestampProps {
2037
+ time: number;
2038
+ }
2039
+ declare function Timestamp({ time }: TimestampProps): react_jsx_runtime.JSX.Element;
2040
+
2041
+ interface BaseActionProps {
2042
+ status: ActionStatus;
2043
+ /** if set, renders a line upwards to the next item in the status color */
2044
+ nextStatus?: ActionStatus;
2045
+ /** should we render a line down to the previous item? (default true) */
2046
+ showTimeline?: boolean;
2047
+ /** if false, fades out everything but the status line (for collapsed timeline state) */
2048
+ showBody?: boolean;
2049
+ }
2050
+
2051
+ interface ApproveActionProps extends BaseActionProps {
2052
+ profile: {
2053
+ imageURI: string;
2054
+ label: string;
1926
2055
  };
1927
- secondToken?: {
2056
+ chain: {
1928
2057
  logoURI: string;
1929
- bgColor: string;
2058
+ name: string;
1930
2059
  };
1931
- variant?: TokenPairVariant;
1932
- size?: TokenPairSize;
2060
+ wallet: {
2061
+ imageURI: string;
2062
+ address: string;
2063
+ url: string;
2064
+ };
2065
+ timestamp?: number;
2066
+ hash?: string;
2067
+ url?: string;
1933
2068
  }
1934
- declare function TokenPair({ firstToken, secondToken, variant, size, }: TokenPairProps): react_jsx_runtime.JSX.Element;
2069
+ declare function ApproveAction({ status, nextStatus, showTimeline, showBody, profile, chain, wallet, timestamp, hash, url, }: ApproveActionProps): react_jsx_runtime.JSX.Element;
1935
2070
 
1936
- interface TransactionFiltersProps {
1937
- chainType?: ChainTypeFilter;
1938
- setChainType: (chainType: ChainTypeFilter) => void;
1939
- chain?: string;
1940
- setChain: (chain?: string) => void;
1941
- fromDate?: Date;
1942
- setFromDate: (fromDate?: Date) => void;
1943
- toDate?: Date;
1944
- setToDate: (toDate?: Date) => void;
1945
- status?: StatusFilter[];
1946
- setStatus: (status?: StatusFilter[]) => void;
1947
- chains: {
2071
+ interface BridgeActionProps extends BaseActionProps {
2072
+ token: {
2073
+ logoURI: string;
2074
+ symbol: string;
2075
+ };
2076
+ chain: {
2077
+ logoURI: string;
1948
2078
  name: string;
2079
+ };
2080
+ provider: {
1949
2081
  logoURI: string;
1950
- }[];
2082
+ name: string;
2083
+ };
2084
+ timestamp?: number;
2085
+ hash?: string;
2086
+ url?: string;
1951
2087
  }
1952
- declare function TransactionFilters({ chainType, setChainType, chain, setChain, fromDate, setFromDate, toDate, setToDate, status, setStatus, chains, }: TransactionFiltersProps): react_jsx_runtime.JSX.Element;
2088
+ declare function BridgeAction({ status, nextStatus, showTimeline, showBody, token, chain, provider, timestamp, hash, url, }: BridgeActionProps): react_jsx_runtime.JSX.Element;
1953
2089
 
1954
- interface BridgeHeaderProps {
1955
- tokenLogoURI: string;
1956
- chainLogoURI: string;
1957
- title?: string;
1958
- hash: string;
1959
- url?: string;
2090
+ interface FeesActionProps extends BaseActionProps {
2091
+ total: FeesRowProps;
2092
+ lines?: FeesRowProps[];
2093
+ }
2094
+ declare function FeesAction({ status, nextStatus, showTimeline, total, lines, }: FeesActionProps): react_jsx_runtime.JSX.Element;
2095
+ interface FeesTotalProps {
1960
2096
  status: ActionStatus;
2097
+ nextStatus?: ActionStatus;
2098
+ total: FeesRowProps;
2099
+ showTimeline?: boolean;
2100
+ collapsed?: boolean;
1961
2101
  }
1962
- declare function BridgeHeader({ tokenLogoURI, chainLogoURI, title, hash, url, status, }: BridgeHeaderProps): react_jsx_runtime.JSX.Element;
1963
-
1964
- interface BuyNFTHeaderProps {
1965
- imageUrl: string;
1966
- title?: string;
1967
- hash: string;
1968
- url?: string;
2102
+ declare function FeesTotal({ status, nextStatus, total, showTimeline, collapsed, }: FeesTotalProps): react_jsx_runtime.JSX.Element;
2103
+ interface FeesLinesProps {
1969
2104
  status: ActionStatus;
2105
+ lines?: FeesRowProps[];
2106
+ showTimeline?: boolean;
2107
+ }
2108
+ declare function FeesLines({ status, lines, showTimeline, }: FeesLinesProps): react_jsx_runtime.JSX.Element;
2109
+ interface FeesRowProps {
2110
+ label: string;
2111
+ amount: number | string;
2112
+ symbol: string;
2113
+ usd: number | string;
2114
+ collapsed?: boolean;
1970
2115
  }
1971
- declare function BuyNFTHeader({ imageUrl, title, hash, url, status, }: BuyNFTHeaderProps): react_jsx_runtime.JSX.Element;
1972
2116
 
1973
- interface InteractionHeaderProps {
1974
- title?: string;
1975
- image?: ReactNode;
1976
- hash: string;
1977
- url?: string;
1978
- status: ActionStatus;
2117
+ interface IncompleteActionProps extends BaseActionProps {
2118
+ message: string;
2119
+ buttons: ReactNode;
1979
2120
  }
1980
- declare function InteractionHeader({ title, image, hash, url, status, }: InteractionHeaderProps): react_jsx_runtime.JSX.Element;
2121
+ declare function IncompleteAction({ status, nextStatus, message, buttons, }: IncompleteActionProps): react_jsx_runtime.JSX.Element;
1981
2122
 
1982
- interface ProfileHeaderProps {
1983
- imageUrl: string;
1984
- title: string;
2123
+ interface ReceiveNFTActionProps extends BaseActionProps {
2124
+ nft: {
2125
+ imageURI: string;
2126
+ name: string;
2127
+ };
2128
+ chain: {
2129
+ logoURI: string;
2130
+ name: string;
2131
+ };
1985
2132
  wallet: {
1986
2133
  imageURI: string;
1987
2134
  address: string;
2135
+ url: string;
1988
2136
  };
1989
- amount: string;
2137
+ timestamp: number;
2138
+ hash: string;
2139
+ url: string;
1990
2140
  }
1991
- declare function ProfileHeader({ imageUrl, title, wallet, amount, }: ProfileHeaderProps): react_jsx_runtime.JSX.Element;
2141
+ declare function ReceiveNFTAction({ status, nextStatus, showTimeline, showBody, nft, chain, wallet, timestamp, hash, url, }: ReceiveNFTActionProps): react_jsx_runtime.JSX.Element;
1992
2142
 
1993
- interface SwapHeaderProps {
1994
- fromToken: {
2143
+ interface ReceiveTokensActionProps extends BaseActionProps {
2144
+ amount: string;
2145
+ token: {
1995
2146
  logoURI: string;
1996
- bgColor: string;
2147
+ symbol: string;
1997
2148
  };
1998
- toToken: {
2149
+ chain: {
1999
2150
  logoURI: string;
2000
- bgColor: string;
2151
+ name: string;
2001
2152
  };
2002
- title?: string;
2003
- hash: string;
2004
- url?: string;
2005
- status: ActionStatus;
2006
- }
2007
- declare function SwapHeader({ fromToken, toToken, title, hash, url, status, }: SwapHeaderProps): react_jsx_runtime.JSX.Element;
2008
-
2009
- declare const headerComponentsMap: {
2010
- readonly swap: typeof SwapHeader;
2011
- readonly buy_nft: typeof BuyNFTHeader;
2012
- readonly interaction: typeof InteractionHeader;
2013
- readonly bridge: typeof BridgeHeader;
2014
- readonly profile: typeof ProfileHeader;
2015
- };
2016
- type TransactionHeaderComponents = typeof headerComponentsMap;
2017
- type TransactionHeaderType = keyof TransactionHeaderComponents;
2018
- type TransactionHeaderProps = {
2019
- [Type in TransactionHeaderType]: {
2020
- type: Type;
2021
- props: ComponentProps<TransactionHeaderComponents[Type]>;
2153
+ wallet: {
2154
+ imageURI: string;
2155
+ address: string;
2156
+ url: string;
2022
2157
  };
2023
- }[TransactionHeaderType];
2024
- declare function TransactionHeader({ type, props }: TransactionHeaderProps): react_jsx_runtime.JSX.Element;
2025
-
2026
- interface TransactionHeaderLayoutProps {
2027
- isLoading?: boolean;
2028
- status?: ActionStatus;
2029
- title?: string;
2030
- image?: ReactNode;
2031
- children?: ReactNode;
2158
+ timestamp: number;
2159
+ hash: string;
2160
+ url: string;
2032
2161
  }
2033
- declare function TransactionHeaderLayout({ isLoading, status, title, image, children, }: TransactionHeaderLayoutProps): react_jsx_runtime.JSX.Element;
2162
+ declare function ReceiveTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: ReceiveTokensActionProps): react_jsx_runtime.JSX.Element;
2034
2163
 
2035
- interface BridgePropertiesProps {
2164
+ interface SendTokensActionProps extends BaseActionProps {
2036
2165
  amount: string;
2037
2166
  token: {
2038
2167
  logoURI: string;
2039
- bgColor: string;
2040
2168
  symbol: string;
2041
2169
  };
2042
- fromChain: {
2170
+ chain: {
2043
2171
  logoURI: string;
2044
2172
  name: string;
2045
2173
  };
2046
- toChain: {
2047
- logoURI: string;
2048
- name: string;
2174
+ wallet: {
2175
+ imageURI: string;
2176
+ address: string;
2177
+ url: string;
2049
2178
  };
2050
- wallet: string;
2051
- boosted?: boolean;
2052
- timeToComplete: string;
2179
+ timestamp: number;
2180
+ hash: string;
2181
+ url: string;
2053
2182
  }
2054
- declare function BridgeProperties({ amount, token, fromChain, toChain, wallet, boosted, timeToComplete, }: BridgePropertiesProps): react_jsx_runtime.JSX.Element;
2183
+ declare function SendTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: SendTokensActionProps): react_jsx_runtime.JSX.Element;
2055
2184
 
2056
- interface BuyNFTPropertiesProps {
2057
- title: string;
2058
- imageURI: string;
2059
- collection: {
2060
- imageURI: string;
2061
- name: string;
2062
- };
2063
- price: string;
2185
+ interface StakeActionProps extends BaseActionProps {
2064
2186
  token: {
2065
2187
  logoURI: string;
2066
2188
  symbol: string;
2067
2189
  };
2068
- marketplace: {
2069
- logoURI: string;
2070
- name: string;
2071
- };
2072
- fromChain: {
2073
- logoURI: string;
2074
- name: string;
2075
- };
2076
- toChain: {
2190
+ provider: {
2077
2191
  logoURI: string;
2078
2192
  name: string;
2079
2193
  };
2080
- fromAddress: string;
2081
- toAddress: string;
2082
- boosted?: boolean;
2083
- timeToComplete: string;
2084
- tokenId: string;
2085
- nftType: string;
2194
+ timestamp: number;
2195
+ hash: string;
2196
+ url: string;
2086
2197
  }
2087
- declare function BuyNFTProperties({ title, imageURI, collection, price, token, marketplace, fromChain, toChain, fromAddress, toAddress, boosted, timeToComplete, tokenId, nftType, }: BuyNFTPropertiesProps): react_jsx_runtime.JSX.Element;
2198
+ declare function StakeAction({ status, nextStatus, showTimeline, showBody, token, provider, timestamp, hash, url, }: StakeActionProps): react_jsx_runtime.JSX.Element;
2088
2199
 
2089
- interface InteractionPropertiesProps {
2090
- chain: {
2091
- logoURI: string;
2092
- name: string;
2093
- };
2094
- wallet: string;
2095
- boosted?: boolean;
2096
- timeToComplete: string;
2200
+ interface StartActionProps extends BaseActionProps {
2201
+ timestamp?: number;
2202
+ hash?: string;
2203
+ url?: string;
2097
2204
  }
2098
- declare function InteractionProperties({ chain, wallet, boosted, timeToComplete, }: InteractionPropertiesProps): react_jsx_runtime.JSX.Element;
2205
+ declare function StartAction({ status, nextStatus, showTimeline, showBody, timestamp, hash, url, }: StartActionProps): react_jsx_runtime.JSX.Element;
2099
2206
 
2100
- interface PropertiesLayoutProps {
2101
- children?: ReactNode;
2102
- className?: string;
2207
+ interface SuccessActionProps extends BaseActionProps {
2208
+ description?: string;
2209
+ timestamp?: number;
2210
+ hash?: string;
2211
+ url?: string;
2103
2212
  }
2104
- declare function PropertiesLayout({ children, className, }: PropertiesLayoutProps): react_jsx_runtime.JSX.Element;
2213
+ declare function SuccessAction({ nextStatus, status, description, showTimeline, showBody, timestamp, hash, url, }: SuccessActionProps): react_jsx_runtime.JSX.Element;
2105
2214
 
2106
- interface SwapPropertiesProps {
2107
- fromAmount: string;
2215
+ interface SwapActionProps extends BaseActionProps {
2108
2216
  fromToken: {
2109
2217
  logoURI: string;
2110
- bgColor: string;
2111
2218
  symbol: string;
2112
2219
  };
2113
- toAmount: string;
2114
2220
  toToken: {
2115
2221
  logoURI: string;
2116
- bgColor: string;
2117
2222
  symbol: string;
2118
2223
  };
2119
- fromChain: {
2224
+ provider: {
2120
2225
  logoURI: string;
2121
2226
  name: string;
2122
2227
  };
2123
- toChain: {
2228
+ timestamp?: number;
2229
+ hash?: string;
2230
+ url?: string;
2231
+ }
2232
+ declare function SwapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: SwapActionProps): react_jsx_runtime.JSX.Element;
2233
+
2234
+ interface WrapActionProps extends BaseActionProps {
2235
+ fromToken: {
2236
+ logoURI: string;
2237
+ symbol: string;
2238
+ };
2239
+ toToken: {
2240
+ logoURI: string;
2241
+ symbol: string;
2242
+ };
2243
+ provider: {
2124
2244
  logoURI: string;
2125
2245
  name: string;
2126
2246
  };
2127
- fromAddress: string;
2128
- toAddress: string;
2129
- exchangeRate: string;
2130
- boosted?: boolean;
2131
- timeToComplete: string;
2247
+ timestamp?: number;
2248
+ hash?: string;
2249
+ url?: string;
2132
2250
  }
2133
- declare function SwapProperties({ fromAmount, fromToken, toAmount, toToken, fromChain, toChain, fromAddress, toAddress, exchangeRate, boosted, timeToComplete, }: SwapPropertiesProps): react_jsx_runtime.JSX.Element;
2251
+ declare function WrapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: WrapActionProps): react_jsx_runtime.JSX.Element;
2134
2252
 
2135
- declare const propertiesComponentsMap: {
2136
- readonly swap: typeof SwapProperties;
2137
- readonly buy_nft: typeof BuyNFTProperties;
2138
- readonly interaction: typeof InteractionProperties;
2139
- readonly bridge: typeof BridgeProperties;
2253
+ declare const actionComponentMap: {
2254
+ readonly success: typeof SuccessAction;
2255
+ readonly receive_tokens: typeof ReceiveTokensAction;
2256
+ readonly receive_nft: typeof ReceiveNFTAction;
2257
+ readonly approve: typeof ApproveAction;
2258
+ readonly send_tokens: typeof SendTokensAction;
2259
+ readonly swap: typeof SwapAction;
2260
+ readonly bridge: typeof BridgeAction;
2261
+ readonly wrap: typeof WrapAction;
2262
+ readonly stake: typeof StakeAction;
2263
+ readonly start: typeof StartAction;
2264
+ readonly fees: typeof FeesAction;
2265
+ readonly incomplete: typeof IncompleteAction;
2140
2266
  };
2141
- type TransactionPropertiesComponents = typeof propertiesComponentsMap;
2142
- type TransactionPropertiesType = keyof TransactionPropertiesComponents;
2143
- type TransactionPropertiesProps = {
2144
- [Type in TransactionPropertiesType]: {
2267
+ type TransactionActionComponents = typeof actionComponentMap;
2268
+ type TransactionActionType = keyof TransactionActionComponents;
2269
+ type TransactionActionProps = {
2270
+ [Type in TransactionActionType]: {
2145
2271
  type: Type;
2146
- props: ComponentProps<TransactionPropertiesComponents[Type]>;
2272
+ props: ComponentProps<TransactionActionComponents[Type]>;
2147
2273
  };
2148
- }[TransactionPropertiesType];
2149
- declare function TransactionProperties({ type, props, }: TransactionPropertiesProps): react_jsx_runtime.JSX.Element;
2274
+ }[TransactionActionType];
2275
+ declare function TransactionAction({ type, props }: TransactionActionProps): react_jsx_runtime.JSX.Element;
2150
2276
 
2151
- interface TransactionSearchProps {
2152
- query: string;
2153
- setQuery: (query: string) => void;
2154
- children?: ReactNode;
2277
+ declare function linkActionTimelineProps(actions: TransactionActionProps[], collapsed: boolean): TransactionActionProps[];
2278
+
2279
+ type TransactionItemVariant = "compact" | "full";
2280
+ type TransactionItemType = {
2281
+ icon?: ReactNode;
2282
+ name: string;
2283
+ };
2284
+ interface TransactionItemProps {
2155
2285
  className?: string;
2156
- onFocus?: () => void;
2157
- onBlur?: () => void;
2286
+ isLoading?: boolean;
2287
+ status?: ActionStatus;
2288
+ image?: ReactNode;
2289
+ type?: TransactionItemType;
2290
+ hash?: string;
2291
+ fromChain?: {
2292
+ logoURI: string;
2293
+ name: string;
2294
+ };
2295
+ toChain?: {
2296
+ logoURI: string;
2297
+ name: string;
2298
+ };
2299
+ fromAmount?: string;
2300
+ toAmount?: string;
2301
+ timestamp?: number;
2302
+ variant?: TransactionItemVariant;
2158
2303
  }
2159
- declare function TransactionSearch({ query, setQuery, children, className, onFocus, onBlur, }: TransactionSearchProps): react_jsx_runtime.JSX.Element;
2304
+ declare function TransactionItem({ className, isLoading, status, image, type, hash, fromChain, toChain, fromAmount, toAmount, timestamp, variant, }: TransactionItemProps): react_jsx_runtime.JSX.Element;
2160
2305
 
2161
- interface FromToProps {
2162
- isLoading?: boolean;
2163
- from?: ReactNode;
2164
- to?: ReactNode;
2165
- className?: string;
2306
+ interface RouteStepProps {
2307
+ imageUrl: string;
2308
+ descriptionBlocks: DescriptionBlock[];
2309
+ subtitle: string;
2310
+ showStepSeparator?: boolean;
2166
2311
  }
2167
- declare function Transfer({ isLoading, from, to, className }: FromToProps): react_jsx_runtime.JSX.Element;
2312
+ declare function RouteStep({ imageUrl, descriptionBlocks, subtitle, showStepSeparator, }: RouteStepProps): react_jsx_runtime.JSX.Element;
2168
2313
 
2169
- interface ToastProps {
2314
+ declare function DropdownMenuTitle({ title }: {
2170
2315
  title: string;
2171
- description: string;
2172
- headerContent?: React.ReactNode;
2173
- actionsContent?: React.ReactNode;
2174
- chipLabel?: string;
2175
- }
2176
- declare function Toast({ headerContent, actionsContent, description, chipLabel, title, }: ToastProps): react_jsx_runtime.JSX.Element;
2316
+ }): react_jsx_runtime.JSX.Element;
2177
2317
 
2178
2318
  interface BodyTextProps extends React.HTMLAttributes<HTMLSpanElement> {
2179
2319
  children: ReactNode;
@@ -2228,7 +2368,7 @@ declare function MainView({ isLoading }: {
2228
2368
  isLoading?: boolean;
2229
2369
  }): react_jsx_runtime.JSX.Element;
2230
2370
 
2231
- type WalletViewType = 'paymentMethod' | 'recipientEmpty' | 'recipientTypingEns' | 'recipientTypingAddress';
2371
+ type WalletViewType = "paymentMethod" | "recipientEmpty" | "recipientTypingEns" | "recipientTypingAddress";
2232
2372
  interface WalletsViewProps {
2233
2373
  type: WalletViewType;
2234
2374
  }
@@ -2389,7 +2529,7 @@ type TransactionViewProps = {
2389
2529
  }[TransactionViewType];
2390
2530
  declare function TransactionView({ type, props }: TransactionViewProps): react_jsx_runtime.JSX.Element;
2391
2531
 
2392
- interface TransactionViewLayoutProps extends ComponentProps<'div'> {
2532
+ interface TransactionViewLayoutProps extends ComponentProps<"div"> {
2393
2533
  isLoading?: boolean;
2394
2534
  header?: ReactNode;
2395
2535
  properties?: ReactNode;
@@ -2400,40 +2540,30 @@ declare function TransactionViewLayout({ isLoading, header, properties, actions,
2400
2540
 
2401
2541
  declare function WalletsView(): react_jsx_runtime.JSX.Element;
2402
2542
 
2403
- type SquidTheme = {
2404
- 'content-100': string;
2405
- 'content-200': string;
2406
- 'content-300': string;
2407
- 'content-400': string;
2408
- 'content-500': string;
2409
- 'content-600': string;
2410
- 'content-700': string;
2411
- 'content-800': string;
2412
- 'content-900': string;
2413
- 'accent-300': string;
2414
- 'accent-400': string;
2415
- 'accent-500': string;
2416
- 'accent-700': string;
2417
- 'status-positive': string;
2418
- 'status-negative': string;
2419
- 'status-warning': string;
2420
- 'highlight-700': string;
2421
- };
2422
-
2423
2543
  declare function SquidConfigProvider({ theme, children, themeType, }: {
2424
2544
  theme?: SquidTheme;
2425
2545
  children?: React.ReactNode;
2426
2546
  themeType?: ThemeType;
2427
2547
  }): react_jsx_runtime.JSX.Element;
2428
2548
 
2429
- declare function useDropdownMenu(props?: {
2549
+ type DropdownPosition = "top" | "bottom" | "center";
2550
+ type DropdownStyles = {
2551
+ position: DropdownPosition;
2552
+ maxHeight: number | null;
2553
+ };
2554
+ interface UseDropdownMenuParams {
2430
2555
  initialIsModalOpen?: boolean;
2431
- }): {
2556
+ itemsContainerRef?: react__default.RefObject<HTMLElement>;
2557
+ }
2558
+ declare function useDropdownMenu(props?: UseDropdownMenuParams): {
2432
2559
  isDropdownOpen: boolean;
2433
2560
  openDropdown: () => void;
2434
2561
  closeDropdown: () => void;
2435
- dropdownRef: React.RefObject<HTMLDivElement>;
2436
- openDropdownButtonRef: React.RefObject<HTMLButtonElement>;
2562
+ dropdownRef: react__default.RefObject<HTMLDivElement>;
2563
+ openDropdownButtonRef: react__default.RefObject<HTMLButtonElement>;
2564
+ dropdownStyles: DropdownStyles | null;
2565
+ itemRef: react__default.RefObject<HTMLLIElement>;
2566
+ menuRef: react__default.RefObject<HTMLDivElement>;
2437
2567
  };
2438
2568
 
2439
2569
  type UseMediaQueryOptions = {
@@ -2502,7 +2632,7 @@ declare const CSS_VARS: {
2502
2632
  COLLAPSIBLE_MENU_CLOSED_WIDTH: string;
2503
2633
  COLLAPSIBLE_MENU_CLOSED_HEIGHT: string;
2504
2634
  };
2505
- type MediaQuery = 'MOBILE_LG' | 'MOBILE_SM_HEIGHT' | 'MOBILE_XS' | 'MOBILE_XS_HEIGHT';
2635
+ type MediaQuery = "MOBILE_LG" | "MOBILE_SM_HEIGHT" | "MOBILE_XS" | "MOBILE_XS_HEIGHT";
2506
2636
  declare const MEDIA_QUERIES: Record<MediaQuery, {
2507
2637
  media: string;
2508
2638
  key: string;
@@ -2524,4 +2654,4 @@ declare const baseTailwindConfig: Config;
2524
2654
  */
2525
2655
  declare const cn: (...inputs: ClassValue[]) => string;
2526
2656
 
2527
- export { type ActionButton, ActionLayout, ActionLineOutRow, ActionProperties, ActionRow, type ActionStatus, ActionStatusRow, ActionWrapper, AddressButton, AnimationWrapper, AppContainer, Approve, ApproveAction, ArrowBottomTopIcon, ArrowButton, ArrowCornerDownRightIcon, ArrowLeftIcon, ArrowOutOfBoxIcon, ArrowRightDownCircleIcon, ArrowRightDownIcon, ArrowRightIcon, ArrowRightUpCircleIcon, ArrowRightUpIcon, ArrowRotate, ArrowTriangle, ArrowUpIcon, ArrowWallDownIcon, ArrowsSwapIcon, AssetsButton, type AssetsButtonVariant, AssetsView, BackpackIcon, BadgeImage, BankIcon, type BaseActionProps, type BaseTransactionViewProps, BlockSkeleton, BodyText, Boost, BoostBadge, BoostButton, BorderedContainer, Breadcrumb, BridgeAction, BridgeHeader, BridgeProperties, BridgeTransactionView, BrokenHeartIcon, BubblesIcon, Button, BuyNFTHeader, BuyNFTProperties, BuyNFTTransactionView, CSS_VARS, Calendar, CaptionText, ChainLink, Checkmark1Icon, Checkmark2Icon, ChevronArrowIcon, ChevronGrabberVerticalIcon, ChevronLargeDownIcon, ChevronLargeRightIcon, ChevronRightSmallIcon, ChevronTopIcon, ChevronTopSmallIcon, Chip, type ChipProps, CircleMinusIcon, CirclePlusIcon, CircleX, CircleXFilledIcon, ClockIcon, ClockOutlineIcon, CoinsAddIcon, CoinsIcon, Collapse, CollapsibleMenu, CollectionIcon, ColorPaletteIcon, CompassRound, ConsoleIcon, Copy, CrossAnimatedIcon, DashboardFast, DescriptionBlocks, DetailsToolbar, DiscordIcon, DockIconAnalytics, DockIconCheckout, DockIconHelp, DockIconProfile, DockIconScan, DockIconSwap, DockSwapIcon, Dollar, DotGrid1x3HorizontalIcon, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, EmojiMeh, EmojiSadIcon, EmptyHeartIcon, ErrorMessage, EthereumIcon, ExplosionIcon, FeeButton, FeesAction, type FeesActionProps, FeesLines, FeesTotal, FilledHeartIcon, FilterButton, FilterIcon, GasIcon, GithubIcon, HashLink, HeadingText, HeartSmallIcon, HelpIcon, HistoryItem, type HistoryItemStatus, HomeIcon, IconButton, IconLabel, ImageIcon, ImageSparkle, IncompleteAction, InfinityIcon, InfoBox, Inline, Input, InteractionHeader, InteractionProperties, InteractionTransactionView, Join, LightningIcon, LinkIcon, List, ListItem, Loader, LoadingProvider, LoadingSkeleton, MEDIA_QUERIES, MainView, MaxIcon, Menu, MenuItem, MenuSwapIcon, MirrorIcon, Modal, ModalContent, ModalContentDivider, MoonIcon, NavigationBar, NotAllowedIcon, NumericInput, PathSquareIcon, PercentIcon, PieChartIcon, PipeSeparator, PlusIcon, PowerIcon, ProductCard, ProfileHeader, ProfileHeaderBackground, PropertiesLayout, PropertyListItem, type PropertyListItemProps, PunkIcon, RangeInput, ReceiptBillIcon, ReceiveNFTAction, ReceiveTokensAction, RecipientView, RefreshIcon, ReorderIcon, STEP_ITEM_HEIGHT, SearchIcon, SectionTitle, SendTokensAction, SettingsButton, type SettingsButtonProps, type SettingsControl, SettingsGearIcon, SettingsItem, type SettingsItemProps, SettingsSlider, type SettingsSliderProps, ShoppingBagIcon, SizeTransition, SmileIcon, SnapIcon, SortIcon, SparkleIcon, SparklesIcon, SquareArrowCenter, SquareArrowTopLeftIcon, SquareArrowTopRight2Icon, SquidConfigProvider, SquidLogo, type SquidTheme, StakeAction, StartAction, StocksIcon, SuccessAction, SunIcon, SunriseIcon, SwapAction, SwapConfiguration, SwapDetailsView, SwapErrorIcon, SwapHeader, type SwapHeaderProps, SwapIcon, SwapInputsIcon, SwapProgressView, SwapProgressViewHeader, SwapProperties, type SwapPropertiesProps, SwapState, type SwapStep, SwapStepItem, SwapStepSeparator, SwapStepsCollapsed, type SwapStepsCollapsedFooterButton, SwapSuccessIcon, SwapTransactionView, SwapWarningIcon, Switch, TagIcon, TagIconFilled, TextSkeleton, type ThemeType, ThumbsUp, Tick, TimeFliesIcon, Timeline, Timestamp, Toast, TokenPair, Tooltip, type TooltipProps, type TooltipThreshold, type TooltipWidth, TradingViewStepsIcon, TransactionAction, type TransactionActionProps, type TransactionActionType, TransactionFilters, TransactionHeader, TransactionHeaderLayout, type TransactionHeaderProps, type TransactionHeaderType, TransactionItem, TransactionProperties, type TransactionPropertiesProps, type TransactionPropertiesType, TransactionSearch, TransactionState, TransactionView, TransactionViewLayout, type TransactionViewProps, type TransactionViewType, Transfer, TranslateIcon, TriangleExclamation, UsdAmount, WalletFilledIcon, WalletIcon, WalletLink, WalletsView, WrapAction, XSocial, baseTailwindConfig, cn, darkTheme, lightTheme, linkActionTimelineProps, statusTextClassMap, useCollapsibleMenu, useDropdownMenu, useMediaQuery, useOnResize, useRect, useTimer, useVersion };
2657
+ export { type ActionButton, ActionLayout, ActionLineOutRow, ActionProperties, ActionRow, type ActionStatus, ActionStatusRow, ActionWrapper, AddressButton, type AllOrNone, AnimationWrapper, AppContainer, Approve, ApproveAction, ArrowBottomTopIcon, ArrowButton, ArrowCornerDownRightIcon, ArrowDownIcon, ArrowLeftIcon, ArrowOutOfBoxIcon, ArrowRightDownCircleIcon, ArrowRightDownIcon, ArrowRightIcon, ArrowRightUpCircleIcon, ArrowRightUpIcon, ArrowRotate, ArrowSplit, ArrowTriangle, ArrowUpIcon, ArrowWallDownIcon, ArrowsSwapIcon, AssetsButton, type AssetsButtonVariant, AssetsView, BackpackIcon, BadgeImage, BankIcon, type BaseActionProps, type BaseTransactionViewProps, BellAlarmIcon, BlockSkeleton, BodyText, Boost, BoostBadge, BoostButton, BorderedContainer, Breadcrumb, BridgeAction, BridgeHeader, BridgeProperties, BridgeTransactionView, BrokenHeartIcon, BubblesIcon, Button, BuyNFTHeader, BuyNFTProperties, BuyNFTTransactionView, CSS_VARS, Calendar, CaptionText, CatSquareIcon, ChainLink, Checkmark1Icon, Checkmark2Icon, ChevronArrowIcon, ChevronDownSmallIcon, ChevronGrabberVerticalIcon, ChevronLargeDownIcon, ChevronLargeRightIcon, ChevronRightSmallIcon, ChevronTopIcon, ChevronTopSmallIcon, Chip, type ChipProps, CircleMinusIcon, CirclePlusIcon, CircleX, CircleXFilledIcon, ClockOutlineIcon, ClockSolidIcon, CoinsAddIcon, CoinsIcon, Collapse, CollapsibleMenu, CollectionIcon, ColorPaletteIcon, CompassRoundOutlinedIcon, CompassRoundSolidIcon, ConsoleIcon, Copy, CrossAnimatedIcon, DashboardFast, DescriptionBlocks, DetailsToolbar, DiscordIcon, DockIconAnalytics, DockIconCheckout, DockIconHelp, DockIconProfile, DockIconScan, DockIconSwap, DockSwapIcon, DollarOutlinedIcon, DollarSolidIcon, DotGrid1x3HorizontalIcon, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuTitle, type DropdownPosition, type DropdownStyles, EmojiMeh, EmojiSadIcon, EmptyHeartIcon, ErrorMessage, EthereumIcon, ExplosionIcon, EyeOpenIcon, FeeButton, FeesAction, type FeesActionProps, FeesLines, FeesTotal, FilledHeartIcon, FilterAscendingIcon, FilterButton, FilterIcon, FilterTimelineIcon, GasIcon, GhostIcon, GithubIcon, HashLink, HeadingText, HeartSmallIcon, HelpIcon, HistoryItem, type HistoryItemStatus, HomeIcon, IconButton, IconLabel, Image, ImageIcon, ImageSparkle, IncompleteAction, InfinityIcon, InfoBox, Inline, Input, InteractionHeader, InteractionProperties, InteractionTransactionView, Join, LightningIcon, LimitIcon, LinkIcon, List, ListItem, ListItemActionsButton, Loader, LoadingProvider, LoadingSkeleton, MEDIA_QUERIES, MainView, MaxIcon, Menu, MenuItem, MenuSwapIcon, MirrorIcon, Modal, ModalContent, ModalContentDivider, MoonIcon, NavigationBar, NotAllowedIcon, NumericInput, PathSquareIcon, PercentIcon, PieChartIcon, PipeSeparator, PlusIcon, PoopIcon, PowerIcon, ProductCard, ProfileHeader, ProfileHeaderBackground, PropertiesLayout, PropertyListItem, type PropertyListItemProps, PunkIcon, RangeInput, ReceiptBillIcon, ReceiveNFTAction, ReceiveTokensAction, RecipientView, RefreshIcon, ReorderIcon, RouteStep, STEP_ITEM_HEIGHT, SearchIcon, SectionTitle, SendTokensAction, SettingsButton, type SettingsButtonProps, type SettingsControl, SettingsGearIcon, SettingsItem, type SettingsItemProps, SettingsSlider, SettingsSliderIcon, type SettingsSliderProps, ShoppingBagIcon, SizeTransition, SmileIcon, SnapIcon, SortIcon, SparkleIcon, SparklesIcon, SquareArrowCenter, SquareArrowTopLeftIcon, SquareArrowTopRight2Icon, SquidConfigProvider, SquidLogo, type SquidTheme, StakeAction, StartAction, StocksIcon, SuccessAction, SunIcon, SunriseIcon, SwapAction, SwapConfiguration, SwapDetailsView, SwapErrorIcon, SwapHeader, type SwapHeaderProps, SwapIcon, SwapInputsIcon, SwapProgressView, SwapProgressViewHeader, SwapProperties, type SwapPropertiesProps, SwapState, type SwapStep, SwapStepItem, SwapStepSeparator, SwapStepsCollapsed, type SwapStepsCollapsedFooterButton, SwapSuccessIcon, SwapTransactionView, SwapWarningIcon, Switch, type SwitchProps, TagIcon, TagIconFilled, TextSkeleton, type ThemeType, ThumbsUp, Tick, TimeFliesIcon, Timeline, Timestamp, Toast, TokenPair, Tooltip, type TooltipProps, type TooltipThreshold, type TooltipWidth, TradingViewStepsIcon, TransactionAction, type TransactionActionProps, type TransactionActionType, TransactionFilters, TransactionHeader, TransactionHeaderLayout, type TransactionHeaderProps, type TransactionHeaderType, TransactionItem, TransactionProperties, type TransactionPropertiesProps, type TransactionPropertiesType, TransactionSearch, TransactionState, TransactionView, TransactionViewLayout, type TransactionViewProps, type TransactionViewType, Transfer, TranslateIcon, TriangleExclamation, UsdAmount, WalletFilledIcon, WalletIcon, WalletLink, WalletsView, WrapAction, XSocial, baseTailwindConfig, cn, darkTheme, lightTheme, linkActionTimelineProps, statusTextClassMap, useCollapsibleMenu, useDropdownMenu, useMediaQuery, useOnResize, useRect, useTimer, useVersion };