@0xsquid/ui 1.0.0 → 2.0.0

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 (544) hide show
  1. package/README.md +98 -1
  2. package/dist/cjs/index.js +60685 -4770
  3. package/dist/cjs/types/assets/animations/index.d.ts +11 -0
  4. package/dist/cjs/types/components/badges/BadgeImage.d.ts +7 -2
  5. package/dist/cjs/types/components/badges/IconLabel.d.ts +10 -0
  6. package/dist/cjs/types/components/badges/Image.d.ts +9 -0
  7. package/dist/cjs/types/components/badges/LoadingSkeleton.d.ts +20 -0
  8. package/dist/cjs/types/components/badges/TransactionState.d.ts +10 -0
  9. package/dist/cjs/types/components/badges/UsdAmount.d.ts +1 -1
  10. package/dist/cjs/types/components/badges/WalletLink.d.ts +6 -0
  11. package/dist/cjs/types/components/badges/index.d.ts +7 -0
  12. package/dist/cjs/types/components/buttons/AssetsButton.d.ts +21 -0
  13. package/dist/cjs/types/components/buttons/BoostButton.d.ts +6 -6
  14. package/dist/cjs/types/components/buttons/Button.d.ts +9 -2
  15. package/dist/cjs/types/components/buttons/Chip.d.ts +1 -2
  16. package/dist/cjs/types/components/buttons/FeeButton.d.ts +9 -1
  17. package/dist/cjs/types/components/buttons/FilterButton.d.ts +7 -0
  18. package/dist/cjs/types/components/buttons/IconButton.d.ts +6 -0
  19. package/dist/cjs/types/components/buttons/SettingsButton.d.ts +6 -0
  20. package/dist/cjs/types/components/buttons/StopsButton.d.ts +14 -0
  21. package/dist/cjs/types/components/buttons/index.d.ts +11 -7
  22. package/dist/cjs/types/components/controls/Input.d.ts +13 -2
  23. package/dist/cjs/types/components/controls/NumericInput.d.ts +38 -0
  24. package/dist/cjs/types/components/controls/RangeInput.d.ts +10 -0
  25. package/dist/cjs/types/components/controls/SettingsSlider.d.ts +10 -0
  26. package/dist/cjs/types/components/controls/Switch.d.ts +8 -6
  27. package/dist/cjs/types/components/controls/Tooltip.d.ts +12 -8
  28. package/dist/cjs/types/components/controls/index.d.ts +6 -0
  29. package/dist/cjs/types/components/icons/Approve.d.ts +1 -0
  30. package/dist/cjs/types/components/icons/Arrow.d.ts +72 -7
  31. package/dist/cjs/types/components/icons/ArrowRotate.d.ts +1 -0
  32. package/dist/cjs/types/components/icons/Bag.d.ts +5 -0
  33. package/dist/cjs/types/components/icons/BoostBadge.d.ts +1 -0
  34. package/dist/cjs/types/components/icons/Calendar.d.ts +1 -0
  35. package/dist/cjs/types/components/icons/Checkmark.d.ts +10 -1
  36. package/dist/cjs/types/components/icons/Clock.d.ts +20 -0
  37. package/dist/cjs/types/components/icons/Coins.d.ts +12 -0
  38. package/dist/cjs/types/components/icons/Collection.d.ts +1 -0
  39. package/dist/cjs/types/components/icons/CompassRound.d.ts +32 -0
  40. package/dist/cjs/types/components/icons/Copy.d.ts +5 -0
  41. package/dist/cjs/types/components/icons/CrossAnimatedIcon.d.ts +7 -0
  42. package/dist/cjs/types/components/icons/DashboardFast.d.ts +4 -0
  43. package/dist/cjs/types/components/icons/DockIcons.d.ts +10 -0
  44. package/dist/cjs/types/components/icons/DotGrid.d.ts +4 -1
  45. package/dist/cjs/types/components/icons/EmojiSad.d.ts +12 -1
  46. package/dist/cjs/types/components/icons/Filter.d.ts +1 -0
  47. package/dist/cjs/types/components/icons/Generic.d.ts +84 -0
  48. package/dist/cjs/types/components/icons/Heart.d.ts +9 -3
  49. package/dist/cjs/types/components/icons/Help.d.ts +16 -0
  50. package/dist/cjs/types/components/icons/HomeIcon.d.ts +19 -0
  51. package/dist/cjs/types/components/icons/ImageSparkle.d.ts +1 -0
  52. package/dist/cjs/types/components/icons/Infinity.d.ts +4 -0
  53. package/dist/cjs/types/components/icons/Lightning.d.ts +4 -0
  54. package/dist/cjs/types/components/icons/Link.d.ts +2 -0
  55. package/dist/cjs/types/components/icons/Loader.d.ts +5 -2
  56. package/dist/cjs/types/components/icons/NotAllowed.d.ts +1 -0
  57. package/dist/cjs/types/components/icons/Percent.d.ts +8 -0
  58. package/dist/cjs/types/components/icons/PieChart.d.ts +1 -0
  59. package/dist/cjs/types/components/icons/Search.d.ts +4 -1
  60. package/dist/cjs/types/components/icons/Social.d.ts +16 -0
  61. package/dist/cjs/types/components/icons/SquareArrowCenter.d.ts +1 -0
  62. package/dist/cjs/types/components/icons/SquidIcons.d.ts +1 -0
  63. package/dist/cjs/types/components/icons/SquidLogo.d.ts +4 -0
  64. package/dist/cjs/types/components/icons/SwapInputs.d.ts +4 -0
  65. package/dist/cjs/types/components/icons/SwapStatus.d.ts +3 -2
  66. package/dist/cjs/types/components/icons/SwapStepSeparator.d.ts +1 -0
  67. package/dist/cjs/types/components/icons/Tag.d.ts +4 -0
  68. package/dist/cjs/types/components/icons/ThumbsUp.d.ts +3 -0
  69. package/dist/cjs/types/components/icons/Tick.d.ts +3 -0
  70. package/dist/cjs/types/components/icons/Timeline.d.ts +11 -0
  71. package/dist/cjs/types/components/icons/TradingViewSteps.d.ts +4 -0
  72. package/dist/cjs/types/components/icons/Weather.d.ts +20 -0
  73. package/dist/cjs/types/components/icons/index.d.ts +55 -0
  74. package/dist/cjs/types/components/index.d.ts +8 -1
  75. package/dist/cjs/types/components/layout/AnimationWrapper.d.ts +8 -0
  76. package/dist/cjs/types/components/layout/AppContainer.d.ts +531 -0
  77. package/dist/cjs/types/components/layout/Boost.d.ts +13 -1
  78. package/dist/cjs/types/components/layout/Breadcrumb.d.ts +5 -0
  79. package/dist/cjs/types/components/layout/Collapse.d.ts +11 -0
  80. package/dist/cjs/types/components/layout/CollapsibleMenu.d.ts +20 -0
  81. package/dist/cjs/types/components/layout/DescriptionBlocks.d.ts +8 -0
  82. package/dist/cjs/types/components/layout/DetailsToolbar.d.ts +21 -4
  83. package/dist/cjs/types/components/layout/DropdownMenu.d.ts +15 -0
  84. package/dist/cjs/types/components/layout/ErrorMessage.d.ts +6 -0
  85. package/dist/cjs/types/components/layout/HashLink.d.ts +10 -0
  86. package/dist/cjs/types/components/layout/InfoBox.d.ts +8 -0
  87. package/dist/cjs/types/components/layout/Join.d.ts +7 -0
  88. package/dist/cjs/types/components/layout/Menu.d.ts +8 -4
  89. package/dist/cjs/types/components/layout/Modal.d.ts +7 -1
  90. package/dist/cjs/types/components/layout/ModalContent.d.ts +12 -0
  91. package/dist/cjs/types/components/layout/NavigationBar.d.ts +17 -2
  92. package/dist/cjs/types/components/layout/PipeSeparator.d.ts +2 -0
  93. package/dist/cjs/types/components/layout/ProductCard.d.ts +5 -5
  94. package/dist/cjs/types/components/layout/ProfileHeaderBackground.d.ts +1 -0
  95. package/dist/cjs/types/components/layout/SwapConfiguration.d.ts +39 -5
  96. package/dist/cjs/types/components/layout/SwapProgressViewHeader.d.ts +6 -0
  97. package/dist/cjs/types/components/layout/SwapStepsCollapsed.d.ts +18 -0
  98. package/dist/cjs/types/components/layout/Toast.d.ts +10 -0
  99. package/dist/cjs/types/components/layout/TokenPair.d.ts +15 -0
  100. package/dist/cjs/types/components/layout/TransactionFilters.d.ts +20 -0
  101. package/dist/cjs/types/components/layout/TransactionHeader/BridgeHeader.d.ts +11 -0
  102. package/dist/cjs/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +10 -0
  103. package/dist/cjs/types/components/layout/TransactionHeader/InteractionHeader.d.ts +11 -0
  104. package/dist/cjs/types/components/layout/TransactionHeader/ProfileHeader.d.ts +11 -0
  105. package/dist/cjs/types/components/layout/TransactionHeader/SwapHeader.d.ts +16 -0
  106. package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeader.d.ts +23 -0
  107. package/dist/cjs/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +11 -0
  108. package/dist/cjs/types/components/layout/TransactionHeader/index.d.ts +1 -0
  109. package/dist/cjs/types/components/layout/TransactionProperties/BridgeProperties.d.ts +21 -0
  110. package/dist/cjs/types/components/layout/TransactionProperties/BuyNFTProperties.d.ts +33 -0
  111. package/dist/cjs/types/components/layout/TransactionProperties/InteractionProperties.d.ts +11 -0
  112. package/dist/cjs/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +7 -0
  113. package/dist/cjs/types/components/layout/TransactionProperties/SwapProperties.d.ts +28 -0
  114. package/dist/cjs/types/components/layout/TransactionProperties/TransactionProperties.d.ts +21 -0
  115. package/dist/cjs/types/components/layout/TransactionProperties/index.d.ts +6 -0
  116. package/dist/cjs/types/components/layout/TransactionSearch.d.ts +11 -0
  117. package/dist/cjs/types/components/layout/Transfer.d.ts +9 -0
  118. package/dist/cjs/types/components/layout/index.d.ts +41 -0
  119. package/dist/cjs/types/components/layout/useOnClickOutside.d.ts +4 -0
  120. package/dist/cjs/types/components/lists/DropdownMenuItem.d.ts +19 -2
  121. package/dist/cjs/types/components/lists/DropdownMenuTitle.d.ts +3 -0
  122. package/dist/cjs/types/components/lists/HistoryItem.d.ts +8 -3
  123. package/dist/cjs/types/components/lists/ListItem.d.ts +22 -4
  124. package/dist/cjs/types/components/lists/PropertyListItem.d.ts +14 -0
  125. package/dist/cjs/types/components/lists/RouteStep.d.ts +9 -0
  126. package/dist/cjs/types/components/lists/SectionTitle.d.ts +2 -2
  127. package/dist/cjs/types/components/lists/SettingsItem.d.ts +49 -0
  128. package/dist/cjs/types/components/lists/SwapStepItem.d.ts +10 -0
  129. package/dist/cjs/types/components/lists/TransactionAction/ActionLayout.d.ts +40 -0
  130. package/dist/cjs/types/components/lists/TransactionAction/ApproveAction.d.ts +21 -0
  131. package/dist/cjs/types/components/lists/TransactionAction/BaseActionProps.d.ts +10 -0
  132. package/dist/cjs/types/components/lists/TransactionAction/BridgeAction.d.ts +20 -0
  133. package/dist/cjs/types/components/lists/TransactionAction/FeesAction.d.ts +29 -0
  134. package/dist/cjs/types/components/lists/TransactionAction/IncompleteAction.d.ts +8 -0
  135. package/dist/cjs/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +21 -0
  136. package/dist/cjs/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +22 -0
  137. package/dist/cjs/types/components/lists/TransactionAction/SendTokensAction.d.ts +22 -0
  138. package/dist/cjs/types/components/lists/TransactionAction/StakeAction.d.ts +16 -0
  139. package/dist/cjs/types/components/lists/TransactionAction/StartAction.d.ts +8 -0
  140. package/dist/cjs/types/components/lists/TransactionAction/SuccessAction.d.ts +9 -0
  141. package/dist/cjs/types/components/lists/TransactionAction/SwapAction.d.ts +20 -0
  142. package/dist/cjs/types/components/lists/TransactionAction/TransactionAction.d.ts +37 -0
  143. package/dist/cjs/types/components/lists/TransactionAction/WrapAction.d.ts +20 -0
  144. package/dist/cjs/types/components/lists/TransactionAction/index.d.ts +14 -0
  145. package/dist/cjs/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +2 -0
  146. package/dist/cjs/types/components/lists/TransactionItem.d.ts +29 -0
  147. package/dist/cjs/types/components/lists/index.d.ts +27 -0
  148. package/dist/cjs/types/components/storybook/SwapStepsControls.d.ts +4 -0
  149. package/dist/cjs/types/components/typography/BodyText.d.ts +5 -4
  150. package/dist/cjs/types/components/typography/CaptionText.d.ts +0 -1
  151. package/dist/cjs/types/components/typography/HeadingText.d.ts +5 -3
  152. package/dist/cjs/types/components/typography/index.d.ts +3 -0
  153. package/dist/cjs/types/components/views/AssetsView.d.ts +2 -6
  154. package/dist/cjs/types/components/views/HistoryView.d.ts +1 -0
  155. package/dist/cjs/types/components/views/MainView.d.ts +3 -5
  156. package/dist/cjs/types/components/views/RecipientView.d.ts +1 -1
  157. package/dist/cjs/types/components/views/SettingsView.d.ts +1 -0
  158. package/dist/cjs/types/components/views/SwapDetailsView.d.ts +5 -0
  159. package/dist/cjs/types/components/views/SwapProgressView.d.ts +30 -3
  160. package/dist/cjs/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +10 -0
  161. package/dist/cjs/types/components/views/TransactionView/BridgeTransactionView.d.ts +22 -0
  162. package/dist/cjs/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +34 -0
  163. package/dist/cjs/types/components/views/TransactionView/InteractionTransactionView.d.ts +14 -0
  164. package/dist/cjs/types/components/views/TransactionView/SwapTransactionView.d.ts +30 -0
  165. package/dist/cjs/types/components/views/TransactionView/TransactionView.d.ts +21 -0
  166. package/dist/cjs/types/components/views/TransactionView/TransactionViewLayout.d.ts +11 -0
  167. package/dist/cjs/types/components/views/TransactionView/index.d.ts +6 -0
  168. package/dist/cjs/types/components/views/index.d.ts +13 -0
  169. package/dist/cjs/types/core/constants.d.ts +43 -0
  170. package/dist/cjs/types/core/design-system.d.ts +11 -0
  171. package/dist/cjs/types/core/externalLinks.d.ts +2 -0
  172. package/dist/cjs/types/core/index.d.ts +4 -0
  173. package/dist/cjs/types/core/numbers.d.ts +24 -0
  174. package/dist/cjs/types/core/themes.d.ts +14 -5
  175. package/dist/cjs/types/core/utils.d.ts +59 -1
  176. package/dist/cjs/types/hooks/index.d.ts +7 -0
  177. package/dist/cjs/types/hooks/useCollapsibleMenu.d.ts +6 -0
  178. package/dist/cjs/types/hooks/useDropdownMenu.d.ts +21 -0
  179. package/dist/cjs/types/hooks/useMediaQuery.d.ts +26 -0
  180. package/dist/cjs/types/hooks/useRect.d.ts +3 -0
  181. package/dist/cjs/types/hooks/useTimer.d.ts +7 -0
  182. package/dist/cjs/types/hooks/useUserTheme.d.ts +13 -0
  183. package/dist/cjs/types/hooks/useVersion.d.ts +1 -0
  184. package/dist/cjs/types/index.d.ts +5 -1
  185. package/dist/cjs/types/providers/ThemeProvider.d.ts +11 -0
  186. package/dist/cjs/types/providers/index.d.ts +1 -0
  187. package/dist/cjs/types/services/internal/colorService.d.ts +13 -23
  188. package/dist/cjs/types/stores/container.d.ts +6 -0
  189. package/dist/cjs/types/stories/badges/BadgeImage.stories.d.ts +15 -0
  190. package/dist/cjs/types/stories/badges/IconLabel.stories.d.ts +7 -0
  191. package/dist/cjs/types/stories/badges/ImageIcon.stories.d.ts +7 -0
  192. package/dist/cjs/types/stories/badges/Loader.stories.d.ts +8 -0
  193. package/dist/cjs/types/stories/badges/LoadingSkeleton.stories.d.ts +8 -0
  194. package/dist/cjs/types/stories/badges/TransactionState.stories.d.ts +20 -0
  195. package/dist/cjs/types/stories/badges/UsdAmount.stories.d.ts +2 -2
  196. package/dist/cjs/types/stories/badges/WalletLink.stories.d.ts +6 -0
  197. package/dist/cjs/types/stories/buttons/AddressButton.stories.d.ts +2 -2
  198. package/dist/cjs/types/stories/buttons/ArrowButton.stories.d.ts +2 -2
  199. package/dist/cjs/types/stories/buttons/AssetsButton.stories.d.ts +15 -0
  200. package/dist/cjs/types/stories/buttons/BoostButton.stories.d.ts +2 -2
  201. package/dist/cjs/types/stories/buttons/Button.stories.d.ts +13 -2
  202. package/dist/cjs/types/stories/buttons/Chip.stories.d.ts +2 -2
  203. package/dist/cjs/types/stories/buttons/FeeButton.stories.d.ts +3 -2
  204. package/dist/cjs/types/stories/buttons/FilterButton.stories.d.ts +7 -0
  205. package/dist/cjs/types/stories/buttons/IconButon.stories.d.ts +7 -0
  206. package/dist/cjs/types/stories/buttons/SettingsButton.stories.d.ts +7 -0
  207. package/dist/cjs/types/stories/buttons/StopsButton.stories.d.ts +10 -0
  208. package/dist/cjs/types/stories/controls/Input.stories.d.ts +6 -3
  209. package/dist/cjs/types/stories/controls/RangeInput.stories.d.ts +7 -0
  210. package/dist/cjs/types/stories/controls/SettingsSlider.stories.d.ts +11 -0
  211. package/dist/cjs/types/stories/controls/Switch.stories.d.ts +4 -2
  212. package/dist/cjs/types/stories/controls/Tooltip.stories.d.ts +3 -2
  213. package/dist/cjs/types/stories/data/actions.d.ts +225 -0
  214. package/dist/cjs/types/stories/data/network.d.ts +52 -0
  215. package/dist/cjs/types/stories/layout/AppContainer.stories.d.ts +6 -0
  216. package/dist/cjs/types/stories/layout/Boost.stories.d.ts +11 -0
  217. package/dist/cjs/types/stories/layout/DetailsToolbar.stories.d.ts +10 -2
  218. package/dist/cjs/types/stories/layout/DropdownMenu.stories.d.ts +9 -0
  219. package/dist/cjs/types/stories/layout/ErrorMessage.stories.d.ts +7 -0
  220. package/dist/cjs/types/stories/layout/HashLink.stories.d.ts +11 -0
  221. package/dist/cjs/types/stories/layout/InfoBox.stories.d.ts +7 -0
  222. package/dist/cjs/types/stories/layout/Menu.stories.d.ts +4 -3
  223. package/dist/cjs/types/stories/layout/ModalContent.stories.d.ts +9 -0
  224. package/dist/cjs/types/stories/layout/NavigationBar.stories.d.ts +5 -2
  225. package/dist/cjs/types/stories/layout/ProductCard.stories.d.ts +2 -2
  226. package/dist/cjs/types/stories/layout/SwapConfiguration.stories.d.ts +18 -4
  227. package/dist/cjs/types/stories/layout/SwapProgressViewHeader.stories.d.ts +6 -0
  228. package/dist/cjs/types/stories/layout/SwapStepsCollapsed.stories.d.ts +13 -0
  229. package/dist/cjs/types/stories/layout/Toast.stories.d.ts +10 -0
  230. package/dist/cjs/types/stories/layout/TokenPair.stories.d.ts +9 -0
  231. package/dist/cjs/types/stories/layout/TransactionFilters.stories.d.ts +6 -0
  232. package/dist/cjs/types/stories/layout/TransactionHeader.stories.d.ts +10 -0
  233. package/dist/cjs/types/stories/layout/TransactionProperties.stories.d.ts +9 -0
  234. package/dist/cjs/types/stories/layout/TransactionSearch.stories.d.ts +7 -0
  235. package/dist/cjs/types/stories/layout/Transfer.stories.d.ts +7 -0
  236. package/dist/cjs/types/stories/lists/DropdownMenuItem.stories.d.ts +9 -3
  237. package/dist/cjs/types/stories/lists/DropdownMenuTitle.stories.d.ts +6 -0
  238. package/dist/cjs/types/stories/lists/HistoryItem.stories.d.ts +8 -3
  239. package/dist/cjs/types/stories/lists/ListItem.stories.d.ts +22 -3
  240. package/dist/cjs/types/stories/lists/MenuItem.stories.d.ts +2 -2
  241. package/dist/cjs/types/stories/lists/PropertyListItem.stories.d.ts +11 -0
  242. package/dist/cjs/types/stories/lists/RouteStep.stories.d.ts +7 -0
  243. package/dist/cjs/types/stories/lists/SectionTitle.stories.d.ts +2 -2
  244. package/dist/cjs/types/stories/lists/SettingsItem.stories.d.ts +14 -0
  245. package/dist/cjs/types/stories/lists/SwapStepItem.stories.d.ts +27 -0
  246. package/dist/cjs/types/stories/lists/TransactionAction.stories.d.ts +23 -0
  247. package/dist/cjs/types/stories/lists/TransactionItem.stories.d.ts +15 -0
  248. package/dist/cjs/types/stories/typography/BodyText.stories.d.ts +2 -2
  249. package/dist/cjs/types/stories/typography/CaptionText.stories.d.ts +2 -2
  250. package/dist/cjs/types/stories/typography/HeadingText.stories.d.ts +2 -2
  251. package/dist/cjs/types/stories/views/AssetsView.stories.d.ts +2 -2
  252. package/dist/cjs/types/stories/views/HistoryView.stories.d.ts +6 -0
  253. package/dist/cjs/types/stories/views/MainView.stories.d.ts +3 -2
  254. package/dist/cjs/types/stories/views/RecipientView.stories.d.ts +2 -2
  255. package/dist/cjs/types/stories/views/SettingsView.stories.d.ts +6 -0
  256. package/dist/cjs/types/stories/views/SwapDetailsView.stories.d.ts +9 -0
  257. package/dist/cjs/types/stories/views/SwapProgressView.stories.d.ts +11 -6
  258. package/dist/cjs/types/stories/views/TransactionView.stories.d.ts +9 -0
  259. package/dist/cjs/types/stories/views/WalletsView.stories.d.ts +2 -2
  260. package/dist/cjs/types/tests/utils.test.d.ts +1 -0
  261. package/dist/cjs/types/types/components.d.ts +43 -11
  262. package/dist/cjs/types/types/config.d.ts +31 -41
  263. package/dist/cjs/types/types/index.d.ts +3 -0
  264. package/dist/cjs/types/types/utils.d.ts +11 -0
  265. package/dist/esm/index.js +60386 -4770
  266. package/dist/esm/types/assets/animations/index.d.ts +11 -0
  267. package/dist/esm/types/components/badges/BadgeImage.d.ts +7 -2
  268. package/dist/esm/types/components/badges/IconLabel.d.ts +10 -0
  269. package/dist/esm/types/components/badges/Image.d.ts +9 -0
  270. package/dist/esm/types/components/badges/LoadingSkeleton.d.ts +20 -0
  271. package/dist/esm/types/components/badges/TransactionState.d.ts +10 -0
  272. package/dist/esm/types/components/badges/UsdAmount.d.ts +1 -1
  273. package/dist/esm/types/components/badges/WalletLink.d.ts +6 -0
  274. package/dist/esm/types/components/badges/index.d.ts +7 -0
  275. package/dist/esm/types/components/buttons/AssetsButton.d.ts +21 -0
  276. package/dist/esm/types/components/buttons/BoostButton.d.ts +6 -6
  277. package/dist/esm/types/components/buttons/Button.d.ts +9 -2
  278. package/dist/esm/types/components/buttons/Chip.d.ts +1 -2
  279. package/dist/esm/types/components/buttons/FeeButton.d.ts +9 -1
  280. package/dist/esm/types/components/buttons/FilterButton.d.ts +7 -0
  281. package/dist/esm/types/components/buttons/IconButton.d.ts +6 -0
  282. package/dist/esm/types/components/buttons/SettingsButton.d.ts +6 -0
  283. package/dist/esm/types/components/buttons/StopsButton.d.ts +14 -0
  284. package/dist/esm/types/components/buttons/index.d.ts +11 -7
  285. package/dist/esm/types/components/controls/Input.d.ts +13 -2
  286. package/dist/esm/types/components/controls/NumericInput.d.ts +38 -0
  287. package/dist/esm/types/components/controls/RangeInput.d.ts +10 -0
  288. package/dist/esm/types/components/controls/SettingsSlider.d.ts +10 -0
  289. package/dist/esm/types/components/controls/Switch.d.ts +8 -6
  290. package/dist/esm/types/components/controls/Tooltip.d.ts +12 -8
  291. package/dist/esm/types/components/controls/index.d.ts +6 -0
  292. package/dist/esm/types/components/icons/Approve.d.ts +1 -0
  293. package/dist/esm/types/components/icons/Arrow.d.ts +72 -7
  294. package/dist/esm/types/components/icons/ArrowRotate.d.ts +1 -0
  295. package/dist/esm/types/components/icons/Bag.d.ts +5 -0
  296. package/dist/esm/types/components/icons/BoostBadge.d.ts +1 -0
  297. package/dist/esm/types/components/icons/Calendar.d.ts +1 -0
  298. package/dist/esm/types/components/icons/Checkmark.d.ts +10 -1
  299. package/dist/esm/types/components/icons/Clock.d.ts +20 -0
  300. package/dist/esm/types/components/icons/Coins.d.ts +12 -0
  301. package/dist/esm/types/components/icons/Collection.d.ts +1 -0
  302. package/dist/esm/types/components/icons/CompassRound.d.ts +32 -0
  303. package/dist/esm/types/components/icons/Copy.d.ts +5 -0
  304. package/dist/esm/types/components/icons/CrossAnimatedIcon.d.ts +7 -0
  305. package/dist/esm/types/components/icons/DashboardFast.d.ts +4 -0
  306. package/dist/esm/types/components/icons/DockIcons.d.ts +10 -0
  307. package/dist/esm/types/components/icons/DotGrid.d.ts +4 -1
  308. package/dist/esm/types/components/icons/EmojiSad.d.ts +12 -1
  309. package/dist/esm/types/components/icons/Filter.d.ts +1 -0
  310. package/dist/esm/types/components/icons/Generic.d.ts +84 -0
  311. package/dist/esm/types/components/icons/Heart.d.ts +9 -3
  312. package/dist/esm/types/components/icons/Help.d.ts +16 -0
  313. package/dist/esm/types/components/icons/HomeIcon.d.ts +19 -0
  314. package/dist/esm/types/components/icons/ImageSparkle.d.ts +1 -0
  315. package/dist/esm/types/components/icons/Infinity.d.ts +4 -0
  316. package/dist/esm/types/components/icons/Lightning.d.ts +4 -0
  317. package/dist/esm/types/components/icons/Link.d.ts +2 -0
  318. package/dist/esm/types/components/icons/Loader.d.ts +5 -2
  319. package/dist/esm/types/components/icons/NotAllowed.d.ts +1 -0
  320. package/dist/esm/types/components/icons/Percent.d.ts +8 -0
  321. package/dist/esm/types/components/icons/PieChart.d.ts +1 -0
  322. package/dist/esm/types/components/icons/Search.d.ts +4 -1
  323. package/dist/esm/types/components/icons/Social.d.ts +16 -0
  324. package/dist/esm/types/components/icons/SquareArrowCenter.d.ts +1 -0
  325. package/dist/esm/types/components/icons/SquidIcons.d.ts +1 -0
  326. package/dist/esm/types/components/icons/SquidLogo.d.ts +4 -0
  327. package/dist/esm/types/components/icons/SwapInputs.d.ts +4 -0
  328. package/dist/esm/types/components/icons/SwapStatus.d.ts +3 -2
  329. package/dist/esm/types/components/icons/SwapStepSeparator.d.ts +1 -0
  330. package/dist/esm/types/components/icons/Tag.d.ts +4 -0
  331. package/dist/esm/types/components/icons/ThumbsUp.d.ts +3 -0
  332. package/dist/esm/types/components/icons/Tick.d.ts +3 -0
  333. package/dist/esm/types/components/icons/Timeline.d.ts +11 -0
  334. package/dist/esm/types/components/icons/TradingViewSteps.d.ts +4 -0
  335. package/dist/esm/types/components/icons/Weather.d.ts +20 -0
  336. package/dist/esm/types/components/icons/index.d.ts +55 -0
  337. package/dist/esm/types/components/index.d.ts +8 -1
  338. package/dist/esm/types/components/layout/AnimationWrapper.d.ts +8 -0
  339. package/dist/esm/types/components/layout/AppContainer.d.ts +531 -0
  340. package/dist/esm/types/components/layout/Boost.d.ts +13 -1
  341. package/dist/esm/types/components/layout/Breadcrumb.d.ts +5 -0
  342. package/dist/esm/types/components/layout/Collapse.d.ts +11 -0
  343. package/dist/esm/types/components/layout/CollapsibleMenu.d.ts +20 -0
  344. package/dist/esm/types/components/layout/DescriptionBlocks.d.ts +8 -0
  345. package/dist/esm/types/components/layout/DetailsToolbar.d.ts +21 -4
  346. package/dist/esm/types/components/layout/DropdownMenu.d.ts +15 -0
  347. package/dist/esm/types/components/layout/ErrorMessage.d.ts +6 -0
  348. package/dist/esm/types/components/layout/HashLink.d.ts +10 -0
  349. package/dist/esm/types/components/layout/InfoBox.d.ts +8 -0
  350. package/dist/esm/types/components/layout/Join.d.ts +7 -0
  351. package/dist/esm/types/components/layout/Menu.d.ts +8 -4
  352. package/dist/esm/types/components/layout/Modal.d.ts +7 -1
  353. package/dist/esm/types/components/layout/ModalContent.d.ts +12 -0
  354. package/dist/esm/types/components/layout/NavigationBar.d.ts +17 -2
  355. package/dist/esm/types/components/layout/PipeSeparator.d.ts +2 -0
  356. package/dist/esm/types/components/layout/ProductCard.d.ts +5 -5
  357. package/dist/esm/types/components/layout/ProfileHeaderBackground.d.ts +1 -0
  358. package/dist/esm/types/components/layout/SwapConfiguration.d.ts +39 -5
  359. package/dist/esm/types/components/layout/SwapProgressViewHeader.d.ts +6 -0
  360. package/dist/esm/types/components/layout/SwapStepsCollapsed.d.ts +18 -0
  361. package/dist/esm/types/components/layout/Toast.d.ts +10 -0
  362. package/dist/esm/types/components/layout/TokenPair.d.ts +15 -0
  363. package/dist/esm/types/components/layout/TransactionFilters.d.ts +20 -0
  364. package/dist/esm/types/components/layout/TransactionHeader/BridgeHeader.d.ts +11 -0
  365. package/dist/esm/types/components/layout/TransactionHeader/BuyNFTHeader.d.ts +10 -0
  366. package/dist/esm/types/components/layout/TransactionHeader/InteractionHeader.d.ts +11 -0
  367. package/dist/esm/types/components/layout/TransactionHeader/ProfileHeader.d.ts +11 -0
  368. package/dist/esm/types/components/layout/TransactionHeader/SwapHeader.d.ts +16 -0
  369. package/dist/esm/types/components/layout/TransactionHeader/TransactionHeader.d.ts +23 -0
  370. package/dist/esm/types/components/layout/TransactionHeader/TransactionHeaderLayout.d.ts +11 -0
  371. package/dist/esm/types/components/layout/TransactionHeader/index.d.ts +1 -0
  372. package/dist/esm/types/components/layout/TransactionProperties/BridgeProperties.d.ts +21 -0
  373. package/dist/esm/types/components/layout/TransactionProperties/BuyNFTProperties.d.ts +33 -0
  374. package/dist/esm/types/components/layout/TransactionProperties/InteractionProperties.d.ts +11 -0
  375. package/dist/esm/types/components/layout/TransactionProperties/PropertiesLayout.d.ts +7 -0
  376. package/dist/esm/types/components/layout/TransactionProperties/SwapProperties.d.ts +28 -0
  377. package/dist/esm/types/components/layout/TransactionProperties/TransactionProperties.d.ts +21 -0
  378. package/dist/esm/types/components/layout/TransactionProperties/index.d.ts +6 -0
  379. package/dist/esm/types/components/layout/TransactionSearch.d.ts +11 -0
  380. package/dist/esm/types/components/layout/Transfer.d.ts +9 -0
  381. package/dist/esm/types/components/layout/index.d.ts +41 -0
  382. package/dist/esm/types/components/layout/useOnClickOutside.d.ts +4 -0
  383. package/dist/esm/types/components/lists/DropdownMenuItem.d.ts +19 -2
  384. package/dist/esm/types/components/lists/DropdownMenuTitle.d.ts +3 -0
  385. package/dist/esm/types/components/lists/HistoryItem.d.ts +8 -3
  386. package/dist/esm/types/components/lists/ListItem.d.ts +22 -4
  387. package/dist/esm/types/components/lists/PropertyListItem.d.ts +14 -0
  388. package/dist/esm/types/components/lists/RouteStep.d.ts +9 -0
  389. package/dist/esm/types/components/lists/SectionTitle.d.ts +2 -2
  390. package/dist/esm/types/components/lists/SettingsItem.d.ts +49 -0
  391. package/dist/esm/types/components/lists/SwapStepItem.d.ts +10 -0
  392. package/dist/esm/types/components/lists/TransactionAction/ActionLayout.d.ts +40 -0
  393. package/dist/esm/types/components/lists/TransactionAction/ApproveAction.d.ts +21 -0
  394. package/dist/esm/types/components/lists/TransactionAction/BaseActionProps.d.ts +10 -0
  395. package/dist/esm/types/components/lists/TransactionAction/BridgeAction.d.ts +20 -0
  396. package/dist/esm/types/components/lists/TransactionAction/FeesAction.d.ts +29 -0
  397. package/dist/esm/types/components/lists/TransactionAction/IncompleteAction.d.ts +8 -0
  398. package/dist/esm/types/components/lists/TransactionAction/ReceiveNFTAction.d.ts +21 -0
  399. package/dist/esm/types/components/lists/TransactionAction/ReceiveTokensAction.d.ts +22 -0
  400. package/dist/esm/types/components/lists/TransactionAction/SendTokensAction.d.ts +22 -0
  401. package/dist/esm/types/components/lists/TransactionAction/StakeAction.d.ts +16 -0
  402. package/dist/esm/types/components/lists/TransactionAction/StartAction.d.ts +8 -0
  403. package/dist/esm/types/components/lists/TransactionAction/SuccessAction.d.ts +9 -0
  404. package/dist/esm/types/components/lists/TransactionAction/SwapAction.d.ts +20 -0
  405. package/dist/esm/types/components/lists/TransactionAction/TransactionAction.d.ts +37 -0
  406. package/dist/esm/types/components/lists/TransactionAction/WrapAction.d.ts +20 -0
  407. package/dist/esm/types/components/lists/TransactionAction/index.d.ts +14 -0
  408. package/dist/esm/types/components/lists/TransactionAction/linkActionTimelineProps.d.ts +2 -0
  409. package/dist/esm/types/components/lists/TransactionItem.d.ts +29 -0
  410. package/dist/esm/types/components/lists/index.d.ts +27 -0
  411. package/dist/esm/types/components/storybook/SwapStepsControls.d.ts +4 -0
  412. package/dist/esm/types/components/typography/BodyText.d.ts +5 -4
  413. package/dist/esm/types/components/typography/CaptionText.d.ts +0 -1
  414. package/dist/esm/types/components/typography/HeadingText.d.ts +5 -3
  415. package/dist/esm/types/components/typography/index.d.ts +3 -0
  416. package/dist/esm/types/components/views/AssetsView.d.ts +2 -6
  417. package/dist/esm/types/components/views/HistoryView.d.ts +1 -0
  418. package/dist/esm/types/components/views/MainView.d.ts +3 -5
  419. package/dist/esm/types/components/views/RecipientView.d.ts +1 -1
  420. package/dist/esm/types/components/views/SettingsView.d.ts +1 -0
  421. package/dist/esm/types/components/views/SwapDetailsView.d.ts +5 -0
  422. package/dist/esm/types/components/views/SwapProgressView.d.ts +30 -3
  423. package/dist/esm/types/components/views/TransactionView/BaseTransactionViewProps.d.ts +10 -0
  424. package/dist/esm/types/components/views/TransactionView/BridgeTransactionView.d.ts +22 -0
  425. package/dist/esm/types/components/views/TransactionView/BuyNFTTransactionView.d.ts +34 -0
  426. package/dist/esm/types/components/views/TransactionView/InteractionTransactionView.d.ts +14 -0
  427. package/dist/esm/types/components/views/TransactionView/SwapTransactionView.d.ts +30 -0
  428. package/dist/esm/types/components/views/TransactionView/TransactionView.d.ts +21 -0
  429. package/dist/esm/types/components/views/TransactionView/TransactionViewLayout.d.ts +11 -0
  430. package/dist/esm/types/components/views/TransactionView/index.d.ts +6 -0
  431. package/dist/esm/types/components/views/index.d.ts +13 -0
  432. package/dist/esm/types/core/constants.d.ts +43 -0
  433. package/dist/esm/types/core/design-system.d.ts +11 -0
  434. package/dist/esm/types/core/externalLinks.d.ts +2 -0
  435. package/dist/esm/types/core/index.d.ts +4 -0
  436. package/dist/esm/types/core/numbers.d.ts +24 -0
  437. package/dist/esm/types/core/themes.d.ts +14 -5
  438. package/dist/esm/types/core/utils.d.ts +59 -1
  439. package/dist/esm/types/hooks/index.d.ts +7 -0
  440. package/dist/esm/types/hooks/useCollapsibleMenu.d.ts +6 -0
  441. package/dist/esm/types/hooks/useDropdownMenu.d.ts +21 -0
  442. package/dist/esm/types/hooks/useMediaQuery.d.ts +26 -0
  443. package/dist/esm/types/hooks/useRect.d.ts +3 -0
  444. package/dist/esm/types/hooks/useTimer.d.ts +7 -0
  445. package/dist/esm/types/hooks/useUserTheme.d.ts +13 -0
  446. package/dist/esm/types/hooks/useVersion.d.ts +1 -0
  447. package/dist/esm/types/index.d.ts +5 -1
  448. package/dist/esm/types/providers/ThemeProvider.d.ts +11 -0
  449. package/dist/esm/types/providers/index.d.ts +1 -0
  450. package/dist/esm/types/services/internal/colorService.d.ts +13 -23
  451. package/dist/esm/types/stores/container.d.ts +6 -0
  452. package/dist/esm/types/stories/badges/BadgeImage.stories.d.ts +15 -0
  453. package/dist/esm/types/stories/badges/IconLabel.stories.d.ts +7 -0
  454. package/dist/esm/types/stories/badges/ImageIcon.stories.d.ts +7 -0
  455. package/dist/esm/types/stories/badges/Loader.stories.d.ts +8 -0
  456. package/dist/esm/types/stories/badges/LoadingSkeleton.stories.d.ts +8 -0
  457. package/dist/esm/types/stories/badges/TransactionState.stories.d.ts +20 -0
  458. package/dist/esm/types/stories/badges/UsdAmount.stories.d.ts +2 -2
  459. package/dist/esm/types/stories/badges/WalletLink.stories.d.ts +6 -0
  460. package/dist/esm/types/stories/buttons/AddressButton.stories.d.ts +2 -2
  461. package/dist/esm/types/stories/buttons/ArrowButton.stories.d.ts +2 -2
  462. package/dist/esm/types/stories/buttons/AssetsButton.stories.d.ts +15 -0
  463. package/dist/esm/types/stories/buttons/BoostButton.stories.d.ts +2 -2
  464. package/dist/esm/types/stories/buttons/Button.stories.d.ts +13 -2
  465. package/dist/esm/types/stories/buttons/Chip.stories.d.ts +2 -2
  466. package/dist/esm/types/stories/buttons/FeeButton.stories.d.ts +3 -2
  467. package/dist/esm/types/stories/buttons/FilterButton.stories.d.ts +7 -0
  468. package/dist/esm/types/stories/buttons/IconButon.stories.d.ts +7 -0
  469. package/dist/esm/types/stories/buttons/SettingsButton.stories.d.ts +7 -0
  470. package/dist/esm/types/stories/buttons/StopsButton.stories.d.ts +10 -0
  471. package/dist/esm/types/stories/controls/Input.stories.d.ts +6 -3
  472. package/dist/esm/types/stories/controls/RangeInput.stories.d.ts +7 -0
  473. package/dist/esm/types/stories/controls/SettingsSlider.stories.d.ts +11 -0
  474. package/dist/esm/types/stories/controls/Switch.stories.d.ts +4 -2
  475. package/dist/esm/types/stories/controls/Tooltip.stories.d.ts +3 -2
  476. package/dist/esm/types/stories/data/actions.d.ts +225 -0
  477. package/dist/esm/types/stories/data/network.d.ts +52 -0
  478. package/dist/esm/types/stories/layout/AppContainer.stories.d.ts +6 -0
  479. package/dist/esm/types/stories/layout/Boost.stories.d.ts +11 -0
  480. package/dist/esm/types/stories/layout/DetailsToolbar.stories.d.ts +10 -2
  481. package/dist/esm/types/stories/layout/DropdownMenu.stories.d.ts +9 -0
  482. package/dist/esm/types/stories/layout/ErrorMessage.stories.d.ts +7 -0
  483. package/dist/esm/types/stories/layout/HashLink.stories.d.ts +11 -0
  484. package/dist/esm/types/stories/layout/InfoBox.stories.d.ts +7 -0
  485. package/dist/esm/types/stories/layout/Menu.stories.d.ts +4 -3
  486. package/dist/esm/types/stories/layout/ModalContent.stories.d.ts +9 -0
  487. package/dist/esm/types/stories/layout/NavigationBar.stories.d.ts +5 -2
  488. package/dist/esm/types/stories/layout/ProductCard.stories.d.ts +2 -2
  489. package/dist/esm/types/stories/layout/SwapConfiguration.stories.d.ts +18 -4
  490. package/dist/esm/types/stories/layout/SwapProgressViewHeader.stories.d.ts +6 -0
  491. package/dist/esm/types/stories/layout/SwapStepsCollapsed.stories.d.ts +13 -0
  492. package/dist/esm/types/stories/layout/Toast.stories.d.ts +10 -0
  493. package/dist/esm/types/stories/layout/TokenPair.stories.d.ts +9 -0
  494. package/dist/esm/types/stories/layout/TransactionFilters.stories.d.ts +6 -0
  495. package/dist/esm/types/stories/layout/TransactionHeader.stories.d.ts +10 -0
  496. package/dist/esm/types/stories/layout/TransactionProperties.stories.d.ts +9 -0
  497. package/dist/esm/types/stories/layout/TransactionSearch.stories.d.ts +7 -0
  498. package/dist/esm/types/stories/layout/Transfer.stories.d.ts +7 -0
  499. package/dist/esm/types/stories/lists/DropdownMenuItem.stories.d.ts +9 -3
  500. package/dist/esm/types/stories/lists/DropdownMenuTitle.stories.d.ts +6 -0
  501. package/dist/esm/types/stories/lists/HistoryItem.stories.d.ts +8 -3
  502. package/dist/esm/types/stories/lists/ListItem.stories.d.ts +22 -3
  503. package/dist/esm/types/stories/lists/MenuItem.stories.d.ts +2 -2
  504. package/dist/esm/types/stories/lists/PropertyListItem.stories.d.ts +11 -0
  505. package/dist/esm/types/stories/lists/RouteStep.stories.d.ts +7 -0
  506. package/dist/esm/types/stories/lists/SectionTitle.stories.d.ts +2 -2
  507. package/dist/esm/types/stories/lists/SettingsItem.stories.d.ts +14 -0
  508. package/dist/esm/types/stories/lists/SwapStepItem.stories.d.ts +27 -0
  509. package/dist/esm/types/stories/lists/TransactionAction.stories.d.ts +23 -0
  510. package/dist/esm/types/stories/lists/TransactionItem.stories.d.ts +15 -0
  511. package/dist/esm/types/stories/typography/BodyText.stories.d.ts +2 -2
  512. package/dist/esm/types/stories/typography/CaptionText.stories.d.ts +2 -2
  513. package/dist/esm/types/stories/typography/HeadingText.stories.d.ts +2 -2
  514. package/dist/esm/types/stories/views/AssetsView.stories.d.ts +2 -2
  515. package/dist/esm/types/stories/views/HistoryView.stories.d.ts +6 -0
  516. package/dist/esm/types/stories/views/MainView.stories.d.ts +3 -2
  517. package/dist/esm/types/stories/views/RecipientView.stories.d.ts +2 -2
  518. package/dist/esm/types/stories/views/SettingsView.stories.d.ts +6 -0
  519. package/dist/esm/types/stories/views/SwapDetailsView.stories.d.ts +9 -0
  520. package/dist/esm/types/stories/views/SwapProgressView.stories.d.ts +11 -6
  521. package/dist/esm/types/stories/views/TransactionView.stories.d.ts +9 -0
  522. package/dist/esm/types/stories/views/WalletsView.stories.d.ts +2 -2
  523. package/dist/esm/types/tests/utils.test.d.ts +1 -0
  524. package/dist/esm/types/types/components.d.ts +43 -11
  525. package/dist/esm/types/types/config.d.ts +31 -41
  526. package/dist/esm/types/types/index.d.ts +3 -0
  527. package/dist/esm/types/types/utils.d.ts +11 -0
  528. package/dist/fonts/Geist-Variable.woff2 +0 -0
  529. package/dist/fonts/fonts/Geist-Variable.woff2 +0 -0
  530. package/dist/index.css +2 -2178
  531. package/dist/index.d.ts +2699 -19
  532. package/package.json +35 -15
  533. package/dist/cjs/types/components/buttons/Dropdown.d.ts +0 -7
  534. package/dist/cjs/types/components/icons/Animations.d.ts +0 -2
  535. package/dist/cjs/types/components/layout/WalletAddress.d.ts +0 -6
  536. package/dist/cjs/types/providers/SquidConfigProvider.d.ts +0 -7
  537. package/dist/cjs/types/services/internal/walletService.d.ts +0 -1
  538. package/dist/cjs/types/stories/buttons/Dropdown.stories.d.ts +0 -8
  539. package/dist/esm/types/components/buttons/Dropdown.d.ts +0 -7
  540. package/dist/esm/types/components/icons/Animations.d.ts +0 -2
  541. package/dist/esm/types/components/layout/WalletAddress.d.ts +0 -6
  542. package/dist/esm/types/providers/SquidConfigProvider.d.ts +0 -7
  543. package/dist/esm/types/services/internal/walletService.d.ts +0 -1
  544. package/dist/esm/types/stories/buttons/Dropdown.stories.d.ts +0 -8
package/dist/index.d.ts CHANGED
@@ -1,5 +1,122 @@
1
1
  /// <reference types="react" />
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
+ import * as react from 'react';
4
+ import react__default, { ReactNode, ComponentProps } from 'react';
5
+ import * as framer_motion from 'framer-motion';
6
+ import { motion } from 'framer-motion';
7
+ import { Config } from 'tailwindcss';
8
+ import { ClassValue } from 'clsx';
9
+
10
+ interface BadgeImageProps {
11
+ imageUrl?: string;
12
+ badgeUrl?: string;
13
+ size?: BadgeSize;
14
+ extraMarginForBadge?: boolean;
15
+ rounded?: boolean;
16
+ /**
17
+ * The URL of the placeholder image. Will be displayed while the images are loading
18
+ * or if there's an error loading them.
19
+ */
20
+ placeholderImageUrl?: string;
21
+ }
22
+ type BadgeSize = "sm" | "md";
23
+ declare function BadgeImage({ imageUrl: _imageUrl, badgeUrl, size, extraMarginForBadge, rounded, placeholderImageUrl, }: BadgeImageProps): react_jsx_runtime.JSX.Element | null;
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";
32
+ type DescriptionBlock = {
33
+ type: "string";
34
+ value: string;
35
+ } | {
36
+ type: "image";
37
+ value: string;
38
+ rounded?: boolean;
39
+ };
40
+ interface SwapStep {
41
+ descriptionBlocks: DescriptionBlock[];
42
+ link?: string;
43
+ status: ActionStatus;
44
+ }
45
+ declare enum SwapState {
46
+ CONFIRM = 0,
47
+ PROGRESS = 1,
48
+ COMPLETED = 2,
49
+ ERROR = 3,
50
+ PARTIAL_SUCCESS = 4,
51
+ CONFIRMATION_TOO_LONG = 5,
52
+ CONFIRMATION_REJECTED = 6,
53
+ NEEDS_GAS = 7
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 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
+
67
+ interface IconLabelProps {
68
+ isLoading?: boolean;
69
+ src?: string;
70
+ children?: ReactNode;
71
+ variant?: ImageVariant;
72
+ }
73
+ declare function IconLabel({ src, children, variant }: IconLabelProps): react_jsx_runtime.JSX.Element;
74
+
75
+ interface ImageProps {
76
+ src?: string;
77
+ variant?: ImageVariant;
78
+ size?: ImageSize;
79
+ className?: string;
80
+ }
81
+ declare function Image({ src, variant, size, className: propsClassName, }: ImageProps): react_jsx_runtime.JSX.Element;
82
+
83
+ declare const LoadingProvider: react.Provider<boolean | null>;
84
+ interface LoadingSkeletonProps {
85
+ className?: string;
86
+ height?: string;
87
+ isLoading?: boolean;
88
+ children?: React.ReactNode;
89
+ width?: string;
90
+ }
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"> {
93
+ width?: string | [string, string];
94
+ isLoading?: boolean;
95
+ }
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"> {
98
+ isLoading?: boolean;
99
+ }
100
+ declare function BlockSkeleton({ isLoading, className, children, ...props }: LoadingBlockProps): string | number | boolean | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
101
+
102
+ declare const statusTextClassMap: Record<ActionStatus, string>;
103
+ interface TransactionStateProps extends React.HTMLAttributes<HTMLDivElement> {
104
+ status: ActionStatus;
105
+ variant?: TransactionStateVariant;
106
+ icon?: ReactNode;
107
+ }
108
+ declare function TransactionState({ status, variant, icon, ...props }: TransactionStateProps): react_jsx_runtime.JSX.Element;
109
+
110
+ interface UsdAmountProps {
111
+ usdAmount: string;
112
+ }
113
+ declare function UsdAmount({ usdAmount }: UsdAmountProps): react_jsx_runtime.JSX.Element;
114
+
115
+ interface WalletLinkProps {
116
+ imageURI: string;
117
+ address: string;
118
+ }
119
+ declare function WalletLink({ imageURI, address }: WalletLinkProps): react_jsx_runtime.JSX.Element;
3
120
 
4
121
  interface AddressButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
5
122
  label: string;
@@ -15,17 +132,136 @@ interface ArrowButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
15
132
  }
16
133
  declare function ArrowButton({ label, disabled, ...props }: ArrowButtonProps): react_jsx_runtime.JSX.Element;
17
134
 
18
- type ButtonVariant = 'primary' | 'secondary' | 'tertiary';
19
- type ButtonSize = 'md' | 'lg';
20
- type BoostMode = 'normal' | 'boost';
135
+ interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
136
+ placeholder?: string;
137
+ showIcon?: boolean;
138
+ icon?: React.ReactNode;
139
+ isError?: boolean;
140
+ isWarning?: boolean;
141
+ containerClassName?: string;
142
+ actionButtonProps?: InputActionButtonProps;
143
+ autoFocusTimeout?: number;
144
+ inputRef?: React.RefObject<HTMLInputElement>;
145
+ }
146
+ declare function Input({ placeholder, showIcon, className, icon, isError, isWarning, containerClassName, actionButtonProps, autoFocusTimeout, inputRef: inputRefProp, ...props }: InputProps): react_jsx_runtime.JSX.Element;
147
+ interface InputActionButtonProps {
148
+ onClick?: () => void;
149
+ variant?: ButtonVariant;
150
+ label?: string;
151
+ }
152
+
153
+ type TooltipWidth = "max" | "container";
154
+ type TooltipThreshold = "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl";
155
+ interface TooltipProps {
156
+ children: react__default.ReactNode;
157
+ tooltipContent?: react__default.ReactNode;
158
+ threshold?: TooltipThreshold;
159
+ tooltipWidth?: TooltipWidth;
160
+ containerClassName?: string;
161
+ childrenClassName?: string;
162
+ tooltipClassName?: string;
163
+ displayDelayMs?: number;
164
+ containerRef?: react__default.RefObject<HTMLElement>;
165
+ showOnMobile?: boolean;
166
+ }
167
+ declare function Tooltip(props: TooltipProps): react_jsx_runtime.JSX.Element;
168
+
169
+ interface Token$1 {
170
+ price: number;
171
+ symbol: string;
172
+ decimals: number;
173
+ }
174
+ interface NumericInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
175
+ token: Token$1;
176
+ onAmountChange: (tokenAmount: string) => void;
177
+ forcedAmount?: string;
178
+ formatIfVerySmall?: {
179
+ token: string;
180
+ usd: string;
181
+ };
182
+ showDetails?: boolean;
183
+ isLoading?: boolean;
184
+ error?: {
185
+ message: string;
186
+ };
187
+ balance?: string;
188
+ priceImpactPercentage?: string;
189
+ criticalPriceImpactPercentage?: number;
190
+ direction?: SwapDirection;
191
+ inputModeButton?: {
192
+ usdModeTooltip?: Omit<TooltipProps, "children">;
193
+ tokenModeTooltip?: Omit<TooltipProps, "children">;
194
+ amountUsd?: string;
195
+ };
196
+ maxUsdDecimals?: number;
197
+ isInteractive?: boolean;
198
+ balanceButton?: {
199
+ tooltip?: Omit<TooltipProps, "children">;
200
+ };
201
+ }
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
+
204
+ interface SettingsSliderProps {
205
+ value: number | undefined;
206
+ type: "percentage" | "amount";
207
+ onChange?: (value: number | undefined) => void;
208
+ decimalsFormat?: number;
209
+ min?: number;
210
+ max?: number;
211
+ isSelected?: boolean;
212
+ }
213
+ declare function SettingsSlider({ value, type, onChange, decimalsFormat, max, min, isSelected, }: SettingsSliderProps): react_jsx_runtime.JSX.Element;
214
+
215
+ interface SwitchProps {
216
+ checked?: boolean;
217
+ onChange?: (checked: boolean) => void;
218
+ size: SwitchSize;
219
+ disabled?: boolean;
220
+ inputProps?: React.ComponentProps<"input">;
221
+ }
222
+ declare function Switch({ checked, onChange, size, disabled, inputProps, }: SwitchProps): react_jsx_runtime.JSX.Element;
223
+
224
+ interface RangeInputProps {
225
+ label: string;
226
+ initialValue?: string;
227
+ onChange?: (value: string) => void;
228
+ min?: number;
229
+ max?: number;
230
+ isWarning?: boolean;
231
+ }
232
+ declare function RangeInput({ label, initialValue, onChange, min, max, isWarning, }: RangeInputProps): react_jsx_runtime.JSX.Element;
233
+
234
+ interface AssetsButtonProps {
235
+ token?: {
236
+ iconUrl: string;
237
+ symbol: string;
238
+ bgColor: string;
239
+ textColor: string;
240
+ };
241
+ chain?: {
242
+ iconUrl: string;
243
+ bgColor: string;
244
+ };
245
+ onClick?: () => void;
246
+ variant?: AssetsButtonVariant;
247
+ isLoading?: boolean;
248
+ tooltip?: Omit<TooltipProps, "children">;
249
+ emptyTokenLabel?: string;
250
+ }
251
+ declare function AssetsButton({ chain, token, onClick, variant, isLoading, tooltip, emptyTokenLabel, }: AssetsButtonProps): react_jsx_runtime.JSX.Element;
21
252
 
22
253
  interface BoostButtonProps {
23
- boostMode?: BoostMode;
24
- onToggleBoostMode?: ({ boostMode }: {
25
- boostMode: BoostMode;
26
- }) => void;
254
+ boostMode: BoostMode;
255
+ canToggleBoostMode?: boolean;
256
+ boostIndicatorRef: React.RefObject<HTMLDivElement>;
27
257
  }
28
- declare function BoostButton({ boostMode, onToggleBoostMode, }: BoostButtonProps): react_jsx_runtime.JSX.Element;
258
+ declare function BoostButton({ boostMode, canToggleBoostMode, boostIndicatorRef, }: BoostButtonProps): react_jsx_runtime.JSX.Element;
259
+
260
+ interface ChipProps extends React.HTMLAttributes<HTMLDivElement> {
261
+ label?: string;
262
+ icon?: React.ReactNode;
263
+ }
264
+ declare function Chip({ label, icon, ...props }: ChipProps): react_jsx_runtime.JSX.Element;
29
265
 
30
266
  interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
31
267
  label?: string;
@@ -33,22 +269,2466 @@ interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
33
269
  variant: ButtonVariant;
34
270
  size: ButtonSize;
35
271
  disabled?: boolean;
272
+ link?: string;
273
+ isLoading?: boolean;
274
+ chip?: ChipProps;
275
+ containerClassName?: string;
276
+ buttonRef?: React.Ref<HTMLButtonElement>;
277
+ anchorRef?: React.Ref<HTMLAnchorElement>;
36
278
  }
37
- declare function Button({ label, disabled, size, variant, icon, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
279
+ declare function Button({ label, disabled, size, variant, icon, link, isLoading, chip, containerClassName, anchorRef, buttonRef, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
38
280
 
39
- interface ChipProps extends React.HTMLAttributes<HTMLDivElement> {
40
- label?: string;
281
+ interface FeeButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
282
+ feeInUsd?: string;
283
+ chipLabel?: string;
284
+ tooltip?: Omit<TooltipProps, "children">;
285
+ }
286
+ declare function FeeButton({ feeInUsd, chipLabel, className, tooltip, ...props }: FeeButtonProps): react_jsx_runtime.JSX.Element;
287
+
288
+ interface FilterButtonProps {
289
+ selected: boolean;
290
+ numApplied?: number;
291
+ onClick?: () => void;
292
+ }
293
+ declare function FilterButton({ selected, numApplied, onClick, }: FilterButtonProps): react_jsx_runtime.JSX.Element;
294
+
295
+ interface SettingsButtonProps {
296
+ label: string;
297
+ isSelected?: boolean;
298
+ onClick?: () => void;
299
+ }
300
+ declare function SettingsButton({ label, isSelected, onClick, }: SettingsButtonProps): react_jsx_runtime.JSX.Element;
301
+
302
+ interface IconButtonProps extends React.ComponentProps<"button"> {
303
+ icon: React.ReactNode;
304
+ }
305
+ declare const IconButton: react.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
306
+
307
+ declare function Approve(): react_jsx_runtime.JSX.Element;
308
+
309
+ declare function ArrowRightIcon(): react_jsx_runtime.JSX.Element;
310
+ declare function ArrowRightDownIcon(): react_jsx_runtime.JSX.Element;
311
+ declare function ArrowRightUpIcon(): react_jsx_runtime.JSX.Element;
312
+ declare function ChevronArrowIcon({ size, className, }: {
313
+ size?: string;
314
+ className?: string;
315
+ }): react_jsx_runtime.JSX.Element;
316
+ declare function ArrowTriangle({ className }: {
317
+ className?: string;
318
+ }): react_jsx_runtime.JSX.Element;
319
+ declare function ChevronTopSmallIcon(): react_jsx_runtime.JSX.Element;
320
+ declare function ChevronLargeDownIcon({ size, className, }: {
321
+ size?: string;
322
+ className?: string;
323
+ }): react_jsx_runtime.JSX.Element;
324
+ declare function ChevronTopIcon({ className }: {
325
+ className?: string;
326
+ }): react_jsx_runtime.JSX.Element;
327
+ declare function ChevronLargeRightIcon({ size, className, }: {
328
+ size?: string;
329
+ className?: string;
330
+ }): react_jsx_runtime.JSX.Element;
331
+ declare function ChevronRightSmallIcon({ className, size, }: {
332
+ className?: string;
333
+ size?: string;
334
+ }): react_jsx_runtime.JSX.Element;
335
+ declare function ArrowLeftIcon({ className, size, }: {
336
+ className?: string;
337
+ size?: string;
338
+ }): react_jsx_runtime.JSX.Element;
339
+ declare function ArrowRightUpCircleIcon(): react_jsx_runtime.JSX.Element;
340
+ declare function ArrowRightDownCircleIcon(): react_jsx_runtime.JSX.Element;
341
+ declare function ArrowOutOfBoxIcon(): react_jsx_runtime.JSX.Element;
342
+ declare function ChevronGrabberVerticalIcon({ size, className, }: {
343
+ size?: string;
344
+ className?: string;
345
+ }): react_jsx_runtime.JSX.Element;
346
+ declare function SquareArrowTopRight2Icon({ className, size, strokeWidth, }: {
347
+ className?: string;
348
+ size?: string;
349
+ strokeWidth?: string;
350
+ }): react_jsx_runtime.JSX.Element;
351
+ declare function SquareArrowTopLeftIcon({ size }: {
352
+ size?: string;
353
+ }): react_jsx_runtime.JSX.Element;
354
+ declare function ArrowBottomTopIcon({ className, size, }: {
355
+ className?: string;
356
+ size?: string;
357
+ }): react_jsx_runtime.JSX.Element;
358
+ declare function ArrowWallDownIcon({ className, size, }: {
359
+ className?: string;
360
+ size?: string;
361
+ }): react_jsx_runtime.JSX.Element;
362
+ declare function ReorderIcon({ size, className, }: {
363
+ size?: string;
364
+ className?: string;
365
+ }): react_jsx_runtime.JSX.Element;
366
+ declare function ArrowsSwapIcon({ size, className, }: {
367
+ size?: string;
368
+ className?: string;
369
+ }): react_jsx_runtime.JSX.Element;
370
+ declare function ArrowUpIcon(): react_jsx_runtime.JSX.Element;
371
+ declare function ArrowCornerDownRightIcon({ size, className, }: {
372
+ size?: string;
373
+ className?: string;
374
+ }): react_jsx_runtime.JSX.Element;
375
+ declare function ChevronDownSmallIcon({ size, className, }: {
376
+ size?: string;
377
+ className?: string;
378
+ }): react_jsx_runtime.JSX.Element;
379
+ declare function ArrowDownIcon({ size, className, }: {
380
+ size?: string;
381
+ className?: string;
382
+ }): react_jsx_runtime.JSX.Element;
383
+ declare function ArrowSplit({ size, className, }: {
384
+ size?: string;
385
+ className?: string;
386
+ }): react_jsx_runtime.JSX.Element;
387
+
388
+ declare function ArrowRotate(): react_jsx_runtime.JSX.Element;
389
+
390
+ declare function PunkIcon({ size }: {
391
+ size?: string;
392
+ }): react_jsx_runtime.JSX.Element;
393
+
394
+ declare function ShoppingBagIcon(): react_jsx_runtime.JSX.Element;
395
+ declare function BackpackIcon({ size, className, }: {
396
+ size?: string;
397
+ className?: string;
398
+ }): react_jsx_runtime.JSX.Element;
399
+
400
+ declare function BankIcon(): react_jsx_runtime.JSX.Element;
401
+
402
+ declare function BoostBadge(): react_jsx_runtime.JSX.Element;
403
+
404
+ declare function Calendar(): react_jsx_runtime.JSX.Element;
405
+
406
+ declare function ChainLink({ size, strokeWidth, }: {
407
+ size?: string;
408
+ strokeWidth?: string;
409
+ }): react_jsx_runtime.JSX.Element;
410
+
411
+ declare function Checkmark1Icon({ className, size, }: {
412
+ className?: string;
413
+ size?: string;
414
+ }): react_jsx_runtime.JSX.Element;
415
+ declare function Checkmark2Icon({ className, size, style, }: {
416
+ className?: string;
417
+ size?: string;
418
+ style?: React.CSSProperties;
419
+ }): react_jsx_runtime.JSX.Element;
420
+
421
+ declare function ClockSolidIcon({ className, size, }: {
422
+ className?: string;
423
+ size?: string;
424
+ }): react_jsx_runtime.JSX.Element;
425
+ declare function ClockOutlineIcon({ className, size, }: {
426
+ className?: string;
427
+ size?: string;
428
+ }): react_jsx_runtime.JSX.Element;
429
+ declare const SettingsGearIcon: ({ size, className, }: {
430
+ className?: string;
431
+ size?: string;
432
+ }) => react_jsx_runtime.JSX.Element;
433
+ declare const ExplosionIcon: ({ size, className, }: {
434
+ className?: string;
435
+ size?: string;
436
+ }) => react_jsx_runtime.JSX.Element;
437
+ declare function TimeFliesIcon({ size, className, }: {
438
+ size?: string;
439
+ className?: string;
440
+ }): react_jsx_runtime.JSX.Element;
441
+
442
+ declare function CoinsIcon(): react_jsx_runtime.JSX.Element;
443
+ declare function CoinsAddIcon(): react_jsx_runtime.JSX.Element;
444
+ declare function DollarOutlinedIcon({ className, size, }: {
445
+ className?: string;
446
+ size?: string;
447
+ }): react_jsx_runtime.JSX.Element;
448
+ declare function StocksIcon({ size, className, }: {
449
+ size?: string;
450
+ className?: string;
451
+ }): react_jsx_runtime.JSX.Element;
452
+ declare function DollarSolidIcon({ size, className, }: {
453
+ size?: string;
454
+ className?: string;
455
+ }): react_jsx_runtime.JSX.Element;
456
+
457
+ declare function CollectionIcon(): react_jsx_runtime.JSX.Element;
458
+
459
+ declare function CompassRoundOutlinedIcon({ size, className, }: {
460
+ size?: string;
461
+ className?: string;
462
+ }): react_jsx_runtime.JSX.Element;
463
+ declare function CompassRoundSolidIcon({ size, className, }: {
464
+ size?: string;
465
+ className?: string;
466
+ }): react_jsx_runtime.JSX.Element;
467
+ declare function CircleX({ size, className, }: {
468
+ size?: string;
469
+ className?: string;
470
+ }): react_jsx_runtime.JSX.Element;
471
+ declare function CircleMinusIcon({ size, className, }: {
472
+ size?: string;
473
+ className?: string;
474
+ }): react_jsx_runtime.JSX.Element;
475
+ declare function CirclePlusIcon({ size, className, }: {
476
+ size?: string;
477
+ className?: string;
478
+ }): react_jsx_runtime.JSX.Element;
479
+ declare function CircleXFilledIcon({ size, className, }: {
480
+ size?: string;
481
+ className?: string;
482
+ }): react_jsx_runtime.JSX.Element;
483
+ declare function TranslateIcon({ size, className, }: {
484
+ size?: string;
485
+ className?: string;
486
+ }): react_jsx_runtime.JSX.Element;
487
+ declare function PowerIcon({ size, className, }: {
488
+ size?: string;
489
+ className?: string;
490
+ }): react_jsx_runtime.JSX.Element;
491
+
492
+ declare function Copy({ size, strokeWidth, ...props }: {
493
+ size?: string;
494
+ strokeWidth?: string;
495
+ } & ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
496
+
497
+ declare function DashboardFast({ size, className, }: {
498
+ size?: string;
499
+ className?: string;
500
+ }): react_jsx_runtime.JSX.Element;
501
+
502
+ declare function DotGrid1x3HorizontalIcon({ className, size, }: {
503
+ className?: string;
504
+ size?: string;
505
+ }): react_jsx_runtime.JSX.Element;
506
+
507
+ declare function EmojiSadIcon({ className, size, }: {
508
+ className?: string;
509
+ size?: string;
510
+ }): react_jsx_runtime.JSX.Element;
511
+ declare function EmojiMeh({ className, size, }: {
512
+ className?: string;
513
+ size?: string;
514
+ }): react_jsx_runtime.JSX.Element;
515
+ declare function SmileIcon({ size, className, }: {
516
+ size?: string;
517
+ className?: string;
518
+ }): react_jsx_runtime.JSX.Element;
519
+
520
+ declare function EthereumIcon(): react_jsx_runtime.JSX.Element;
521
+
522
+ declare function FilterIcon(): react_jsx_runtime.JSX.Element;
523
+
524
+ declare function EmptyHeartIcon({ className }: {
525
+ className?: string;
526
+ }): react_jsx_runtime.JSX.Element;
527
+ declare function FilledHeartIcon({ className }: {
528
+ className?: string;
529
+ }): react_jsx_runtime.JSX.Element;
530
+ declare function BrokenHeartIcon({ className }: {
531
+ className?: string;
532
+ }): react_jsx_runtime.JSX.Element;
533
+ declare function HeartSmallIcon(): react_jsx_runtime.JSX.Element;
534
+
535
+ declare function HelpIcon({ size, className, }: {
536
+ size?: string;
537
+ className?: string;
538
+ }): react_jsx_runtime.JSX.Element;
539
+ declare function GasIcon({ size, className, }: {
540
+ size?: string;
541
+ className?: string;
542
+ }): react_jsx_runtime.JSX.Element;
543
+ declare function ReceiptBillIcon({ size, className, }: {
544
+ size?: string;
545
+ className?: string;
546
+ }): react_jsx_runtime.JSX.Element;
547
+ declare function SnapIcon({ size, className, }: {
548
+ size?: string;
549
+ className?: string;
550
+ }): react_jsx_runtime.JSX.Element;
551
+
552
+ declare function HomeIcon({ className }: {
553
+ className?: string;
554
+ }): react_jsx_runtime.JSX.Element;
555
+ declare function MenuSwapIcon({ size, className, }: {
556
+ size?: string;
557
+ className?: string;
558
+ }): react_jsx_runtime.JSX.Element;
559
+ declare function ColorPaletteIcon({ size, className, }: {
560
+ size?: string;
561
+ className?: string;
562
+ }): react_jsx_runtime.JSX.Element;
563
+ declare function ConsoleIcon({ size, className, }: {
564
+ size?: string;
565
+ className?: string;
566
+ }): react_jsx_runtime.JSX.Element;
567
+ declare function BubblesIcon({ size, className, }: {
568
+ size?: string;
569
+ className?: string;
570
+ }): react_jsx_runtime.JSX.Element;
571
+
572
+ declare function ImageSparkle(): react_jsx_runtime.JSX.Element;
573
+
574
+ declare function InfinityIcon({ size, className, }: {
575
+ size?: string;
576
+ className?: string;
577
+ }): react_jsx_runtime.JSX.Element;
578
+
579
+ declare function LightningIcon({ size, className, }: {
580
+ size?: string;
581
+ className?: string;
582
+ }): react_jsx_runtime.JSX.Element;
583
+
584
+ declare function LinkIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
585
+
586
+ interface LoaderProps extends ComponentProps<"svg"> {
587
+ size?: string;
588
+ strokeWidth?: string;
589
+ rotateDuration?: string;
590
+ }
591
+ declare function Loader({ size, strokeWidth, className, rotateDuration, ...props }: LoaderProps): react_jsx_runtime.JSX.Element;
592
+
593
+ declare function MaxIcon(): react_jsx_runtime.JSX.Element;
594
+
595
+ declare function NotAllowedIcon(): react_jsx_runtime.JSX.Element;
596
+
597
+ declare function PercentIcon({ size, className, }: {
598
+ size?: string;
599
+ className?: string;
600
+ }): react_jsx_runtime.JSX.Element;
601
+ declare function PathSquareIcon({ size, className, }: {
602
+ size?: string;
603
+ className?: string;
604
+ }): react_jsx_runtime.JSX.Element;
605
+
606
+ declare function PieChartIcon(): react_jsx_runtime.JSX.Element;
607
+
608
+ declare function PlusIcon(): react_jsx_runtime.JSX.Element;
609
+
610
+ declare function RefreshIcon(): react_jsx_runtime.JSX.Element;
611
+
612
+ declare function SearchIcon({ className, size, }: {
613
+ className?: string;
614
+ size?: string;
615
+ }): react_jsx_runtime.JSX.Element;
616
+
617
+ declare function XSocial({ className, size, }: {
618
+ size?: string;
619
+ className?: string;
620
+ }): react_jsx_runtime.JSX.Element;
621
+ declare function GithubIcon({ size, className, }: {
622
+ size?: string;
623
+ className?: string;
624
+ }): react_jsx_runtime.JSX.Element;
625
+ declare function DiscordIcon({ size, className, }: {
626
+ size?: string;
627
+ className?: string;
628
+ }): react_jsx_runtime.JSX.Element;
629
+ declare function MirrorIcon({ size, className, }: {
630
+ size?: string;
631
+ className?: string;
632
+ }): react_jsx_runtime.JSX.Element;
633
+
634
+ declare function SortIcon(): react_jsx_runtime.JSX.Element;
635
+
636
+ declare function SparklesIcon(): react_jsx_runtime.JSX.Element;
637
+ declare function SparkleIcon(): react_jsx_runtime.JSX.Element;
638
+
639
+ declare function SquareArrowCenter(): react_jsx_runtime.JSX.Element;
640
+
641
+ declare function DockSwapIcon(): react_jsx_runtime.JSX.Element;
642
+
643
+ declare function SquidLogo({ size, className, }: {
644
+ size?: string;
645
+ className?: string;
646
+ }): react_jsx_runtime.JSX.Element;
647
+
648
+ declare function SwapInputsIcon(): react_jsx_runtime.JSX.Element;
649
+ declare function SwapIcon({ size, className, }: {
650
+ size?: string;
651
+ className?: string;
652
+ }): react_jsx_runtime.JSX.Element;
653
+
654
+ declare function SwapSuccessIcon(): react_jsx_runtime.JSX.Element;
655
+ declare function SwapErrorIcon(): react_jsx_runtime.JSX.Element;
656
+ declare function SwapWarningIcon(): react_jsx_runtime.JSX.Element;
657
+
658
+ declare function SwapStepSeparator(): react_jsx_runtime.JSX.Element;
659
+
660
+ declare function TagIcon({ size }: {
661
+ size?: string;
662
+ }): react_jsx_runtime.JSX.Element;
663
+ declare function TagIconFilled(): react_jsx_runtime.JSX.Element;
664
+
665
+ declare function ThumbsUp({ fill }: {
666
+ fill?: boolean;
667
+ }): react_jsx_runtime.JSX.Element;
668
+
669
+ declare function Tick({ className }: {
670
+ className?: string;
671
+ }): react_jsx_runtime.JSX.Element;
672
+
673
+ declare function Timeline({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
674
+ declare namespace Timeline {
675
+ var ArrowDown: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
676
+ var ArrowReverse: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
677
+ var ArrowRight: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
678
+ var ArrowUp: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
679
+ var CapBottom: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
680
+ var CapTop: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
681
+ var Straight: ({ className, ...props }: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
682
+ }
683
+
684
+ declare function TradingViewStepsIcon({ size, className, }: {
685
+ size?: string;
686
+ className?: string;
687
+ }): react_jsx_runtime.JSX.Element;
688
+
689
+ declare function TriangleExclamation(): react_jsx_runtime.JSX.Element;
690
+
691
+ declare function WalletIcon({ size }: {
692
+ size?: string;
693
+ }): react_jsx_runtime.JSX.Element;
694
+ declare function WalletFilledIcon({ size }: {
695
+ size?: string;
696
+ }): react_jsx_runtime.JSX.Element;
697
+
698
+ declare function CrossAnimatedIcon({ size, isOpen, transitionDuration, className, }: {
699
+ size?: number;
700
+ isOpen?: boolean;
701
+ transitionDuration?: React.CSSProperties["transitionDuration"];
702
+ className?: string;
703
+ }): react_jsx_runtime.JSX.Element;
704
+
705
+ declare function SunriseIcon({ size, className, }: {
706
+ size?: string;
707
+ className?: string;
708
+ }): react_jsx_runtime.JSX.Element;
709
+ declare function SunIcon({ size, className, }: {
710
+ size?: string;
711
+ className?: string;
712
+ }): react_jsx_runtime.JSX.Element;
713
+ declare function MoonIcon({ size, className, }: {
714
+ size?: string;
715
+ className?: string;
716
+ }): react_jsx_runtime.JSX.Element;
717
+ declare function SunOutlinedIcon({ size, className, }: {
718
+ size?: string;
719
+ className?: string;
720
+ }): react_jsx_runtime.JSX.Element;
721
+ declare function CrossedOutSunSolidIcon({ size, className, }: {
722
+ size?: string;
723
+ className?: string;
724
+ }): react_jsx_runtime.JSX.Element;
725
+
726
+ interface DockIconProps {
727
+ isSelected?: boolean;
728
+ }
729
+ declare function DockIconSwap({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
730
+ declare function DockIconCheckout({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
731
+ declare function DockIconScan({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
732
+ declare function DockIconAnalytics({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
733
+ declare function DockIconProfile({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
734
+ declare function DockIconHelp({ isSelected }: DockIconProps): react_jsx_runtime.JSX.Element;
735
+
736
+ declare function GhostIcon({ size, className, }: {
737
+ size?: string;
738
+ className?: string;
739
+ }): react_jsx_runtime.JSX.Element;
740
+ declare function SettingsSliderIcon({ size, className, }: {
741
+ size?: string;
742
+ className?: string;
743
+ }): react_jsx_runtime.JSX.Element;
744
+ declare function EyeOpenIcon({ size, className, }: {
745
+ size?: string;
746
+ className?: string;
747
+ }): react_jsx_runtime.JSX.Element;
748
+ declare function BellAlarmIcon({ size, className, }: {
749
+ size?: string;
750
+ className?: string;
751
+ }): react_jsx_runtime.JSX.Element;
752
+ declare function LimitIcon({ size, className, }: {
753
+ size?: string;
754
+ className?: string;
755
+ }): react_jsx_runtime.JSX.Element;
756
+ declare function PoopIcon({ size, className, }: {
757
+ size?: string;
758
+ className?: string;
759
+ }): react_jsx_runtime.JSX.Element;
760
+ declare function CatSquareIcon({ size, className, }: {
761
+ size?: string;
762
+ className?: string;
763
+ }): react_jsx_runtime.JSX.Element;
764
+ declare function FilterAscendingIcon({ size, className, }: {
765
+ size?: string;
766
+ className?: string;
767
+ }): react_jsx_runtime.JSX.Element;
768
+ declare function ImageIcon({ size, className, }: {
769
+ size?: string;
770
+ className?: string;
771
+ }): react_jsx_runtime.JSX.Element;
772
+ declare function FilterTimelineIcon({ size, className, }: {
773
+ size?: string;
774
+ className?: string;
775
+ }): react_jsx_runtime.JSX.Element;
776
+ declare function NewspaperIcon({ className, size, }: {
777
+ className?: string;
778
+ size?: string;
779
+ }): react_jsx_runtime.JSX.Element;
780
+ declare function AtomIcon({ className, size, }: {
781
+ className?: string;
782
+ size?: string;
783
+ }): react_jsx_runtime.JSX.Element;
784
+ declare function SunriseSmallIcon({ className, size, }: {
785
+ className?: string;
786
+ size?: string;
787
+ }): react_jsx_runtime.JSX.Element;
788
+ declare function CoinsOutlinedIcon({ className, size, }: {
789
+ className?: string;
790
+ size?: string;
791
+ }): react_jsx_runtime.JSX.Element;
792
+ declare function PhoneIcon({ size, className, }: {
793
+ size?: string;
794
+ className?: string;
795
+ }): react_jsx_runtime.JSX.Element;
796
+ declare function LaptopIcon({ size, className, }: {
797
+ size?: string;
798
+ className?: string;
799
+ }): react_jsx_runtime.JSX.Element;
800
+ declare function CopyIcon({ size, className, }: {
801
+ size?: string;
802
+ className?: string;
803
+ }): react_jsx_runtime.JSX.Element;
804
+ declare function FileDownloadIcon({ size, className, }: {
805
+ size?: string;
806
+ className?: string;
807
+ }): react_jsx_runtime.JSX.Element;
808
+ declare function CodeSolidSquareIcon({ size, className, }: {
809
+ size?: string;
810
+ className?: string;
811
+ }): react_jsx_runtime.JSX.Element;
812
+ declare function CodeBracketsIcon({ size, className, }: {
813
+ size?: string;
814
+ className?: string;
815
+ }): react_jsx_runtime.JSX.Element;
816
+ declare function CommandIcon({ size, className, }: {
817
+ size?: string;
818
+ className?: string;
819
+ }): react_jsx_runtime.JSX.Element;
820
+
821
+ interface Props {
822
+ lottieJsonFile: object;
823
+ animReplacement?: JSX.Element;
824
+ hideAnimations?: boolean;
825
+ }
826
+ declare const AnimationWrapper: ({ lottieJsonFile, animReplacement, hideAnimations, }: Props) => react_jsx_runtime.JSX.Element;
827
+
828
+ interface AppContainerProps extends ComponentProps<typeof motion.div> {
829
+ layoutKey?: string;
830
+ }
831
+ declare function AppContainer({ children, className, layoutKey, ...props }: AppContainerProps): react_jsx_runtime.JSX.Element;
832
+ declare namespace AppContainer {
833
+ var Nav: ({ className, children, ...props }: {
834
+ slot?: string | undefined;
835
+ title?: string | undefined;
836
+ color?: string | undefined;
837
+ hidden?: boolean | undefined;
838
+ suppressHydrationWarning?: boolean | undefined;
839
+ className?: string | undefined;
840
+ id?: string | undefined;
841
+ lang?: string | undefined;
842
+ role?: react.AriaRole | undefined;
843
+ tabIndex?: number | undefined;
844
+ "aria-activedescendant"?: string | undefined;
845
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
846
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
847
+ "aria-braillelabel"?: string | undefined;
848
+ "aria-brailleroledescription"?: string | undefined;
849
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
850
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
851
+ "aria-colcount"?: number | undefined;
852
+ "aria-colindex"?: number | undefined;
853
+ "aria-colindextext"?: string | undefined;
854
+ "aria-colspan"?: number | undefined;
855
+ "aria-controls"?: string | undefined;
856
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
857
+ "aria-describedby"?: string | undefined;
858
+ "aria-description"?: string | undefined;
859
+ "aria-details"?: string | undefined;
860
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
861
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
862
+ "aria-errormessage"?: string | undefined;
863
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
864
+ "aria-flowto"?: string | undefined;
865
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
866
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
867
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
868
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
869
+ "aria-keyshortcuts"?: string | undefined;
870
+ "aria-label"?: string | undefined;
871
+ "aria-labelledby"?: string | undefined;
872
+ "aria-level"?: number | undefined;
873
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
874
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
875
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
876
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
877
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
878
+ "aria-owns"?: string | undefined;
879
+ "aria-placeholder"?: string | undefined;
880
+ "aria-posinset"?: number | undefined;
881
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
882
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
883
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
884
+ "aria-required"?: (boolean | "true" | "false") | undefined;
885
+ "aria-roledescription"?: string | undefined;
886
+ "aria-rowcount"?: number | undefined;
887
+ "aria-rowindex"?: number | undefined;
888
+ "aria-rowindextext"?: string | undefined;
889
+ "aria-rowspan"?: number | undefined;
890
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
891
+ "aria-setsize"?: number | undefined;
892
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
893
+ "aria-valuemax"?: number | undefined;
894
+ "aria-valuemin"?: number | undefined;
895
+ "aria-valuenow"?: number | undefined;
896
+ "aria-valuetext"?: string | undefined;
897
+ defaultChecked?: boolean | undefined;
898
+ defaultValue?: string | number | readonly string[] | undefined;
899
+ suppressContentEditableWarning?: boolean | undefined;
900
+ accessKey?: string | undefined;
901
+ autoFocus?: boolean | undefined;
902
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
903
+ contextMenu?: string | undefined;
904
+ dir?: string | undefined;
905
+ draggable?: (boolean | "true" | "false") | undefined;
906
+ nonce?: string | undefined;
907
+ spellCheck?: (boolean | "true" | "false") | undefined;
908
+ translate?: "no" | "yes" | undefined;
909
+ radioGroup?: string | undefined;
910
+ about?: string | undefined;
911
+ content?: string | undefined;
912
+ datatype?: string | undefined;
913
+ inlist?: any;
914
+ prefix?: string | undefined;
915
+ property?: string | undefined;
916
+ rel?: string | undefined;
917
+ resource?: string | undefined;
918
+ rev?: string | undefined;
919
+ typeof?: string | undefined;
920
+ vocab?: string | undefined;
921
+ autoCapitalize?: string | undefined;
922
+ autoCorrect?: string | undefined;
923
+ autoSave?: string | undefined;
924
+ itemProp?: string | undefined;
925
+ itemScope?: boolean | undefined;
926
+ itemType?: string | undefined;
927
+ itemID?: string | undefined;
928
+ itemRef?: string | undefined;
929
+ results?: number | undefined;
930
+ security?: string | undefined;
931
+ unselectable?: "off" | "on" | undefined;
932
+ inputMode?: "search" | "text" | "numeric" | "none" | "email" | "tel" | "url" | "decimal" | undefined;
933
+ is?: string | undefined;
934
+ dangerouslySetInnerHTML?: {
935
+ __html: string | TrustedHTML;
936
+ } | undefined;
937
+ onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
938
+ onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
939
+ onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
940
+ onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
941
+ onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
942
+ onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
943
+ onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
944
+ onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
945
+ onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
946
+ onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
947
+ onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
948
+ onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
949
+ onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
950
+ onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
951
+ onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
952
+ onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
953
+ onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
954
+ onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
955
+ onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
956
+ onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
957
+ onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
958
+ onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
959
+ onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
960
+ onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
961
+ onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
962
+ onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
963
+ onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
964
+ onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
965
+ onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
966
+ onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
967
+ onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
968
+ onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
969
+ onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
970
+ onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
971
+ onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
972
+ onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
973
+ onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
974
+ onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
975
+ onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
976
+ onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
977
+ onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
978
+ onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
979
+ onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
980
+ onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
981
+ onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
982
+ onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
983
+ onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
984
+ onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
985
+ onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
986
+ onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
987
+ onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
988
+ onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
989
+ onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
990
+ onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
991
+ onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
992
+ onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
993
+ onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
994
+ onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
995
+ onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
996
+ onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
997
+ onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
998
+ onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
999
+ onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
1000
+ onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1001
+ onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
1002
+ onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1003
+ onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
1004
+ onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1005
+ onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
1006
+ onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1007
+ onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
1008
+ onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1009
+ onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
1010
+ onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1011
+ onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
1012
+ onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1013
+ onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
1014
+ onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1015
+ onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
1016
+ onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1017
+ onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
1018
+ onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1019
+ onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
1020
+ onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1021
+ onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1022
+ onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1023
+ onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1024
+ onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1025
+ onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
1026
+ onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1027
+ onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1028
+ onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1029
+ onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1030
+ onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1031
+ onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
1032
+ onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1033
+ onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
1034
+ onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1035
+ onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
1036
+ onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1037
+ onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
1038
+ onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1039
+ onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1040
+ onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
1041
+ onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1042
+ onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
1043
+ onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1044
+ onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
1045
+ onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
1046
+ onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
1047
+ onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1048
+ onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
1049
+ onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1050
+ onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
1051
+ onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1052
+ onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
1053
+ onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1054
+ onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
1055
+ onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1056
+ onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
1057
+ onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1058
+ onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
1059
+ onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1060
+ onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
1061
+ onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1062
+ onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
1063
+ onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1064
+ onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
1065
+ onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1066
+ onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
1067
+ onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1068
+ onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
1069
+ onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1070
+ onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
1071
+ onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1072
+ onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
1073
+ onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
1074
+ onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
1075
+ onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1076
+ onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
1077
+ onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1078
+ onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1079
+ onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1080
+ onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1081
+ onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1082
+ onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
1083
+ onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
1084
+ onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
1085
+ onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
1086
+ onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1087
+ onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1088
+ onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1089
+ onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1090
+ onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1091
+ onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
1092
+ onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
1093
+ } & framer_motion.MotionProps & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
1094
+ var Content: (props: {
1095
+ slot?: string | undefined;
1096
+ title?: string | undefined;
1097
+ color?: string | undefined;
1098
+ hidden?: boolean | undefined;
1099
+ suppressHydrationWarning?: boolean | undefined;
1100
+ className?: string | undefined;
1101
+ id?: string | undefined;
1102
+ lang?: string | undefined;
1103
+ role?: react.AriaRole | undefined;
1104
+ tabIndex?: number | undefined;
1105
+ "aria-activedescendant"?: string | undefined;
1106
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
1107
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
1108
+ "aria-braillelabel"?: string | undefined;
1109
+ "aria-brailleroledescription"?: string | undefined;
1110
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
1111
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
1112
+ "aria-colcount"?: number | undefined;
1113
+ "aria-colindex"?: number | undefined;
1114
+ "aria-colindextext"?: string | undefined;
1115
+ "aria-colspan"?: number | undefined;
1116
+ "aria-controls"?: string | undefined;
1117
+ "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
1118
+ "aria-describedby"?: string | undefined;
1119
+ "aria-description"?: string | undefined;
1120
+ "aria-details"?: string | undefined;
1121
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
1122
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
1123
+ "aria-errormessage"?: string | undefined;
1124
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
1125
+ "aria-flowto"?: string | undefined;
1126
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1127
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
1128
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
1129
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1130
+ "aria-keyshortcuts"?: string | undefined;
1131
+ "aria-label"?: string | undefined;
1132
+ "aria-labelledby"?: string | undefined;
1133
+ "aria-level"?: number | undefined;
1134
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1135
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
1136
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
1137
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1138
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1139
+ "aria-owns"?: string | undefined;
1140
+ "aria-placeholder"?: string | undefined;
1141
+ "aria-posinset"?: number | undefined;
1142
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
1143
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
1144
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1145
+ "aria-required"?: (boolean | "true" | "false") | undefined;
1146
+ "aria-roledescription"?: string | undefined;
1147
+ "aria-rowcount"?: number | undefined;
1148
+ "aria-rowindex"?: number | undefined;
1149
+ "aria-rowindextext"?: string | undefined;
1150
+ "aria-rowspan"?: number | undefined;
1151
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
1152
+ "aria-setsize"?: number | undefined;
1153
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1154
+ "aria-valuemax"?: number | undefined;
1155
+ "aria-valuemin"?: number | undefined;
1156
+ "aria-valuenow"?: number | undefined;
1157
+ "aria-valuetext"?: string | undefined;
1158
+ defaultChecked?: boolean | undefined;
1159
+ defaultValue?: string | number | readonly string[] | undefined;
1160
+ suppressContentEditableWarning?: boolean | undefined;
1161
+ accessKey?: string | undefined;
1162
+ autoFocus?: boolean | undefined;
1163
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
1164
+ contextMenu?: string | undefined;
1165
+ dir?: string | undefined;
1166
+ draggable?: (boolean | "true" | "false") | undefined;
1167
+ nonce?: string | undefined;
1168
+ spellCheck?: (boolean | "true" | "false") | undefined;
1169
+ translate?: "no" | "yes" | undefined;
1170
+ radioGroup?: string | undefined;
1171
+ about?: string | undefined;
1172
+ content?: string | undefined;
1173
+ datatype?: string | undefined;
1174
+ inlist?: any;
1175
+ prefix?: string | undefined;
1176
+ property?: string | undefined;
1177
+ rel?: string | undefined;
1178
+ resource?: string | undefined;
1179
+ rev?: string | undefined;
1180
+ typeof?: string | undefined;
1181
+ vocab?: string | undefined;
1182
+ autoCapitalize?: string | undefined;
1183
+ autoCorrect?: string | undefined;
1184
+ autoSave?: string | undefined;
1185
+ itemProp?: string | undefined;
1186
+ itemScope?: boolean | undefined;
1187
+ itemType?: string | undefined;
1188
+ itemID?: string | undefined;
1189
+ itemRef?: string | undefined;
1190
+ results?: number | undefined;
1191
+ security?: string | undefined;
1192
+ unselectable?: "off" | "on" | undefined;
1193
+ inputMode?: "search" | "text" | "numeric" | "none" | "email" | "tel" | "url" | "decimal" | undefined;
1194
+ is?: string | undefined;
1195
+ dangerouslySetInnerHTML?: {
1196
+ __html: string | TrustedHTML;
1197
+ } | undefined;
1198
+ onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1199
+ onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1200
+ onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1201
+ onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1202
+ onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1203
+ onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
1204
+ onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1205
+ onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1206
+ onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1207
+ onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1208
+ onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1209
+ onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
1210
+ onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
1211
+ onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
1212
+ onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
1213
+ onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
1214
+ onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
1215
+ onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1216
+ onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
1217
+ onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1218
+ onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
1219
+ onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1220
+ onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
1221
+ onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1222
+ onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
1223
+ onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1224
+ onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
1225
+ onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
1226
+ onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
1227
+ onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1228
+ onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
1229
+ onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1230
+ onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1231
+ onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1232
+ onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1233
+ onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1234
+ onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1235
+ onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
1236
+ onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
1237
+ onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1238
+ onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
1239
+ onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1240
+ onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
1241
+ onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1242
+ onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
1243
+ onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1244
+ onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
1245
+ onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1246
+ onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
1247
+ onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1248
+ onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
1249
+ onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1250
+ onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
1251
+ onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1252
+ onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
1253
+ onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1254
+ onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
1255
+ onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1256
+ onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
1257
+ onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1258
+ onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
1259
+ onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1260
+ onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
1261
+ onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1262
+ onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
1263
+ onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1264
+ onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
1265
+ onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1266
+ onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
1267
+ onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1268
+ onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
1269
+ onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1270
+ onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
1271
+ onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1272
+ onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
1273
+ onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1274
+ onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
1275
+ onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1276
+ onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
1277
+ onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1278
+ onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
1279
+ onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1280
+ onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
1281
+ onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1282
+ onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1283
+ onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1284
+ onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1285
+ onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1286
+ onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
1287
+ onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1288
+ onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
1289
+ onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1290
+ onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1291
+ onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1292
+ onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
1293
+ onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1294
+ onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
1295
+ onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1296
+ onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
1297
+ onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1298
+ onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
1299
+ onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1300
+ onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1301
+ onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
1302
+ onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
1303
+ onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
1304
+ onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1305
+ onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
1306
+ onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
1307
+ onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
1308
+ onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1309
+ onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
1310
+ onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1311
+ onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
1312
+ onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1313
+ onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
1314
+ onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
1315
+ onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
1316
+ onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
1317
+ onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
1318
+ onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1319
+ onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
1320
+ onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1321
+ onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
1322
+ onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1323
+ onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
1324
+ onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
1325
+ onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
1326
+ onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1327
+ onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
1328
+ onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1329
+ onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
1330
+ onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1331
+ onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
1332
+ onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1333
+ onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
1334
+ onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
1335
+ onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
1336
+ onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1337
+ onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
1338
+ onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1339
+ onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1340
+ onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1341
+ onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1342
+ onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
1343
+ onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
1344
+ onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
1345
+ onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
1346
+ onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
1347
+ onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1348
+ onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1349
+ onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1350
+ onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1351
+ onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
1352
+ onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
1353
+ onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
1354
+ } & framer_motion.MotionProps & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
1355
+ }
1356
+
1357
+ interface BoostProps {
1358
+ boostMode: BoostMode;
1359
+ onToggleBoostMode?: ({ boostMode }: {
1360
+ boostMode: BoostMode;
1361
+ }) => void;
1362
+ estimatedTime: string;
1363
+ canToggleBoostMode?: boolean;
1364
+ tooltip?: Omit<TooltipProps, "children">;
1365
+ }
1366
+ declare function Boost({ boostMode, onToggleBoostMode, estimatedTime, canToggleBoostMode, tooltip, }: BoostProps): react_jsx_runtime.JSX.Element;
1367
+
1368
+ declare function Breadcrumb({ children, className, }: {
1369
+ children: ReactNode;
1370
+ className?: string;
1371
+ }): react_jsx_runtime.JSX.Element;
1372
+
1373
+ interface CollapseProps extends ComponentProps<"div"> {
1374
+ collapsed: boolean;
1375
+ collapsedHeight?: number;
1376
+ duration?: number;
1377
+ }
1378
+ declare function Collapse({ collapsed, collapsedHeight, children, className, duration, ...props }: CollapseProps): react_jsx_runtime.JSX.Element;
1379
+ interface SizeTransitionProps extends ComponentProps<"div"> {
1380
+ }
1381
+ declare function SizeTransition({ children, className, ...props }: SizeTransitionProps): react_jsx_runtime.JSX.Element;
1382
+
1383
+ interface DescriptionBlocksProps extends ComponentProps<"div"> {
1384
+ blocks: DescriptionBlock[] | string;
1385
+ }
1386
+ declare function DescriptionBlocks({ className, blocks: blocksProp, ...props }: DescriptionBlocksProps): react_jsx_runtime.JSX.Element;
1387
+ declare function Inline({ className, children, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1388
+
1389
+ interface StopsProps extends React.ComponentProps<"button"> {
1390
+ stopsCount?: string | number;
1391
+ estimatedTime?: string;
1392
+ tooltip?: Omit<TooltipProps, "children">;
1393
+ providers: Provider[];
1394
+ }
1395
+ type Provider = {
1396
+ logoUrl: string;
1397
+ key: string;
1398
+ };
1399
+
1400
+ interface DetailsToolbarProps {
1401
+ errorMessage?: string;
1402
+ flipButton?: {
1403
+ onClick?: () => void;
1404
+ tooltip?: Omit<TooltipProps, "children">;
1405
+ isDisabled?: boolean;
1406
+ };
1407
+ feeButton?: {
1408
+ feeInUsd: string;
1409
+ tooltip?: Omit<TooltipProps, "children">;
1410
+ onClick: () => void;
1411
+ };
1412
+ isLoading?: boolean;
1413
+ isEmpty?: boolean;
1414
+ helpButton?: {
1415
+ label: string;
1416
+ onClick: () => void;
1417
+ };
1418
+ stopsButton?: StopsProps;
1419
+ }
1420
+ declare function DetailsToolbar({ errorMessage, helpButton, isLoading, isEmpty, flipButton, feeButton, stopsButton, }: DetailsToolbarProps): react_jsx_runtime.JSX.Element;
1421
+
1422
+ interface DropdownMenuProps {
1423
+ dropdownRef?: React.RefObject<HTMLDivElement>;
1424
+ menuRef?: React.RefObject<HTMLDivElement>;
1425
+ className?: string;
1426
+ isHidden?: boolean;
1427
+ listClassName?: string;
1428
+ containerClassName?: string;
1429
+ containerRef?: React.RefObject<HTMLDivElement>;
1430
+ children?: React.ReactNode;
1431
+ contentWrapperProps?: React.ComponentProps<"div">;
1432
+ menuContentClassName?: string;
1433
+ }
1434
+ declare function DropdownMenu({ dropdownRef, className, menuRef, isHidden, listClassName, containerClassName, children, contentWrapperProps, menuContentClassName, }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
1435
+
1436
+ type ErrorMessageProps = {
1437
+ message: string;
1438
+ showIcon?: boolean;
1439
+ };
1440
+ declare function ErrorMessage({ message, showIcon }: ErrorMessageProps): react_jsx_runtime.JSX.Element;
1441
+
1442
+ interface HashLinkProps {
1443
+ showTx?: boolean;
1444
+ hash: string;
1445
+ children?: ReactNode;
1446
+ showCopyButton?: boolean;
1447
+ url?: string;
1448
+ }
1449
+ declare function HashLink({ showTx, hash, showCopyButton, url, children, }: HashLinkProps): react_jsx_runtime.JSX.Element;
1450
+
1451
+ interface InfoBoxProps {
1452
+ title: string;
1453
+ description: string | ReactNode;
1454
+ icon?: ReactNode;
1455
+ }
1456
+ declare function InfoBox({ title, description, icon }: InfoBoxProps): react_jsx_runtime.JSX.Element;
1457
+
1458
+ interface JoinProps {
1459
+ children?: ReactNode;
1460
+ glue: () => ReactNode;
1461
+ }
1462
+ declare function Join({ children, glue }: JoinProps): react_jsx_runtime.JSX.Element[] | null | undefined;
1463
+
1464
+ type Rounded = "sm" | "lg";
1465
+ interface MenuProps extends react__default.ComponentProps<"div"> {
1466
+ containerClassName?: string;
1467
+ contentClassName?: string;
1468
+ rounded?: Rounded;
1469
+ menuRef?: react__default.RefObject<HTMLDivElement>;
1470
+ contentWrapperProps?: react__default.ComponentProps<"div">;
1471
+ }
1472
+ declare function Menu({ children, containerClassName, contentClassName, rounded, menuRef, contentWrapperProps, ...props }: MenuProps): react_jsx_runtime.JSX.Element;
1473
+
1474
+ type ModalWidth = "large" | "extra-large";
1475
+ interface ModalProps {
1476
+ children: React.ReactNode;
1477
+ className?: string;
1478
+ onBackdropClick?: () => void;
1479
+ isOpen?: boolean;
1480
+ maxHeight?: boolean;
1481
+ width?: ModalWidth;
1482
+ }
1483
+ declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, width, }: ModalProps): false | react_jsx_runtime.JSX.Element;
1484
+
1485
+ type ModalContentBorderType = "border" | "outline";
1486
+ interface ModalContentProps extends React.HTMLAttributes<HTMLDivElement> {
1487
+ children?: React.ReactNode;
1488
+ addGap?: boolean;
1489
+ paddingY?: boolean;
1490
+ borderType?: ModalContentBorderType;
1491
+ className?: string;
1492
+ }
1493
+ declare function ModalContent({ children, addGap, paddingY, borderType, className, ...props }: ModalContentProps): react_jsx_runtime.JSX.Element;
1494
+ declare function ModalContentDivider(): react_jsx_runtime.JSX.Element;
1495
+
1496
+ type ActionButton = {
1497
+ labelOrIcon: string | React.ReactNode;
1498
+ onClick?: () => void;
1499
+ id: React.Key;
1500
+ tooltip?: Omit<TooltipProps, "children">;
1501
+ chip?: ChipProps;
1502
+ };
1503
+ interface NavigationBarProps extends React.ComponentProps<"nav"> {
1504
+ title?: string;
1505
+ displayBackButton?: boolean;
1506
+ logoUrl?: string;
1507
+ transparent?: boolean;
1508
+ displayButtonShadows?: boolean;
1509
+ onBackButtonClick?: () => void;
1510
+ actions?: ActionButton[];
1511
+ isLoading?: boolean;
1512
+ }
1513
+ declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, isLoading, ...props }: NavigationBarProps): react_jsx_runtime.JSX.Element;
1514
+
1515
+ declare function PipeSeparator(props: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1516
+
1517
+ interface CollapsibleMenuProps {
1518
+ menuRef: React.MutableRefObject<HTMLDivElement | null>;
1519
+ size: {
1520
+ open: {
1521
+ width: string;
1522
+ height: string;
1523
+ };
1524
+ closed: {
1525
+ width: string;
1526
+ height: string;
1527
+ };
1528
+ };
1529
+ children?: React.ReactNode;
1530
+ isOpen?: boolean;
1531
+ transitionDuration?: React.CSSProperties["transitionDuration"];
1532
+ className?: string;
1533
+ }
1534
+ declare function CollapsibleMenu({ children, menuRef, isOpen, transitionDuration, size, className, }: CollapsibleMenuProps): react_jsx_runtime.JSX.Element;
1535
+
1536
+ declare function ProductCard({ children }: React.PropsWithChildren): react_jsx_runtime.JSX.Element;
1537
+ declare function BorderedContainer({ children, className, }: {
1538
+ children: React.ReactNode;
1539
+ className?: string;
1540
+ }): react_jsx_runtime.JSX.Element;
1541
+
1542
+ declare function ProfileHeaderBackground(): react_jsx_runtime.JSX.Element;
1543
+
1544
+ interface SwapConfigurationProps {
1545
+ direction: SwapDirection;
1546
+ priceImpactPercentage?: string;
1547
+ amount?: string;
1548
+ tokenPrice?: number;
1549
+ balance?: string;
1550
+ isFetching?: boolean;
1551
+ chain?: {
1552
+ iconUrl: string;
1553
+ bgColor: string;
1554
+ };
1555
+ token?: {
1556
+ iconUrl: string;
1557
+ symbol: string;
1558
+ bgColor: string;
1559
+ textColor: string;
1560
+ decimals: number;
1561
+ };
1562
+ onAmountChange?: (amount: string) => void;
1563
+ error?: {
1564
+ message: string;
1565
+ };
1566
+ criticalPriceImpactPercentage?: number;
1567
+ maxUsdDecimals?: number;
1568
+ isInputInteractive?: boolean;
1569
+ isLoading?: boolean;
1570
+ inputModeButton?: {
1571
+ usdModeTooltip?: Omit<TooltipProps, "children">;
1572
+ tokenModeTooltip?: Omit<TooltipProps, "children">;
1573
+ amountUsd?: string;
1574
+ };
1575
+ balanceButton?: {
1576
+ tooltip?: Omit<TooltipProps, "children">;
1577
+ };
1578
+ assetsButton?: {
1579
+ tooltip?: Omit<TooltipProps, "children">;
1580
+ onClick?: () => void;
1581
+ variant?: AssetsButtonVariant;
1582
+ };
1583
+ walletButton?: {
1584
+ tooltip?: Omit<TooltipProps, "children">;
1585
+ onClick?: () => void;
1586
+ address?: string;
1587
+ emptyAddressLabel?: string;
1588
+ disabled?: boolean;
1589
+ };
1590
+ showNumericInputDetails?: boolean;
1591
+ }
1592
+ declare function SwapConfiguration({ amount, tokenPrice, isFetching: isFetchingProp, chain, token, direction, onAmountChange, balance, criticalPriceImpactPercentage, error, priceImpactPercentage, maxUsdDecimals, isInputInteractive, isLoading, inputModeButton, balanceButton, assetsButton, walletButton, showNumericInputDetails, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
1593
+
1594
+ interface SwapProgressViewHeaderProps {
1595
+ title: string;
1596
+ description: string;
1597
+ }
1598
+ declare function SwapProgressViewHeader({ title, description, }: SwapProgressViewHeaderProps): react_jsx_runtime.JSX.Element;
1599
+
1600
+ type SwapStepsCollapsedFooterButton = {
1601
+ label: string;
1602
+ link?: string;
1603
+ onClick?: () => void;
1604
+ };
1605
+ interface SwapStepsCollapsedProps {
1606
+ steps: SwapStep[];
1607
+ currentStepIndex: number;
1608
+ onOpen?: () => void;
1609
+ onClose?: () => void;
1610
+ footerButton?: SwapStepsCollapsedFooterButton;
1611
+ }
1612
+ declare const SwapStepsCollapsed: react.ForwardRefExoticComponent<SwapStepsCollapsedProps & react.RefAttributes<{
1613
+ handleToggleRouteSteps: () => void;
1614
+ }>>;
1615
+
1616
+ interface TokenPairProps {
1617
+ firstToken?: {
1618
+ logoURI: string;
1619
+ bgColor: string;
1620
+ };
1621
+ secondToken?: {
1622
+ logoURI: string;
1623
+ bgColor: string;
1624
+ };
1625
+ variant?: TokenPairVariant;
1626
+ size?: TokenPairSize;
1627
+ }
1628
+ declare function TokenPair({ firstToken, secondToken, variant, size, }: TokenPairProps): react_jsx_runtime.JSX.Element;
1629
+
1630
+ interface TransactionFiltersProps {
1631
+ chainType?: ChainTypeFilter;
1632
+ setChainType: (chainType: ChainTypeFilter) => void;
1633
+ chain?: string;
1634
+ setChain: (chain?: string) => void;
1635
+ fromDate?: Date;
1636
+ setFromDate: (fromDate?: Date) => void;
1637
+ toDate?: Date;
1638
+ setToDate: (toDate?: Date) => void;
1639
+ status?: StatusFilter[];
1640
+ setStatus: (status?: StatusFilter[]) => void;
1641
+ chains: {
1642
+ name: string;
1643
+ logoURI: string;
1644
+ }[];
1645
+ }
1646
+ declare function TransactionFilters({ chainType, setChainType, chain, setChain, fromDate, setFromDate, toDate, setToDate, status, setStatus, chains, }: TransactionFiltersProps): react_jsx_runtime.JSX.Element;
1647
+
1648
+ interface BridgeHeaderProps {
1649
+ tokenLogoURI: string;
1650
+ chainLogoURI: string;
1651
+ title?: string;
1652
+ hash: string;
1653
+ url?: string;
1654
+ status: ActionStatus;
1655
+ }
1656
+ declare function BridgeHeader({ tokenLogoURI, chainLogoURI, title, hash, url, status, }: BridgeHeaderProps): react_jsx_runtime.JSX.Element;
1657
+
1658
+ interface BuyNFTHeaderProps {
1659
+ imageUrl: string;
1660
+ title?: string;
1661
+ hash: string;
1662
+ url?: string;
1663
+ status: ActionStatus;
1664
+ }
1665
+ declare function BuyNFTHeader({ imageUrl, title, hash, url, status, }: BuyNFTHeaderProps): react_jsx_runtime.JSX.Element;
1666
+
1667
+ interface InteractionHeaderProps {
1668
+ title?: string;
1669
+ image?: ReactNode;
1670
+ hash: string;
1671
+ url?: string;
1672
+ status: ActionStatus;
1673
+ }
1674
+ declare function InteractionHeader({ title, image, hash, url, status, }: InteractionHeaderProps): react_jsx_runtime.JSX.Element;
1675
+
1676
+ interface ProfileHeaderProps {
1677
+ imageUrl: string;
1678
+ title: string;
1679
+ wallet: {
1680
+ imageURI: string;
1681
+ address: string;
1682
+ };
1683
+ amount: string;
1684
+ }
1685
+ declare function ProfileHeader({ imageUrl, title, wallet, amount, }: ProfileHeaderProps): react_jsx_runtime.JSX.Element;
1686
+
1687
+ interface SwapHeaderProps {
1688
+ fromToken: {
1689
+ logoURI: string;
1690
+ bgColor: string;
1691
+ };
1692
+ toToken: {
1693
+ logoURI: string;
1694
+ bgColor: string;
1695
+ };
1696
+ title?: string;
1697
+ hash: string;
1698
+ url?: string;
1699
+ status: ActionStatus;
1700
+ }
1701
+ declare function SwapHeader({ fromToken, toToken, title, hash, url, status, }: SwapHeaderProps): react_jsx_runtime.JSX.Element;
1702
+
1703
+ declare const headerComponentsMap: {
1704
+ readonly swap: typeof SwapHeader;
1705
+ readonly buy_nft: typeof BuyNFTHeader;
1706
+ readonly interaction: typeof InteractionHeader;
1707
+ readonly bridge: typeof BridgeHeader;
1708
+ readonly profile: typeof ProfileHeader;
1709
+ };
1710
+ type TransactionHeaderComponents = typeof headerComponentsMap;
1711
+ type TransactionHeaderType = keyof TransactionHeaderComponents;
1712
+ type TransactionHeaderProps = {
1713
+ [Type in TransactionHeaderType]: {
1714
+ type: Type;
1715
+ props: ComponentProps<TransactionHeaderComponents[Type]>;
1716
+ };
1717
+ }[TransactionHeaderType];
1718
+ declare function TransactionHeader({ type, props }: TransactionHeaderProps): react_jsx_runtime.JSX.Element;
1719
+
1720
+ interface TransactionHeaderLayoutProps {
1721
+ isLoading?: boolean;
1722
+ status?: ActionStatus;
1723
+ title?: string;
1724
+ image?: ReactNode;
1725
+ children?: ReactNode;
1726
+ }
1727
+ declare function TransactionHeaderLayout({ isLoading, status, title, image, children, }: TransactionHeaderLayoutProps): react_jsx_runtime.JSX.Element;
1728
+
1729
+ interface BridgePropertiesProps {
1730
+ amount: string;
1731
+ token: {
1732
+ logoURI: string;
1733
+ bgColor: string;
1734
+ symbol: string;
1735
+ };
1736
+ fromChain: {
1737
+ logoURI: string;
1738
+ name: string;
1739
+ };
1740
+ toChain: {
1741
+ logoURI: string;
1742
+ name: string;
1743
+ };
1744
+ wallet: string;
1745
+ boosted?: boolean;
1746
+ timeToComplete: string;
1747
+ }
1748
+ declare function BridgeProperties({ amount, token, fromChain, toChain, wallet, boosted, timeToComplete, }: BridgePropertiesProps): react_jsx_runtime.JSX.Element;
1749
+
1750
+ interface BuyNFTPropertiesProps {
1751
+ title: string;
1752
+ imageURI: string;
1753
+ collection: {
1754
+ imageURI: string;
1755
+ name: string;
1756
+ };
1757
+ price: string;
1758
+ token: {
1759
+ logoURI: string;
1760
+ symbol: string;
1761
+ };
1762
+ marketplace: {
1763
+ logoURI: string;
1764
+ name: string;
1765
+ };
1766
+ fromChain: {
1767
+ logoURI: string;
1768
+ name: string;
1769
+ };
1770
+ toChain: {
1771
+ logoURI: string;
1772
+ name: string;
1773
+ };
1774
+ fromAddress: string;
1775
+ toAddress: string;
1776
+ boosted?: boolean;
1777
+ timeToComplete: string;
1778
+ tokenId: string;
1779
+ nftType: string;
1780
+ }
1781
+ declare function BuyNFTProperties({ title, imageURI, collection, price, token, marketplace, fromChain, toChain, fromAddress, toAddress, boosted, timeToComplete, tokenId, nftType, }: BuyNFTPropertiesProps): react_jsx_runtime.JSX.Element;
1782
+
1783
+ interface InteractionPropertiesProps {
1784
+ chain: {
1785
+ logoURI: string;
1786
+ name: string;
1787
+ };
1788
+ wallet: string;
1789
+ boosted?: boolean;
1790
+ timeToComplete: string;
1791
+ }
1792
+ declare function InteractionProperties({ chain, wallet, boosted, timeToComplete, }: InteractionPropertiesProps): react_jsx_runtime.JSX.Element;
1793
+
1794
+ interface PropertiesLayoutProps {
1795
+ children?: ReactNode;
1796
+ className?: string;
1797
+ }
1798
+ declare function PropertiesLayout({ children, className, }: PropertiesLayoutProps): react_jsx_runtime.JSX.Element;
1799
+
1800
+ interface SwapPropertiesProps {
1801
+ fromAmount: string;
1802
+ fromToken: {
1803
+ logoURI: string;
1804
+ bgColor: string;
1805
+ symbol: string;
1806
+ };
1807
+ toAmount: string;
1808
+ toToken: {
1809
+ logoURI: string;
1810
+ bgColor: string;
1811
+ symbol: string;
1812
+ };
1813
+ fromChain: {
1814
+ logoURI: string;
1815
+ name: string;
1816
+ };
1817
+ toChain: {
1818
+ logoURI: string;
1819
+ name: string;
1820
+ };
1821
+ fromAddress: string;
1822
+ toAddress: string;
1823
+ exchangeRate: string;
1824
+ boosted?: boolean;
1825
+ timeToComplete: string;
1826
+ }
1827
+ declare function SwapProperties({ fromAmount, fromToken, toAmount, toToken, fromChain, toChain, fromAddress, toAddress, exchangeRate, boosted, timeToComplete, }: SwapPropertiesProps): react_jsx_runtime.JSX.Element;
1828
+
1829
+ declare const propertiesComponentsMap: {
1830
+ readonly swap: typeof SwapProperties;
1831
+ readonly buy_nft: typeof BuyNFTProperties;
1832
+ readonly interaction: typeof InteractionProperties;
1833
+ readonly bridge: typeof BridgeProperties;
1834
+ };
1835
+ type TransactionPropertiesComponents = typeof propertiesComponentsMap;
1836
+ type TransactionPropertiesType = keyof TransactionPropertiesComponents;
1837
+ type TransactionPropertiesProps = {
1838
+ [Type in TransactionPropertiesType]: {
1839
+ type: Type;
1840
+ props: ComponentProps<TransactionPropertiesComponents[Type]>;
1841
+ };
1842
+ }[TransactionPropertiesType];
1843
+ declare function TransactionProperties({ type, props, }: TransactionPropertiesProps): react_jsx_runtime.JSX.Element;
1844
+
1845
+ interface TransactionSearchProps {
1846
+ query: string;
1847
+ setQuery: (query: string) => void;
1848
+ children?: ReactNode;
1849
+ className?: string;
1850
+ onFocus?: () => void;
1851
+ onBlur?: () => void;
1852
+ }
1853
+ declare function TransactionSearch({ query, setQuery, children, className, onFocus, onBlur, }: TransactionSearchProps): react_jsx_runtime.JSX.Element;
1854
+
1855
+ interface FromToProps {
1856
+ isLoading?: boolean;
1857
+ from?: ReactNode;
1858
+ to?: ReactNode;
1859
+ className?: string;
1860
+ }
1861
+ declare function Transfer({ isLoading, from, to, className }: FromToProps): react_jsx_runtime.JSX.Element;
1862
+
1863
+ interface ToastProps {
1864
+ title: string;
1865
+ description: string;
1866
+ headerContent?: React.ReactNode;
1867
+ actionsContent?: React.ReactNode;
1868
+ chipLabel?: string;
1869
+ }
1870
+ declare function Toast({ headerContent, actionsContent, description, chipLabel, title, }: ToastProps): react_jsx_runtime.JSX.Element;
1871
+
1872
+ declare const THEME_COLOR_KEYS: readonly ["grey-100", "grey-200", "grey-300", "grey-400", "grey-500", "grey-600", "grey-700", "grey-800", "grey-900", "royal-300", "royal-400", "royal-500", "royal-700", "status-positive", "status-negative", "status-partial", "material-light-thin", "material-light-average", "material-light-thick", "material-dark-thin", "material-dark-average", "material-dark-thick", "highlight-700", "grey-100-005", "material-light-blend-grey-900", "material-light-blend-grey-800"];
1873
+ declare const THEME_BORDER_RADIUS_KEYS: readonly ["button-large", "button-medium"];
1874
+ declare const THEME_FONT_SIZE_KEYS: readonly ["caption", "body-large", "body-medium", "body-small", "heading-small", "heading-medium", "heading-large"];
1875
+ declare const THEME_FONT_WEIGHT_KEYS: readonly ["caption", "body-small", "body-medium", "body-large", "heading-small", "heading-medium", "heading-large"];
1876
+ declare const THEME_FONT_FAMILY_KEYS: readonly ["squid-main"];
1877
+ type ThemeColors = Record<(typeof THEME_COLOR_KEYS)[number], string>;
1878
+ type ThemeFontSize = Record<(typeof THEME_FONT_SIZE_KEYS)[number], string>;
1879
+ type ThemeFontWeight = Record<(typeof THEME_FONT_WEIGHT_KEYS)[number], string>;
1880
+ type ThemeBorderRadius = Record<(typeof THEME_BORDER_RADIUS_KEYS)[number], string>;
1881
+ type ThemeFontFamily = Record<(typeof THEME_FONT_FAMILY_KEYS)[number], string>;
1882
+ interface InternalTheme {
1883
+ color: ThemeColors;
1884
+ fontSize: ThemeFontSize;
1885
+ fontWeight: ThemeFontWeight;
1886
+ borderRadius: ThemeBorderRadius;
1887
+ fontFamily: ThemeFontFamily;
1888
+ }
1889
+ /**
1890
+ Public theme, excluding some colors that are generated internally
1891
+ */
1892
+ interface Theme extends Omit<InternalTheme, "color"> {
1893
+ color: Omit<ThemeColors, "material-light-thin" | "material-light-average" | "material-light-thick" | "material-dark-thin" | "material-dark-average" | "material-dark-thick" | "grey-100-005" | "material-light-blend-grey-900" | "material-light-blend-grey-800">;
1894
+ }
1895
+
1896
+ /**
1897
+ * Utility type to allow for a type to be either all of the properties of another type, or none of them
1898
+ * @example
1899
+ * type Person = { age: number } & AllOrNone<{ name: string, lastName: string }>
1900
+ * const person: Person = { age: 30 } // ok
1901
+ * const person: Person = { age: 30, name: "John" } // error, requires lastName
1902
+ * const person: Person = { age: 30, name: "John", lastName: "Doe" } // ok, all properties are present
1903
+ */
1904
+ type AllOrNone<T> = T | {
1905
+ [K in keyof T]?: never;
1906
+ };
1907
+
1908
+ interface DropdownMenuItemControl extends Omit<SwitchProps, "size"> {
1909
+ type: "switch";
1910
+ }
1911
+ interface DropdownMenuItemProps {
1912
+ label: string;
1913
+ labelClassName?: string;
1914
+ imageUrl?: string;
41
1915
  icon?: React.ReactNode;
1916
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1917
+ link?: string;
1918
+ control?: DropdownMenuItemControl;
1919
+ detail?: React.ReactNode;
1920
+ isSelected?: boolean;
1921
+ itemRef?: React.RefObject<HTMLLIElement>;
1922
+ children?: React.ReactNode;
1923
+ contentRef?: React.RefObject<HTMLButtonElement>;
42
1924
  }
43
- declare function Chip({ label, icon, ...props }: ChipProps): react_jsx_runtime.JSX.Element;
1925
+ declare function DropdownMenuItem(props: DropdownMenuItemProps & AllOrNone<{
1926
+ submenu: React.ReactNode;
1927
+ containerRef: React.RefObject<HTMLDivElement>;
1928
+ }>): react_jsx_runtime.JSX.Element;
1929
+
1930
+ interface HistoryItemProps {
1931
+ firstImageUrl: string;
1932
+ secondImageUrl: string;
1933
+ status: HistoryItemStatus;
1934
+ fromLabel: string;
1935
+ toLabel: string;
1936
+ dateCompleted: string;
1937
+ fromAmount: string;
1938
+ toAmount: string;
1939
+ itemsContainerRef?: React.RefObject<HTMLElement>;
1940
+ onClick?: () => void;
1941
+ warningLabel?: string;
1942
+ dropdownMenuContent?: React.ReactNode;
1943
+ }
1944
+ declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
1945
+
1946
+ interface ListItemProps extends React.HTMLAttributes<HTMLButtonElement> {
1947
+ itemTitle: string | React.ReactNode;
1948
+ mainImageUrl?: string;
1949
+ secondaryImageUrl?: string;
1950
+ placeholderImageUrl?: string;
1951
+ subtitle?: string;
1952
+ subtitleOnHover?: React.ReactNode;
1953
+ detail?: string;
1954
+ icon?: React.ReactNode;
1955
+ size?: ListItemSize;
1956
+ mainIcon?: React.ReactNode;
1957
+ isSelected?: boolean;
1958
+ className?: string;
1959
+ onDetailClick?: () => void;
1960
+ showDetailOnHoverOnly?: boolean;
1961
+ rounded?: boolean;
1962
+ detailButtonClassName?: string;
1963
+ loading?: {
1964
+ subtitle?: boolean | string;
1965
+ };
1966
+ containerProps?: React.HTMLAttributes<HTMLLIElement>;
1967
+ compactOnMobile?: boolean;
1968
+ extraPadding?: boolean;
1969
+ dropdownMenuContent?: React.ReactNode;
1970
+ itemsContainerRef?: React.RefObject<HTMLElement>;
1971
+ }
1972
+ type ListItemSize = "small" | "large";
1973
+ 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;
1974
+ declare const ListItemActionsButton: react.ForwardRefExoticComponent<Omit<react.ClassAttributes<HTMLButtonElement> & react.ButtonHTMLAttributes<HTMLButtonElement> & {
1975
+ isActive?: boolean | undefined;
1976
+ }, "ref"> & react.RefAttributes<HTMLButtonElement>>;
1977
+
1978
+ interface MenuItemProps {
1979
+ label: string;
1980
+ imageUrl?: string;
1981
+ icon?: React.ReactNode;
1982
+ }
1983
+ declare function MenuItem({ label, imageUrl, icon }: MenuItemProps): react_jsx_runtime.JSX.Element;
1984
+
1985
+ interface PropertyListItemProps extends ComponentProps<"li"> {
1986
+ isLoading?: boolean;
1987
+ label?: React.ReactNode;
1988
+ icon?: React.ReactNode;
1989
+ detail?: React.ReactNode;
1990
+ variant?: PropertyListItemSize;
1991
+ showGradientBg?: boolean;
1992
+ labelClassName?: string;
1993
+ iconClassName?: string;
1994
+ detailClassName?: string;
1995
+ }
1996
+ declare function PropertyListItem({ isLoading, label, detail, icon, className, variant, showGradientBg, labelClassName, iconClassName, detailClassName, ...props }: PropertyListItemProps): react_jsx_runtime.JSX.Element;
1997
+
1998
+ interface SectionTitleProps extends React.HTMLAttributes<HTMLDivElement> {
1999
+ title: string;
2000
+ icon?: React.ReactNode;
2001
+ accessory?: string | null;
2002
+ actionIcon?: React.ReactNode;
2003
+ className?: string;
2004
+ }
2005
+ declare function SectionTitle({ title, icon, accessory, actionIcon, className, ...props }: SectionTitleProps): react_jsx_runtime.JSX.Element;
2006
+
2007
+ type SettingsControl = {
2008
+ type: "percentage";
2009
+ value: number | undefined;
2010
+ onChange: (value: number | undefined) => void;
2011
+ min?: number;
2012
+ max?: number;
2013
+ decimalsFormat?: number;
2014
+ resetValueControl: {
2015
+ label: string;
2016
+ onSelect: () => void;
2017
+ value: number | undefined;
2018
+ };
2019
+ } | {
2020
+ type: "amount";
2021
+ value: number | undefined;
2022
+ onChange: (value: number | undefined) => void;
2023
+ options: {
2024
+ value: number;
2025
+ }[];
2026
+ decimalsFormat?: number;
2027
+ resetValueControl: {
2028
+ label: string;
2029
+ value: number | undefined;
2030
+ };
2031
+ } | {
2032
+ type: "switch";
2033
+ checked: boolean;
2034
+ onChange: (checked: boolean) => void;
2035
+ tooltip?: Omit<TooltipProps, "children">;
2036
+ disabled?: boolean;
2037
+ } | {
2038
+ type: "options";
2039
+ selectedLabel: string;
2040
+ options: {
2041
+ label: string;
2042
+ onSelect: () => void;
2043
+ }[];
2044
+ };
2045
+ interface SettingsItemProps {
2046
+ icon: React.ReactNode;
2047
+ label: string;
2048
+ control?: SettingsControl;
2049
+ link?: string;
2050
+ transparent?: boolean;
2051
+ helpTooltip?: Omit<TooltipProps, "children">;
2052
+ }
2053
+ declare function SettingsItem({ icon, label, control, link, transparent, helpTooltip, }: SettingsItemProps): react_jsx_runtime.JSX.Element;
2054
+
2055
+ interface SwapStepItemProps {
2056
+ descriptionBlocks: DescriptionBlock[];
2057
+ showStepSeparator?: boolean;
2058
+ link?: string;
2059
+ status?: ActionStatus;
2060
+ }
2061
+ declare const STEP_ITEM_HEIGHT = 52;
2062
+ declare function SwapStepItem({ descriptionBlocks, showStepSeparator, link, status, }: SwapStepItemProps): react_jsx_runtime.JSX.Element;
2063
+
2064
+ interface ActionLayoutProps {
2065
+ lineCap?: ReactNode;
2066
+ status?: ActionStatus;
2067
+ showTimeline?: boolean;
2068
+ statusIcon?: ReactNode;
2069
+ nextStatus?: ActionStatus;
2070
+ description?: ReactNode;
2071
+ title?: string;
2072
+ icon?: ReactNode;
2073
+ children?: ReactNode;
2074
+ showBody?: boolean;
2075
+ }
2076
+ declare function ActionLayout({ lineCap, status, showTimeline, showBody, nextStatus, statusIcon, description, title, icon, children, }: ActionLayoutProps): react_jsx_runtime.JSX.Element;
2077
+ interface ActionPropertiesProps {
2078
+ timestamp?: number;
2079
+ hash?: string;
2080
+ url?: string;
2081
+ }
2082
+ declare function ActionProperties({ timestamp, hash, url, }: ActionPropertiesProps): react_jsx_runtime.JSX.Element;
2083
+ declare const ActionLineOutRow: ({ status }: {
2084
+ status?: ActionStatus;
2085
+ }) => react_jsx_runtime.JSX.Element;
2086
+ declare const ActionStatusRow: ({ children, status, icon, }: {
2087
+ children?: ReactNode;
2088
+ status: ActionStatus;
2089
+ icon?: ReactNode;
2090
+ }) => react_jsx_runtime.JSX.Element;
2091
+ declare function ActionRow({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
2092
+ declare function ActionWrapper({ children, status, className, }: {
2093
+ children?: ReactNode;
2094
+ status?: ActionStatus;
2095
+ className?: string;
2096
+ }): react_jsx_runtime.JSX.Element;
2097
+ interface TimestampProps {
2098
+ time: number;
2099
+ }
2100
+ declare function Timestamp({ time }: TimestampProps): react_jsx_runtime.JSX.Element;
2101
+
2102
+ interface BaseActionProps {
2103
+ status: ActionStatus;
2104
+ /** if set, renders a line upwards to the next item in the status color */
2105
+ nextStatus?: ActionStatus;
2106
+ /** should we render a line down to the previous item? (default true) */
2107
+ showTimeline?: boolean;
2108
+ /** if false, fades out everything but the status line (for collapsed timeline state) */
2109
+ showBody?: boolean;
2110
+ }
2111
+
2112
+ interface ApproveActionProps extends BaseActionProps {
2113
+ profile: {
2114
+ imageURI: string;
2115
+ label: string;
2116
+ };
2117
+ chain: {
2118
+ logoURI: string;
2119
+ name: string;
2120
+ };
2121
+ wallet: {
2122
+ imageURI: string;
2123
+ address: string;
2124
+ url: string;
2125
+ };
2126
+ timestamp?: number;
2127
+ hash?: string;
2128
+ url?: string;
2129
+ }
2130
+ declare function ApproveAction({ status, nextStatus, showTimeline, showBody, profile, chain, wallet, timestamp, hash, url, }: ApproveActionProps): react_jsx_runtime.JSX.Element;
2131
+
2132
+ interface BridgeActionProps extends BaseActionProps {
2133
+ token: {
2134
+ logoURI: string;
2135
+ symbol: string;
2136
+ };
2137
+ chain: {
2138
+ logoURI: string;
2139
+ name: string;
2140
+ };
2141
+ provider: {
2142
+ logoURI: string;
2143
+ name: string;
2144
+ };
2145
+ timestamp?: number;
2146
+ hash?: string;
2147
+ url?: string;
2148
+ }
2149
+ declare function BridgeAction({ status, nextStatus, showTimeline, showBody, token, chain, provider, timestamp, hash, url, }: BridgeActionProps): react_jsx_runtime.JSX.Element;
2150
+
2151
+ interface FeesActionProps extends BaseActionProps {
2152
+ total: FeesRowProps;
2153
+ lines?: FeesRowProps[];
2154
+ }
2155
+ declare function FeesAction({ status, nextStatus, showTimeline, total, lines, }: FeesActionProps): react_jsx_runtime.JSX.Element;
2156
+ interface FeesTotalProps {
2157
+ status: ActionStatus;
2158
+ nextStatus?: ActionStatus;
2159
+ total: FeesRowProps;
2160
+ showTimeline?: boolean;
2161
+ collapsed?: boolean;
2162
+ }
2163
+ declare function FeesTotal({ status, nextStatus, total, showTimeline, collapsed, }: FeesTotalProps): react_jsx_runtime.JSX.Element;
2164
+ interface FeesLinesProps {
2165
+ status: ActionStatus;
2166
+ lines?: FeesRowProps[];
2167
+ showTimeline?: boolean;
2168
+ }
2169
+ declare function FeesLines({ status, lines, showTimeline, }: FeesLinesProps): react_jsx_runtime.JSX.Element;
2170
+ interface FeesRowProps {
2171
+ label: string;
2172
+ amount: number | string;
2173
+ symbol: string;
2174
+ usd: number | string;
2175
+ collapsed?: boolean;
2176
+ }
2177
+
2178
+ interface IncompleteActionProps extends BaseActionProps {
2179
+ message: string;
2180
+ buttons: ReactNode;
2181
+ }
2182
+ declare function IncompleteAction({ status, nextStatus, message, buttons, }: IncompleteActionProps): react_jsx_runtime.JSX.Element;
2183
+
2184
+ interface ReceiveNFTActionProps extends BaseActionProps {
2185
+ nft: {
2186
+ imageURI: string;
2187
+ name: string;
2188
+ };
2189
+ chain: {
2190
+ logoURI: string;
2191
+ name: string;
2192
+ };
2193
+ wallet: {
2194
+ imageURI: string;
2195
+ address: string;
2196
+ url: string;
2197
+ };
2198
+ timestamp: number;
2199
+ hash: string;
2200
+ url: string;
2201
+ }
2202
+ declare function ReceiveNFTAction({ status, nextStatus, showTimeline, showBody, nft, chain, wallet, timestamp, hash, url, }: ReceiveNFTActionProps): react_jsx_runtime.JSX.Element;
2203
+
2204
+ interface ReceiveTokensActionProps extends BaseActionProps {
2205
+ amount: string;
2206
+ token: {
2207
+ logoURI: string;
2208
+ symbol: string;
2209
+ };
2210
+ chain: {
2211
+ logoURI: string;
2212
+ name: string;
2213
+ };
2214
+ wallet: {
2215
+ imageURI: string;
2216
+ address: string;
2217
+ url: string;
2218
+ };
2219
+ timestamp: number;
2220
+ hash: string;
2221
+ url: string;
2222
+ }
2223
+ declare function ReceiveTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: ReceiveTokensActionProps): react_jsx_runtime.JSX.Element;
2224
+
2225
+ interface SendTokensActionProps extends BaseActionProps {
2226
+ amount: string;
2227
+ token: {
2228
+ logoURI: string;
2229
+ symbol: string;
2230
+ };
2231
+ chain: {
2232
+ logoURI: string;
2233
+ name: string;
2234
+ };
2235
+ wallet: {
2236
+ imageURI: string;
2237
+ address: string;
2238
+ url: string;
2239
+ };
2240
+ timestamp: number;
2241
+ hash: string;
2242
+ url: string;
2243
+ }
2244
+ declare function SendTokensAction({ status, nextStatus, showTimeline, showBody, token, amount, chain, wallet, timestamp, hash, url, }: SendTokensActionProps): react_jsx_runtime.JSX.Element;
2245
+
2246
+ interface StakeActionProps extends BaseActionProps {
2247
+ token: {
2248
+ logoURI: string;
2249
+ symbol: string;
2250
+ };
2251
+ provider: {
2252
+ logoURI: string;
2253
+ name: string;
2254
+ };
2255
+ timestamp: number;
2256
+ hash: string;
2257
+ url: string;
2258
+ }
2259
+ declare function StakeAction({ status, nextStatus, showTimeline, showBody, token, provider, timestamp, hash, url, }: StakeActionProps): react_jsx_runtime.JSX.Element;
2260
+
2261
+ interface StartActionProps extends BaseActionProps {
2262
+ timestamp?: number;
2263
+ hash?: string;
2264
+ url?: string;
2265
+ }
2266
+ declare function StartAction({ status, nextStatus, showTimeline, showBody, timestamp, hash, url, }: StartActionProps): react_jsx_runtime.JSX.Element;
2267
+
2268
+ interface SuccessActionProps extends BaseActionProps {
2269
+ description?: string;
2270
+ timestamp?: number;
2271
+ hash?: string;
2272
+ url?: string;
2273
+ }
2274
+ declare function SuccessAction({ nextStatus, status, description, showTimeline, showBody, timestamp, hash, url, }: SuccessActionProps): react_jsx_runtime.JSX.Element;
2275
+
2276
+ interface SwapActionProps extends BaseActionProps {
2277
+ fromToken: {
2278
+ logoURI: string;
2279
+ symbol: string;
2280
+ };
2281
+ toToken: {
2282
+ logoURI: string;
2283
+ symbol: string;
2284
+ };
2285
+ provider: {
2286
+ logoURI: string;
2287
+ name: string;
2288
+ };
2289
+ timestamp?: number;
2290
+ hash?: string;
2291
+ url?: string;
2292
+ }
2293
+ declare function SwapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: SwapActionProps): react_jsx_runtime.JSX.Element;
2294
+
2295
+ interface WrapActionProps extends BaseActionProps {
2296
+ fromToken: {
2297
+ logoURI: string;
2298
+ symbol: string;
2299
+ };
2300
+ toToken: {
2301
+ logoURI: string;
2302
+ symbol: string;
2303
+ };
2304
+ provider: {
2305
+ logoURI: string;
2306
+ name: string;
2307
+ };
2308
+ timestamp?: number;
2309
+ hash?: string;
2310
+ url?: string;
2311
+ }
2312
+ declare function WrapAction({ status, nextStatus, showTimeline, showBody, fromToken, toToken, provider, timestamp, hash, url, }: WrapActionProps): react_jsx_runtime.JSX.Element;
2313
+
2314
+ declare const actionComponentMap: {
2315
+ readonly success: typeof SuccessAction;
2316
+ readonly receive_tokens: typeof ReceiveTokensAction;
2317
+ readonly receive_nft: typeof ReceiveNFTAction;
2318
+ readonly approve: typeof ApproveAction;
2319
+ readonly send_tokens: typeof SendTokensAction;
2320
+ readonly swap: typeof SwapAction;
2321
+ readonly bridge: typeof BridgeAction;
2322
+ readonly wrap: typeof WrapAction;
2323
+ readonly stake: typeof StakeAction;
2324
+ readonly start: typeof StartAction;
2325
+ readonly fees: typeof FeesAction;
2326
+ readonly incomplete: typeof IncompleteAction;
2327
+ };
2328
+ type TransactionActionComponents = typeof actionComponentMap;
2329
+ type TransactionActionType = keyof TransactionActionComponents;
2330
+ type TransactionActionProps = {
2331
+ [Type in TransactionActionType]: {
2332
+ type: Type;
2333
+ props: ComponentProps<TransactionActionComponents[Type]>;
2334
+ };
2335
+ }[TransactionActionType];
2336
+ declare function TransactionAction({ type, props }: TransactionActionProps): react_jsx_runtime.JSX.Element;
2337
+
2338
+ declare function linkActionTimelineProps(actions: TransactionActionProps[], collapsed: boolean): TransactionActionProps[];
2339
+
2340
+ type TransactionItemVariant = "compact" | "full";
2341
+ type TransactionItemType = {
2342
+ icon?: ReactNode;
2343
+ name: string;
2344
+ };
2345
+ interface TransactionItemProps {
2346
+ className?: string;
2347
+ isLoading?: boolean;
2348
+ status?: ActionStatus;
2349
+ image?: ReactNode;
2350
+ type?: TransactionItemType;
2351
+ hash?: string;
2352
+ fromChain?: {
2353
+ logoURI: string;
2354
+ name: string;
2355
+ };
2356
+ toChain?: {
2357
+ logoURI: string;
2358
+ name: string;
2359
+ };
2360
+ fromAmount?: string;
2361
+ toAmount?: string;
2362
+ timestamp?: number;
2363
+ variant?: TransactionItemVariant;
2364
+ }
2365
+ declare function TransactionItem({ className, isLoading, status, image, type, hash, fromChain, toChain, fromAmount, toAmount, timestamp, variant, }: TransactionItemProps): react_jsx_runtime.JSX.Element;
2366
+
2367
+ interface RouteStepProps {
2368
+ imageUrl: string;
2369
+ descriptionBlocks: DescriptionBlock[];
2370
+ subtitle: string;
2371
+ showStepSeparator?: boolean;
2372
+ }
2373
+ declare function RouteStep({ imageUrl, descriptionBlocks, subtitle, showStepSeparator, }: RouteStepProps): react_jsx_runtime.JSX.Element;
2374
+
2375
+ declare function DropdownMenuTitle({ title }: {
2376
+ title: string;
2377
+ }): react_jsx_runtime.JSX.Element;
2378
+
2379
+ interface BodyTextProps extends React.HTMLAttributes<HTMLSpanElement> {
2380
+ children: ReactNode;
2381
+ size: TextSize;
2382
+ bold?: boolean;
2383
+ tight?: boolean;
2384
+ }
2385
+ declare function BodyText({ size, children, bold, tight, ...props }: BodyTextProps): react_jsx_runtime.JSX.Element;
2386
+
2387
+ interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> {
2388
+ bold?: boolean;
2389
+ }
2390
+ declare function CaptionText({ children, bold, ...props }: CaptionProps): react_jsx_runtime.JSX.Element;
44
2391
 
45
- interface DropdownProps {
46
- tokenImageUrl?: string;
47
- chainImageUrl?: string;
48
- tokenSymbol?: string;
2392
+ interface HeadingTextProps {
2393
+ children?: ReactNode;
2394
+ size: TextSize;
2395
+ bold?: boolean;
2396
+ className?: string;
49
2397
  }
50
- declare function Dropdown({ chainImageUrl, tokenImageUrl, tokenSymbol, }: DropdownProps): react_jsx_runtime.JSX.Element;
2398
+ declare function HeadingText({ children, bold, size, className, }: HeadingTextProps): react_jsx_runtime.JSX.Element;
2399
+
2400
+ interface AssetsViewProps {
2401
+ chains: {
2402
+ name: string;
2403
+ iconUrl: string;
2404
+ }[];
2405
+ favoriteTokens: {
2406
+ symbol: string;
2407
+ name: string;
2408
+ iconUrl: string;
2409
+ chainIconUrl: string;
2410
+ }[];
2411
+ popularTokens: {
2412
+ symbol: string;
2413
+ name: string;
2414
+ iconUrl: string;
2415
+ chainIconUrl: string;
2416
+ }[];
2417
+ userTokens: {
2418
+ symbol: string;
2419
+ name: string;
2420
+ iconUrl: string;
2421
+ chainIconUrl: string;
2422
+ balance: string;
2423
+ }[];
2424
+ }
2425
+ declare function AssetsView({ chains, favoriteTokens, popularTokens, userTokens, }: AssetsViewProps): react_jsx_runtime.JSX.Element;
2426
+ declare const List: ({ children }: react__default.PropsWithChildren) => react_jsx_runtime.JSX.Element;
2427
+
2428
+ declare function MainView({ isLoading }: {
2429
+ isLoading?: boolean;
2430
+ }): react_jsx_runtime.JSX.Element;
2431
+
2432
+ type WalletViewType = "paymentMethod" | "recipientEmpty" | "recipientTypingEns" | "recipientTypingAddress";
2433
+ interface WalletsViewProps {
2434
+ type: WalletViewType;
2435
+ }
2436
+ declare function RecipientView({ type }: WalletsViewProps): react_jsx_runtime.JSX.Element;
2437
+
2438
+ declare function SwapDetailsView({ isLoading, canToggleBoostMode, displayBoostMode, }: {
2439
+ isLoading?: boolean;
2440
+ canToggleBoostMode?: boolean;
2441
+ displayBoostMode?: boolean;
2442
+ }): react_jsx_runtime.JSX.Element;
2443
+
2444
+ type ChainData = {
2445
+ networkName: string;
2446
+ logoUrl: string;
2447
+ };
2448
+ type Token = {
2449
+ symbol: string;
2450
+ logoUrl: string;
2451
+ bgColor: string;
2452
+ };
2453
+ declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete, socialLink, supportLink, fromAmount, fromChain, fromToken, toAmount, toChain, toToken, fromAddressFormatted, toAddressFormatted, swapState, estimatedTimeToComplete, footerButton, refundTokenSymbol, }: {
2454
+ steps: SwapStep[];
2455
+ handleClose?: (swapState: SwapState) => void;
2456
+ handleComplete?: () => void;
2457
+ isOpen?: boolean;
2458
+ socialLink?: string;
2459
+ supportLink?: string;
2460
+ fromToken: Token;
2461
+ toToken: Token;
2462
+ fromAmount: string;
2463
+ toAmount: string;
2464
+ fromChain: ChainData;
2465
+ toChain: ChainData;
2466
+ fromAddressFormatted: string;
2467
+ toAddressFormatted: string;
2468
+ swapState: SwapState;
2469
+ estimatedTimeToComplete?: string;
2470
+ footerButton?: SwapStepsCollapsedFooterButton;
2471
+ refundTokenSymbol?: string;
2472
+ }): react_jsx_runtime.JSX.Element;
2473
+
2474
+ interface BaseTransactionViewProps {
2475
+ title?: string;
2476
+ hash: string;
2477
+ status: ActionStatus;
2478
+ url?: string;
2479
+ actions: TransactionActionProps[];
2480
+ fees: FeesActionProps;
2481
+ }
2482
+
2483
+ interface BridgeTransactionViewProps extends BaseTransactionViewProps {
2484
+ amount: string;
2485
+ token: {
2486
+ logoURI: string;
2487
+ bgColor: string;
2488
+ symbol: string;
2489
+ };
2490
+ fromChain: {
2491
+ logoURI: string;
2492
+ name: string;
2493
+ };
2494
+ toChain: {
2495
+ logoURI: string;
2496
+ name: string;
2497
+ };
2498
+ address: string;
2499
+ boosted?: boolean;
2500
+ timeToComplete: string;
2501
+ }
2502
+ declare function BridgeTransactionView({ title, hash, status, url, amount, token, fromChain, toChain, address, actions, fees, boosted, timeToComplete, }: BridgeTransactionViewProps): react_jsx_runtime.JSX.Element;
2503
+
2504
+ interface BuyNFTTTransactionViewProps extends BaseTransactionViewProps {
2505
+ title: string;
2506
+ imageURI: string;
2507
+ collection: {
2508
+ imageURI: string;
2509
+ name: string;
2510
+ };
2511
+ price: string;
2512
+ token: {
2513
+ logoURI: string;
2514
+ symbol: string;
2515
+ };
2516
+ marketplace: {
2517
+ logoURI: string;
2518
+ name: string;
2519
+ };
2520
+ fromChain: {
2521
+ logoURI: string;
2522
+ name: string;
2523
+ };
2524
+ toChain: {
2525
+ logoURI: string;
2526
+ name: string;
2527
+ };
2528
+ fromAddress: string;
2529
+ toAddress: string;
2530
+ boosted?: boolean;
2531
+ tokenId: string;
2532
+ nftType: string;
2533
+ timeToComplete: string;
2534
+ }
2535
+ declare function BuyNFTTransactionView({ title, hash, status, url, imageURI, collection, price, token, marketplace, fromChain, toChain, fromAddress, toAddress, boosted, timeToComplete, tokenId, nftType, actions, fees, }: BuyNFTTTransactionViewProps): react_jsx_runtime.JSX.Element;
2536
+
2537
+ interface InteractionTTransactionViewProps extends BaseTransactionViewProps {
2538
+ image?: ReactNode;
2539
+ chain: {
2540
+ logoURI: string;
2541
+ name: string;
2542
+ };
2543
+ address: string;
2544
+ boosted?: boolean;
2545
+ timeToComplete: string;
2546
+ }
2547
+ declare function InteractionTransactionView({ title, hash, status, url, image, chain, address, boosted, timeToComplete, actions, fees, }: InteractionTTransactionViewProps): react_jsx_runtime.JSX.Element;
2548
+
2549
+ interface SwapTransactionViewProps extends BaseTransactionViewProps {
2550
+ fromAmount: string;
2551
+ fromToken: {
2552
+ logoURI: string;
2553
+ bgColor: string;
2554
+ symbol: string;
2555
+ };
2556
+ toAmount: string;
2557
+ toToken: {
2558
+ logoURI: string;
2559
+ bgColor: string;
2560
+ symbol: string;
2561
+ };
2562
+ fromChain: {
2563
+ logoURI: string;
2564
+ name: string;
2565
+ };
2566
+ toChain: {
2567
+ logoURI: string;
2568
+ name: string;
2569
+ };
2570
+ fromAddress: string;
2571
+ toAddress: string;
2572
+ exchangeRate: string;
2573
+ boosted?: boolean;
2574
+ timeToComplete: string;
2575
+ }
2576
+ declare function SwapTransactionView({ title, hash, status, url, fromAmount, fromToken, toAmount, toToken, fromChain, toChain, fromAddress, toAddress, exchangeRate, boosted, timeToComplete, actions, fees, }: SwapTransactionViewProps): react_jsx_runtime.JSX.Element;
2577
+
2578
+ declare const componentMap: {
2579
+ readonly swap: typeof SwapTransactionView;
2580
+ readonly buy_nft: typeof BuyNFTTransactionView;
2581
+ readonly interaction: typeof InteractionTransactionView;
2582
+ readonly bridge: typeof BridgeTransactionView;
2583
+ };
2584
+ type TransactionViewComponents = typeof componentMap;
2585
+ type TransactionViewType = keyof TransactionViewComponents;
2586
+ type TransactionViewProps = {
2587
+ [Type in TransactionViewType]: {
2588
+ type: Type;
2589
+ props: ComponentProps<TransactionViewComponents[Type]>;
2590
+ };
2591
+ }[TransactionViewType];
2592
+ declare function TransactionView({ type, props }: TransactionViewProps): react_jsx_runtime.JSX.Element;
2593
+
2594
+ interface TransactionViewLayoutProps extends ComponentProps<"div"> {
2595
+ isLoading?: boolean;
2596
+ header?: ReactNode;
2597
+ properties?: ReactNode;
2598
+ actions?: TransactionActionProps[];
2599
+ fees?: FeesActionProps;
2600
+ }
2601
+ declare function TransactionViewLayout({ isLoading, header, properties, actions, fees, ...props }: TransactionViewLayoutProps): react_jsx_runtime.JSX.Element;
2602
+
2603
+ declare function WalletsView(): react_jsx_runtime.JSX.Element;
2604
+
2605
+ interface ThemeProviderProps extends React.ComponentProps<"div"> {
2606
+ theme?: Theme;
2607
+ children?: React.ReactNode;
2608
+ themeType?: ThemeType;
2609
+ }
2610
+ declare function ThemeProvider({ theme, children, themeType, ...props }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
2611
+
2612
+ type DropdownPosition = "top" | "bottom" | "center";
2613
+ type DropdownStyles = {
2614
+ position: DropdownPosition;
2615
+ maxHeight: number | null;
2616
+ };
2617
+ interface UseDropdownMenuParams {
2618
+ initialIsModalOpen?: boolean;
2619
+ itemsContainerRef?: react__default.RefObject<HTMLElement>;
2620
+ }
2621
+ declare function useDropdownMenu(props?: UseDropdownMenuParams): {
2622
+ isDropdownOpen: boolean;
2623
+ openDropdown: () => void;
2624
+ closeDropdown: () => void;
2625
+ dropdownRef: react__default.RefObject<HTMLDivElement>;
2626
+ openDropdownButtonRef: react__default.RefObject<HTMLButtonElement>;
2627
+ dropdownStyles: DropdownStyles | null;
2628
+ itemRef: react__default.RefObject<HTMLLIElement>;
2629
+ menuRef: react__default.RefObject<HTMLDivElement>;
2630
+ };
2631
+
2632
+ type UseMediaQueryOptions = {
2633
+ /**
2634
+ * The default value to return if the hook is being run on the server.
2635
+ * @default false
2636
+ */
2637
+ defaultValue?: boolean;
2638
+ /**
2639
+ * If `true` (default), the hook will initialize reading the media query. In SSR, you should set it to `false`, returning `options.defaultValue` or `false` initially.
2640
+ * @default true
2641
+ */
2642
+ initializeWithValue?: boolean;
2643
+ };
2644
+ /**
2645
+ * Custom hook that tracks the state of a media query using the [`Match Media API`](https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia).
2646
+ * @param {string} query - The media query to track.
2647
+ * @param {?UseMediaQueryOptions} [options] - The options for customizing the behavior of the hook (optional).
2648
+ * @returns {boolean} The current state of the media query (true if the query matches, false otherwise).
2649
+ * @public
2650
+ * @example
2651
+ * ```tsx
2652
+ * const isSmallScreen = useMediaQuery('(max-width: 600px)');
2653
+ * // Use `isSmallScreen` to conditionally apply styles or logic based on the screen size.
2654
+ * ```
2655
+ */
2656
+ declare function useMediaQuery(query: string, { defaultValue, initializeWithValue, }?: UseMediaQueryOptions): boolean;
2657
+
2658
+ declare function useCollapsibleMenu(): {
2659
+ isMenuOpen: boolean;
2660
+ toggleMenu: () => void;
2661
+ menuRef: react.RefObject<HTMLDivElement>;
2662
+ };
2663
+
2664
+ declare function useOnResize(ref: React.RefObject<HTMLElement>, callback: (rect: DOMRectReadOnly) => void): void;
2665
+ declare function useRect(ref: React.RefObject<HTMLElement>): DOMRectReadOnly;
2666
+
2667
+ declare function useVersion<T>(value: T, equal?: (a: T, b: T) => boolean): number;
2668
+
2669
+ declare const useTimer: ({ immediateStart, }: {
2670
+ immediateStart?: boolean;
2671
+ }) => {
2672
+ timer: string;
2673
+ stopTimer: () => void;
2674
+ startTimer: () => void;
2675
+ };
2676
+
2677
+ declare enum ThemePreference {
2678
+ LIGHT = "light",
2679
+ DARK = "dark",
2680
+ SYSTEM = "system"
2681
+ }
2682
+ declare function useUserTheme(): {
2683
+ themePreference: ThemePreference;
2684
+ themeType: ThemeType;
2685
+ theme: Theme;
2686
+ setThemeManually: (theme: ThemePreference) => void;
2687
+ isDarkMode: boolean;
2688
+ };
2689
+
2690
+ declare const CSS_VARS: {
2691
+ MOVE_WITH_SPRING_BOUNCE_DURATION: string;
2692
+ DISPLAY_DELAYED_DURATION: string;
2693
+ COLLAPSE_ROUTE_DURATION: string;
2694
+ EXPAND_ROUTE_DURATION: string;
2695
+ FADE_IN_DURATION: string;
2696
+ FADE_OUT_DURATION: string;
2697
+ SCALE_AND_FADE_UP_DURATION: string;
2698
+ SCALE_AND_FADE_DOWN_DURATION: string;
2699
+ TRANSLATE_TOP_OR_BOTTOM: string;
2700
+ SHOW_MODAL_DURATION: string;
2701
+ HIDE_MODAL_DURATION: string;
2702
+ SLIDE_TO_TOP_DURATION: string;
2703
+ SLIDE_TO_BOTTOM_DURATION: string;
2704
+ BLUR_IN_DURATION: string;
2705
+ BLUR_OUT_DURATION: string;
2706
+ COLLAPSIBLE_MENU_OPEN_WIDTH: string;
2707
+ COLLAPSIBLE_MENU_OPEN_HEIGHT: string;
2708
+ COLLAPSIBLE_MENU_CLOSED_WIDTH: string;
2709
+ COLLAPSIBLE_MENU_CLOSED_HEIGHT: string;
2710
+ };
2711
+ type MediaQuery = "MOBILE_LG" | "MOBILE_SM_HEIGHT" | "MOBILE_XS" | "MOBILE_XS_HEIGHT";
2712
+ declare const MEDIA_QUERIES: Record<MediaQuery, {
2713
+ media: string;
2714
+ key: string;
2715
+ value: number;
2716
+ }>;
2717
+
2718
+ declare const lightTheme: Theme;
2719
+ declare const darkTheme: Theme;
2720
+ declare const defaultTheme: Required<Theme>;
2721
+
2722
+ declare const baseTailwindConfig: Config;
51
2723
 
52
- declare function FeeButton(): react_jsx_runtime.JSX.Element;
2724
+ /**
2725
+ * Combines multiple class names into a single string
2726
+ *
2727
+ * @example cn('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]') → 'hover:bg-dark-red p-3 bg-[#B91C1C]'
2728
+ *
2729
+ * @param inputs - The class names to be combined.
2730
+ * @returns The combined class names as a string.
2731
+ */
2732
+ declare const cn: (...inputs: ClassValue[]) => string;
53
2733
 
54
- export { AddressButton, ArrowButton, BoostButton, Button, Chip, Dropdown, FeeButton };
2734
+ 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, AtomIcon, BackpackIcon, BadgeImage, BankIcon, type BaseActionProps, type BaseTransactionViewProps, BellAlarmIcon, BlockSkeleton, BodyText, Boost, BoostBadge, BoostButton, BorderedContainer, Breadcrumb, BridgeAction, BridgeHeader, BridgeProperties, BridgeTransactionView, BrokenHeartIcon, BubblesIcon, Button, type ButtonSize, type ButtonVariant, 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, CodeBracketsIcon, CodeSolidSquareIcon, CoinsAddIcon, CoinsIcon, CoinsOutlinedIcon, Collapse, CollapsibleMenu, CollectionIcon, ColorPaletteIcon, CommandIcon, CompassRoundOutlinedIcon, CompassRoundSolidIcon, ConsoleIcon, Copy, CopyIcon, CrossAnimatedIcon, CrossedOutSunSolidIcon, DashboardFast, type DescriptionBlock, 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, FileDownloadIcon, 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, LaptopIcon, LightningIcon, LimitIcon, LinkIcon, List, ListItem, ListItemActionsButton, Loader, LoadingProvider, LoadingSkeleton, MEDIA_QUERIES, MainView, MaxIcon, Menu, MenuItem, MenuSwapIcon, MirrorIcon, Modal, ModalContent, ModalContentDivider, MoonIcon, NavigationBar, NewspaperIcon, NotAllowedIcon, NumericInput, PathSquareIcon, PercentIcon, PhoneIcon, 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, SquidLogo, StakeAction, StartAction, StocksIcon, SuccessAction, SunIcon, SunOutlinedIcon, SunriseIcon, SunriseSmallIcon, 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 Theme, ThemePreference, ThemeProvider, 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, defaultTheme, lightTheme, linkActionTimelineProps, statusTextClassMap, useCollapsibleMenu, useDropdownMenu, useMediaQuery, useOnResize, useRect, useTimer, useUserTheme, useVersion };