router-widget-sdk 0.1.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 (286) hide show
  1. package/README.md +180 -0
  2. package/dist/components/AggregateCallTypeSelector.d.ts +8 -0
  3. package/dist/components/AggregateCallTypeSelector.d.ts.map +1 -0
  4. package/dist/components/AppKitProvider.d.ts +5 -0
  5. package/dist/components/AppKitProvider.d.ts.map +1 -0
  6. package/dist/components/AppProviders.d.ts +29 -0
  7. package/dist/components/AppProviders.d.ts.map +1 -0
  8. package/dist/components/CapsuleControls.d.ts +16 -0
  9. package/dist/components/CapsuleControls.d.ts.map +1 -0
  10. package/dist/components/GetTokenPrice.d.ts +20 -0
  11. package/dist/components/GetTokenPrice.d.ts.map +1 -0
  12. package/dist/components/Image.d.ts +21 -0
  13. package/dist/components/Image.d.ts.map +1 -0
  14. package/dist/components/NodeMultiSelect.d.ts +10 -0
  15. package/dist/components/NodeMultiSelect.d.ts.map +1 -0
  16. package/dist/components/PosthogPageView.d.ts +2 -0
  17. package/dist/components/PosthogPageView.d.ts.map +1 -0
  18. package/dist/components/PosthogProvider.d.ts +4 -0
  19. package/dist/components/PosthogProvider.d.ts.map +1 -0
  20. package/dist/components/QuoteRefreshCountdown.d.ts +10 -0
  21. package/dist/components/QuoteRefreshCountdown.d.ts.map +1 -0
  22. package/dist/components/RecipientAddressEditor.d.ts +13 -0
  23. package/dist/components/RecipientAddressEditor.d.ts.map +1 -0
  24. package/dist/components/RouterWidget.d.ts +38 -0
  25. package/dist/components/RouterWidget.d.ts.map +1 -0
  26. package/dist/components/SlippageConfigurator.d.ts +14 -0
  27. package/dist/components/SlippageConfigurator.d.ts.map +1 -0
  28. package/dist/components/SwapInterface.d.ts +123 -0
  29. package/dist/components/SwapInterface.d.ts.map +1 -0
  30. package/dist/components/SwapReviewModal/SwapReviewModal.d.ts +29 -0
  31. package/dist/components/SwapReviewModal/SwapReviewModal.d.ts.map +1 -0
  32. package/dist/components/SwapReviewModal/TokenExchangeVisualization.d.ts +13 -0
  33. package/dist/components/SwapReviewModal/TokenExchangeVisualization.d.ts.map +1 -0
  34. package/dist/components/SwapReviewModal/TransactionDetailsDropdown.d.ts +14 -0
  35. package/dist/components/SwapReviewModal/TransactionDetailsDropdown.d.ts.map +1 -0
  36. package/dist/components/SwapReviewModal/TransactionExplorer.d.ts +17 -0
  37. package/dist/components/SwapReviewModal/TransactionExplorer.d.ts.map +1 -0
  38. package/dist/components/SwapReviewModal/TransactionStepProgress.d.ts +32 -0
  39. package/dist/components/SwapReviewModal/TransactionStepProgress.d.ts.map +1 -0
  40. package/dist/components/SwapReviewModal/index.d.ts +6 -0
  41. package/dist/components/SwapReviewModal/index.d.ts.map +1 -0
  42. package/dist/components/SwapSplit.d.ts +26 -0
  43. package/dist/components/SwapSplit.d.ts.map +1 -0
  44. package/dist/components/TokenSelector.d.ts +30 -0
  45. package/dist/components/TokenSelector.d.ts.map +1 -0
  46. package/dist/components/TokenSelectorV2/ChainPill.d.ts +8 -0
  47. package/dist/components/TokenSelectorV2/ChainPill.d.ts.map +1 -0
  48. package/dist/components/TokenSelectorV2/DesktopChainPanel.d.ts +9 -0
  49. package/dist/components/TokenSelectorV2/DesktopChainPanel.d.ts.map +1 -0
  50. package/dist/components/TokenSelectorV2/DesktopView.d.ts +22 -0
  51. package/dist/components/TokenSelectorV2/DesktopView.d.ts.map +1 -0
  52. package/dist/components/TokenSelectorV2/MobileChainView.d.ts +10 -0
  53. package/dist/components/TokenSelectorV2/MobileChainView.d.ts.map +1 -0
  54. package/dist/components/TokenSelectorV2/MobileTokenView.d.ts +20 -0
  55. package/dist/components/TokenSelectorV2/MobileTokenView.d.ts.map +1 -0
  56. package/dist/components/TokenSelectorV2/TokenList.d.ts +13 -0
  57. package/dist/components/TokenSelectorV2/TokenList.d.ts.map +1 -0
  58. package/dist/components/TokenSelectorV2/TokenPill.d.ts +9 -0
  59. package/dist/components/TokenSelectorV2/TokenPill.d.ts.map +1 -0
  60. package/dist/components/TokenSelectorV2/TokenPillGroup.d.ts +7 -0
  61. package/dist/components/TokenSelectorV2/TokenPillGroup.d.ts.map +1 -0
  62. package/dist/components/TokenSelectorV2/TriggerButton.d.ts +1 -0
  63. package/dist/components/TokenSelectorV2/TriggerButton.d.ts.map +1 -0
  64. package/dist/components/TokenSelectorV2/UserTokenList.d.ts +12 -0
  65. package/dist/components/TokenSelectorV2/UserTokenList.d.ts.map +1 -0
  66. package/dist/components/TokenSelectorV2/index.d.ts +15 -0
  67. package/dist/components/TokenSelectorV2/index.d.ts.map +1 -0
  68. package/dist/components/TurnkeyHdRejectionProvider.d.ts +16 -0
  69. package/dist/components/TurnkeyHdRejectionProvider.d.ts.map +1 -0
  70. package/dist/components/UnifiedWallet/ActivityTab.d.ts +2 -0
  71. package/dist/components/UnifiedWallet/ActivityTab.d.ts.map +1 -0
  72. package/dist/components/UnifiedWallet/ComicWalletIcon.d.ts +10 -0
  73. package/dist/components/UnifiedWallet/ComicWalletIcon.d.ts.map +1 -0
  74. package/dist/components/UnifiedWallet/ConnectWalletButton.d.ts +11 -0
  75. package/dist/components/UnifiedWallet/ConnectWalletButton.d.ts.map +1 -0
  76. package/dist/components/UnifiedWallet/SidebarHeader.d.ts +6 -0
  77. package/dist/components/UnifiedWallet/SidebarHeader.d.ts.map +1 -0
  78. package/dist/components/UnifiedWallet/TokenList.d.ts +21 -0
  79. package/dist/components/UnifiedWallet/TokenList.d.ts.map +1 -0
  80. package/dist/components/UnifiedWallet/WalletInfo.d.ts +12 -0
  81. package/dist/components/UnifiedWallet/WalletInfo.d.ts.map +1 -0
  82. package/dist/components/UnifiedWallet/WalletList.d.ts +12 -0
  83. package/dist/components/UnifiedWallet/WalletList.d.ts.map +1 -0
  84. package/dist/components/UnifiedWallet.d.ts +2 -0
  85. package/dist/components/UnifiedWallet.d.ts.map +1 -0
  86. package/dist/components/Web3Modal.d.ts +5 -0
  87. package/dist/components/Web3Modal.d.ts.map +1 -0
  88. package/dist/components/WidgetProvider.d.ts +29 -0
  89. package/dist/components/WidgetProvider.d.ts.map +1 -0
  90. package/dist/components/theme-provider.d.ts +3 -0
  91. package/dist/components/theme-provider.d.ts.map +1 -0
  92. package/dist/components/ui/accordion.d.ts +8 -0
  93. package/dist/components/ui/accordion.d.ts.map +1 -0
  94. package/dist/components/ui/badge.d.ts +10 -0
  95. package/dist/components/ui/badge.d.ts.map +1 -0
  96. package/dist/components/ui/button.d.ts +12 -0
  97. package/dist/components/ui/button.d.ts.map +1 -0
  98. package/dist/components/ui/card.d.ts +9 -0
  99. package/dist/components/ui/card.d.ts.map +1 -0
  100. package/dist/components/ui/chart.d.ts +63 -0
  101. package/dist/components/ui/chart.d.ts.map +1 -0
  102. package/dist/components/ui/checkbox.d.ts +5 -0
  103. package/dist/components/ui/checkbox.d.ts.map +1 -0
  104. package/dist/components/ui/command.d.ts +81 -0
  105. package/dist/components/ui/command.d.ts.map +1 -0
  106. package/dist/components/ui/dialog.d.ts +20 -0
  107. package/dist/components/ui/dialog.d.ts.map +1 -0
  108. package/dist/components/ui/drawer.d.ts +23 -0
  109. package/dist/components/ui/drawer.d.ts.map +1 -0
  110. package/dist/components/ui/dropdown-menu.d.ts +28 -0
  111. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  112. package/dist/components/ui/input.d.ts +4 -0
  113. package/dist/components/ui/input.d.ts.map +1 -0
  114. package/dist/components/ui/label.d.ts +6 -0
  115. package/dist/components/ui/label.d.ts.map +1 -0
  116. package/dist/components/ui/popover.d.ts +8 -0
  117. package/dist/components/ui/popover.d.ts.map +1 -0
  118. package/dist/components/ui/radio-group.d.ts +6 -0
  119. package/dist/components/ui/radio-group.d.ts.map +1 -0
  120. package/dist/components/ui/scroll-area.d.ts +6 -0
  121. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  122. package/dist/components/ui/select.d.ts +14 -0
  123. package/dist/components/ui/select.d.ts.map +1 -0
  124. package/dist/components/ui/separator.d.ts +5 -0
  125. package/dist/components/ui/separator.d.ts.map +1 -0
  126. package/dist/components/ui/skeleton.d.ts +3 -0
  127. package/dist/components/ui/skeleton.d.ts.map +1 -0
  128. package/dist/components/ui/swap-review-skeleton.d.ts +2 -0
  129. package/dist/components/ui/swap-review-skeleton.d.ts.map +1 -0
  130. package/dist/components/ui/switch.d.ts +5 -0
  131. package/dist/components/ui/switch.d.ts.map +1 -0
  132. package/dist/components/ui/table.d.ts +11 -0
  133. package/dist/components/ui/table.d.ts.map +1 -0
  134. package/dist/components/ui/tabs.d.ts +8 -0
  135. package/dist/components/ui/tabs.d.ts.map +1 -0
  136. package/dist/components/ui/toast.d.ts +16 -0
  137. package/dist/components/ui/toast.d.ts.map +1 -0
  138. package/dist/components/ui/toaster.d.ts +2 -0
  139. package/dist/components/ui/toaster.d.ts.map +1 -0
  140. package/dist/components/ui/tooltip.d.ts +8 -0
  141. package/dist/components/ui/tooltip.d.ts.map +1 -0
  142. package/dist/contexts/AccountContext.d.ts +5 -0
  143. package/dist/contexts/AccountContext.d.ts.map +1 -0
  144. package/dist/contexts/WalletsContext.d.ts +20 -0
  145. package/dist/contexts/WalletsContext.d.ts.map +1 -0
  146. package/dist/contexts/WidgetConfigContext.d.ts +8 -0
  147. package/dist/contexts/WidgetConfigContext.d.ts.map +1 -0
  148. package/dist/hooks/tokens/list/example-usage.d.ts +1 -0
  149. package/dist/hooks/tokens/list/example-usage.d.ts.map +1 -0
  150. package/dist/hooks/tokens/list/index.d.ts +22 -0
  151. package/dist/hooks/tokens/list/index.d.ts.map +1 -0
  152. package/dist/hooks/tokens/list/relay.d.ts +17 -0
  153. package/dist/hooks/tokens/list/relay.d.ts.map +1 -0
  154. package/dist/hooks/use-toast.d.ts +45 -0
  155. package/dist/hooks/use-toast.d.ts.map +1 -0
  156. package/dist/hooks/useBalances.d.ts +116 -0
  157. package/dist/hooks/useBalances.d.ts.map +1 -0
  158. package/dist/hooks/useCampaigns.d.ts +34 -0
  159. package/dist/hooks/useCampaigns.d.ts.map +1 -0
  160. package/dist/hooks/useClipboard.d.ts +8 -0
  161. package/dist/hooks/useClipboard.d.ts.map +1 -0
  162. package/dist/hooks/useCurrencies.d.ts +34 -0
  163. package/dist/hooks/useCurrencies.d.ts.map +1 -0
  164. package/dist/hooks/useDynamicWallet.d.ts +18 -0
  165. package/dist/hooks/useDynamicWallet.d.ts.map +1 -0
  166. package/dist/hooks/useIsomorphicLayoutEffect.d.ts +3 -0
  167. package/dist/hooks/useIsomorphicLayoutEffect.d.ts.map +1 -0
  168. package/dist/hooks/useMediaQuery.d.ts +7 -0
  169. package/dist/hooks/useMediaQuery.d.ts.map +1 -0
  170. package/dist/hooks/useNativeAmount.d.ts +9 -0
  171. package/dist/hooks/useNativeAmount.d.ts.map +1 -0
  172. package/dist/hooks/useNetworkConfig.d.ts +32 -0
  173. package/dist/hooks/useNetworkConfig.d.ts.map +1 -0
  174. package/dist/hooks/usePlaygroundConfig.d.ts +12 -0
  175. package/dist/hooks/usePlaygroundConfig.d.ts.map +1 -0
  176. package/dist/hooks/useSwapButtonState.d.ts +23 -0
  177. package/dist/hooks/useSwapButtonState.d.ts.map +1 -0
  178. package/dist/hooks/useSwapQuote.d.ts +27 -0
  179. package/dist/hooks/useSwapQuote.d.ts.map +1 -0
  180. package/dist/hooks/useSwapUrlManager.d.ts +16 -0
  181. package/dist/hooks/useSwapUrlManager.d.ts.map +1 -0
  182. package/dist/hooks/useTokenBalances.d.ts +15 -0
  183. package/dist/hooks/useTokenBalances.d.ts.map +1 -0
  184. package/dist/hooks/useTokenSearch.d.ts +8 -0
  185. package/dist/hooks/useTokenSearch.d.ts.map +1 -0
  186. package/dist/hooks/useTransactionAnalytics.d.ts +27 -0
  187. package/dist/hooks/useTransactionAnalytics.d.ts.map +1 -0
  188. package/dist/hooks/useTransactionHistory.d.ts +42 -0
  189. package/dist/hooks/useTransactionHistory.d.ts.map +1 -0
  190. package/dist/hooks/useTransactionPolling.d.ts +22 -0
  191. package/dist/hooks/useTransactionPolling.d.ts.map +1 -0
  192. package/dist/hooks/useTransactionState.d.ts +16 -0
  193. package/dist/hooks/useTransactionState.d.ts.map +1 -0
  194. package/dist/hooks/useWalletManagement.d.ts +14 -0
  195. package/dist/hooks/useWalletManagement.d.ts.map +1 -0
  196. package/dist/hooks/useWidgetConfigFromUrl.d.ts +27 -0
  197. package/dist/hooks/useWidgetConfigFromUrl.d.ts.map +1 -0
  198. package/dist/hooks/useWidgetTheme.d.ts +22 -0
  199. package/dist/hooks/useWidgetTheme.d.ts.map +1 -0
  200. package/dist/index.cjs.js +7122 -0
  201. package/dist/index.d.ts +6 -0
  202. package/dist/index.d.ts.map +1 -0
  203. package/dist/index.esm.js +268016 -0
  204. package/dist/lib/actions/bitcoin/balance.d.ts +4 -0
  205. package/dist/lib/actions/bitcoin/balance.d.ts.map +1 -0
  206. package/dist/lib/actions/bitcoin/bitcoinApiConfig.d.ts +12 -0
  207. package/dist/lib/actions/bitcoin/bitcoinApiConfig.d.ts.map +1 -0
  208. package/dist/lib/actions/getWalletBalanceUrl.d.ts +6 -0
  209. package/dist/lib/actions/getWalletBalanceUrl.d.ts.map +1 -0
  210. package/dist/lib/actions/handleBitcoinTransactions.d.ts +17 -0
  211. package/dist/lib/actions/handleBitcoinTransactions.d.ts.map +1 -0
  212. package/dist/lib/actions/handleEvmTransactions.d.ts +37 -0
  213. package/dist/lib/actions/handleEvmTransactions.d.ts.map +1 -0
  214. package/dist/lib/actions/handleSolanaTransactions.d.ts +13 -0
  215. package/dist/lib/actions/handleSolanaTransactions.d.ts.map +1 -0
  216. package/dist/lib/actions/handleSuiTransactions.d.ts +20 -0
  217. package/dist/lib/actions/handleSuiTransactions.d.ts.map +1 -0
  218. package/dist/lib/actions/submitSwapTransaction.d.ts +29 -0
  219. package/dist/lib/actions/submitSwapTransaction.d.ts.map +1 -0
  220. package/dist/lib/adapters/chain-adapters.d.ts +100 -0
  221. package/dist/lib/adapters/chain-adapters.d.ts.map +1 -0
  222. package/dist/lib/adapters/token-adapters.d.ts +83 -0
  223. package/dist/lib/adapters/token-adapters.d.ts.map +1 -0
  224. package/dist/lib/api.d.ts +67 -0
  225. package/dist/lib/api.d.ts.map +1 -0
  226. package/dist/lib/chain-pills.d.ts +8 -0
  227. package/dist/lib/chain-pills.d.ts.map +1 -0
  228. package/dist/lib/domain/swap/payload.d.ts +26 -0
  229. package/dist/lib/domain/swap/payload.d.ts.map +1 -0
  230. package/dist/lib/errorApi.d.ts +13 -0
  231. package/dist/lib/errorApi.d.ts.map +1 -0
  232. package/dist/lib/grpc-client.d.ts +48 -0
  233. package/dist/lib/grpc-client.d.ts.map +1 -0
  234. package/dist/lib/requestManager.d.ts +15 -0
  235. package/dist/lib/requestManager.d.ts.map +1 -0
  236. package/dist/lib/tokens/list.d.ts +37 -0
  237. package/dist/lib/tokens/list.d.ts.map +1 -0
  238. package/dist/lib/types/api.d.ts +55 -0
  239. package/dist/lib/types/api.d.ts.map +1 -0
  240. package/dist/lib/types/bitcoin.d.ts +159 -0
  241. package/dist/lib/types/bitcoin.d.ts.map +1 -0
  242. package/dist/lib/types/proto.d.ts +75 -0
  243. package/dist/lib/types/proto.d.ts.map +1 -0
  244. package/dist/lib/types/widget.d.ts +48 -0
  245. package/dist/lib/types/widget.d.ts.map +1 -0
  246. package/dist/lib/utils/bigint-polyfill.d.ts +8 -0
  247. package/dist/lib/utils/bigint-polyfill.d.ts.map +1 -0
  248. package/dist/lib/utils/chain-helpers.d.ts +4 -0
  249. package/dist/lib/utils/chain-helpers.d.ts.map +1 -0
  250. package/dist/lib/utils/color-converter.d.ts +38 -0
  251. package/dist/lib/utils/color-converter.d.ts.map +1 -0
  252. package/dist/lib/utils/debounce.d.ts +4 -0
  253. package/dist/lib/utils/debounce.d.ts.map +1 -0
  254. package/dist/lib/utils/formatNumber.d.ts +31 -0
  255. package/dist/lib/utils/formatNumber.d.ts.map +1 -0
  256. package/dist/lib/utils/index.d.ts +4 -0
  257. package/dist/lib/utils/index.d.ts.map +1 -0
  258. package/dist/lib/utils/logger.d.ts +7 -0
  259. package/dist/lib/utils/logger.d.ts.map +1 -0
  260. package/dist/lib/utils/networkHelpers.d.ts +6 -0
  261. package/dist/lib/utils/networkHelpers.d.ts.map +1 -0
  262. package/dist/lib/utils/performance.d.ts +19 -0
  263. package/dist/lib/utils/performance.d.ts.map +1 -0
  264. package/dist/lib/utils/simulateTransaction.d.ts +29 -0
  265. package/dist/lib/utils/simulateTransaction.d.ts.map +1 -0
  266. package/dist/lib/utils/validateAddress.d.ts +7 -0
  267. package/dist/lib/utils/validateAddress.d.ts.map +1 -0
  268. package/dist/lib/utils/wallet-config.d.ts +4 -0
  269. package/dist/lib/utils/wallet-config.d.ts.map +1 -0
  270. package/dist/lib/utils.d.ts +59 -0
  271. package/dist/lib/utils.d.ts.map +1 -0
  272. package/dist/network/config.d.ts +530 -0
  273. package/dist/network/config.d.ts.map +1 -0
  274. package/dist/network/network.client.json.d.ts +18446 -0
  275. package/dist/styles.css +2 -0
  276. package/dist/types/Node.d.ts +22 -0
  277. package/dist/types/Node.d.ts.map +1 -0
  278. package/dist/types/chain.d.ts +158 -0
  279. package/dist/types/chain.d.ts.map +1 -0
  280. package/dist/types/chains.d.ts +7 -0
  281. package/dist/types/chains.d.ts.map +1 -0
  282. package/dist/types/index.d.ts +58 -0
  283. package/dist/types/index.d.ts.map +1 -0
  284. package/dist/types/token.d.ts +134 -0
  285. package/dist/types/token.d.ts.map +1 -0
  286. package/package.json +125 -0
@@ -0,0 +1,63 @@
1
+ import * as React from "react";
2
+ import * as RechartsPrimitive from "recharts";
3
+ declare const THEMES: {
4
+ readonly light: "";
5
+ readonly dark: ".dark";
6
+ };
7
+ export type ChartConfig = {
8
+ [k in string]: {
9
+ label?: React.ReactNode;
10
+ icon?: React.ComponentType;
11
+ } & ({
12
+ color?: string;
13
+ theme?: never;
14
+ } | {
15
+ color?: never;
16
+ theme: Record<keyof typeof THEMES, string>;
17
+ });
18
+ };
19
+ declare const ChartContainer: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
20
+ config: ChartConfig;
21
+ children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
22
+ }, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
+ declare const ChartStyle: ({ id, config }: {
24
+ id: string;
25
+ config: ChartConfig;
26
+ }) => import("react/jsx-runtime").JSX.Element | null;
27
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
28
+ declare const ChartTooltipContent: React.ForwardRefExoticComponent<Omit<RechartsPrimitive.DefaultTooltipContentProps<import("recharts/types/component/DefaultTooltipContent").ValueType, import("recharts/types/component/DefaultTooltipContent").NameType> & {
29
+ accessibilityLayer?: boolean;
30
+ active?: boolean | undefined;
31
+ includeHidden?: boolean | undefined;
32
+ allowEscapeViewBox?: import("recharts/types/util/types").AllowInDimension;
33
+ animationDuration?: import("recharts/types/util/types").AnimationDuration;
34
+ animationEasing?: import("recharts/types/util/types").AnimationTiming;
35
+ content?: import("recharts/types/component/Tooltip").ContentType<import("recharts/types/component/DefaultTooltipContent").ValueType, import("recharts/types/component/DefaultTooltipContent").NameType> | undefined;
36
+ coordinate?: Partial<import("recharts/types/util/types").Coordinate>;
37
+ cursor?: boolean | React.ReactElement | React.SVGProps<SVGElement>;
38
+ filterNull?: boolean;
39
+ defaultIndex?: number;
40
+ isAnimationActive?: boolean;
41
+ offset?: number;
42
+ payloadUniqBy?: import("recharts/types/util/payload/getUniqPayload").UniqueOption<import("recharts/types/component/DefaultTooltipContent").Payload<import("recharts/types/component/DefaultTooltipContent").ValueType, import("recharts/types/component/DefaultTooltipContent").NameType>> | undefined;
43
+ position?: Partial<import("recharts/types/util/types").Coordinate>;
44
+ reverseDirection?: import("recharts/types/util/types").AllowInDimension;
45
+ shared?: boolean;
46
+ trigger?: "hover" | "click";
47
+ useTranslate3d?: boolean;
48
+ viewBox?: import("recharts/types/util/types").CartesianViewBox;
49
+ wrapperStyle?: React.CSSProperties;
50
+ } & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
51
+ hideLabel?: boolean;
52
+ hideIndicator?: boolean;
53
+ indicator?: "line" | "dot" | "dashed";
54
+ nameKey?: string;
55
+ labelKey?: string;
56
+ }, "ref"> & React.RefAttributes<HTMLDivElement>>;
57
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
58
+ declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "verticalAlign" | "payload"> & {
59
+ hideIcon?: boolean;
60
+ nameKey?: string;
61
+ }, "ref"> & React.RefAttributes<HTMLDivElement>>;
62
+ export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle };
63
+ //# sourceMappingURL=chart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../../src/components/ui/chart.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,UAAU,CAAC;AAK9C,QAAA,MAAM,MAAM;;;CAAwC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;KACvB,CAAC,IAAI,MAAM,GAAG;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,GAAG,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,KAAK,CAAA;KAAE,GAAG;QAAE,KAAK,CAAC,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,MAAM,OAAO,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAAC;CACxG,CAAC;AAkBF,QAAA,MAAM,cAAc;YAGR,WAAW;cACT,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,UAAU,CAAC;gDAyB1F,CAAC;AAGH,QAAA,MAAM,UAAU,GAAI,gBAAgB;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,WAAW,CAAA;CAAE,mDA2BtE,CAAC;AAEF,QAAA,MAAM,YAAY,kCAA4B,CAAC;AAE/C,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;gBAIP,OAAO;oBACH,OAAO;gBACX,MAAM,GAAG,KAAK,GAAG,QAAQ;cAC3B,MAAM;eACL,MAAM;gDA6HtB,CAAC;AAGF,QAAA,MAAM,WAAW,iCAA2B,CAAC;AAE7C,QAAA,MAAM,kBAAkB;eAIP,OAAO;cACR,MAAM;gDAuCpB,CAAC;AA6BH,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,mBAAmB,EAAE,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
3
+ declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export { Checkbox };
5
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,QAAA,MAAM,QAAQ,iKAgBZ,CAAC;AAGH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,81 @@
1
+ import * as React from "react";
2
+ import { type DialogProps } from "@radix-ui/react-dialog";
3
+ declare const Command: React.ForwardRefExoticComponent<Omit<{
4
+ children?: React.ReactNode;
5
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
6
+ ref?: React.Ref<HTMLDivElement>;
7
+ } & {
8
+ asChild?: boolean;
9
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
10
+ label?: string;
11
+ shouldFilter?: boolean;
12
+ filter?: (value: string, search: string, keywords?: string[]) => number;
13
+ defaultValue?: string;
14
+ value?: string;
15
+ onValueChange?: (value: string) => void;
16
+ loop?: boolean;
17
+ disablePointerSelection?: boolean;
18
+ vimBindings?: boolean;
19
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
20
+ declare const CommandDialog: ({ children, ...props }: DialogProps) => import("react/jsx-runtime").JSX.Element;
21
+ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
22
+ ref?: React.Ref<HTMLInputElement>;
23
+ } & {
24
+ asChild?: boolean;
25
+ }, "key" | "asChild" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
26
+ value?: string;
27
+ onValueChange?: (search: string) => void;
28
+ } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
29
+ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
30
+ children?: React.ReactNode;
31
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
32
+ ref?: React.Ref<HTMLDivElement>;
33
+ } & {
34
+ asChild?: boolean;
35
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
36
+ label?: string;
37
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
38
+ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
39
+ children?: React.ReactNode;
40
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
41
+ ref?: React.Ref<HTMLDivElement>;
42
+ } & {
43
+ asChild?: boolean;
44
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
45
+ declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
46
+ children?: React.ReactNode;
47
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
48
+ ref?: React.Ref<HTMLDivElement>;
49
+ } & {
50
+ asChild?: boolean;
51
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
52
+ heading?: React.ReactNode;
53
+ value?: string;
54
+ forceMount?: boolean;
55
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
56
+ declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
57
+ ref?: React.Ref<HTMLDivElement>;
58
+ } & {
59
+ asChild?: boolean;
60
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>> & {
61
+ alwaysRender?: boolean;
62
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
63
+ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
64
+ children?: React.ReactNode;
65
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
66
+ ref?: React.Ref<HTMLDivElement>;
67
+ } & {
68
+ asChild?: boolean;
69
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "onSelect" | "disabled"> & {
70
+ disabled?: boolean;
71
+ onSelect?: (value: string) => void;
72
+ value?: string;
73
+ keywords?: string[];
74
+ forceMount?: boolean;
75
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
76
+ declare const CommandShortcut: {
77
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
78
+ displayName: string;
79
+ };
80
+ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
81
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/components/ui/command.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAO1D,QAAA,MAAM,OAAO;;;;;;;;;qDA+I4lL,CAAC;;;;;;;sFAnIxmL,CAAC;AAGH,QAAA,MAAM,aAAa,GAAI,wBAAwB,WAAW,4CAazD,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;0FAkBhB,CAAC;AAIH,QAAA,MAAM,WAAW;;;;;;;;sFASf,CAAC;AAIH,QAAA,MAAM,YAAY;;;;;;uJAShB,CAAC;AAIH,QAAA,MAAM,YAAY;;;;;;;;;;sFAYhB,CAAC;AAIH,QAAA,MAAM,gBAAgB;;;;;;sFASpB,CAAC;AAGH,QAAA,MAAM,WAAW;;;;;;;;;;;;sFAYf,CAAC;AAIH,QAAA,MAAM,eAAe;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAOtF,CAAC;AAGF,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
3
+ declare const Dialog: React.FC<DialogPrimitive.DialogProps>;
4
+ declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
6
+ declare const DialogClose: React.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const DialogHeader: {
10
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
13
+ declare const DialogFooter: {
14
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
15
+ displayName: string;
16
+ };
17
+ declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
18
+ declare const DialogDescription: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
19
+ export { Dialog, DialogPortal, DialogOverlay, DialogTrigger, DialogClose, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, };
20
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,QAAA,MAAM,MAAM,uCAAuB,CAAC;AAEpC,QAAA,MAAM,aAAa,8GAA0B,CAAC;AAE9C,QAAA,MAAM,YAAY,6CAAyB,CAAC;AAE5C,QAAA,MAAM,WAAW,4GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,8JAYjB,CAAC;AAGH,QAAA,MAAM,aAAa,8JAwBjB,CAAC;AAGH,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAKlF,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAKlF,CAAC;AAGF,QAAA,MAAM,WAAW,oKASf,CAAC;AAGH,QAAA,MAAM,iBAAiB,8KASrB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ import { Drawer as DrawerPrimitive } from "vaul";
3
+ declare const Drawer: {
4
+ ({ shouldScaleBackground, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ declare const DrawerTrigger: React.ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
8
+ declare const DrawerPortal: typeof import("vaul").Portal;
9
+ declare const DrawerClose: React.ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
10
+ declare const DrawerOverlay: React.ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-dialog").DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
+ declare const DrawerContent: React.ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-dialog").DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const DrawerHeader: {
13
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
16
+ declare const DrawerFooter: {
17
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
20
+ declare const DrawerTitle: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-dialog").DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
21
+ declare const DrawerDescription: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-dialog").DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
22
+ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };
23
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/components/ui/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAKjD,QAAA,MAAM,MAAM;0CAAgD,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC;;CAK5G,CAAC;AAGF,QAAA,MAAM,aAAa,+HAA0B,CAAC;AAE9C,QAAA,MAAM,YAAY,8BAAyB,CAAC;AAE5C,QAAA,MAAM,WAAW,6HAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,kOASjB,CAAC;AAGH,QAAA,MAAM,aAAa,kOAmCjB,CAAC;AAGH,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAKlF,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;;CAKlF,CAAC;AAGF,QAAA,MAAM,WAAW,qLASf,CAAC;AAGH,QAAA,MAAM,iBAAiB,+LASrB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,CAAC"}
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
3
+ declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
+ declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
7
+ declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
8
+ declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
9
+ declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
10
+ inset?: boolean;
11
+ } & React.RefAttributes<HTMLDivElement>>;
12
+ declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
14
+ declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
15
+ inset?: boolean;
16
+ } & React.RefAttributes<HTMLDivElement>>;
17
+ declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
+ declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
+ declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
20
+ inset?: boolean;
21
+ } & React.RefAttributes<HTMLDivElement>>;
22
+ declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
23
+ declare const DropdownMenuShortcut: {
24
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
25
+ displayName: string;
26
+ };
27
+ export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };
28
+ //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAKvE,QAAA,MAAM,YAAY,mDAA6B,CAAC;AAEhD,QAAA,MAAM,mBAAmB,0HAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,qHAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,yDAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,sDAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,0HAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB;YAGhB,OAAO;wCAejB,CAAC;AAGH,QAAA,MAAM,sBAAsB,6KAY1B,CAAC;AAGH,QAAA,MAAM,mBAAmB,0KAgBvB,CAAC;AAGH,QAAA,MAAM,gBAAgB;YAGV,OAAO;wCAYjB,CAAC;AAGH,QAAA,MAAM,wBAAwB,+KAoB5B,CAAC;AAGH,QAAA,MAAM,qBAAqB,4KAmBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;YAGX,OAAO;wCAQjB,CAAC;AAGH,QAAA,MAAM,qBAAqB,4KASzB,CAAC;AAGH,QAAA,MAAM,oBAAoB;8BAA6B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC;;CAO3F,CAAC;AAGF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare const Input: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
3
+ export { Input };
4
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,KAAK,8KAcV,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import * as LabelPrimitive from "@radix-ui/react-label";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
5
+ export { Label };
6
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,QAAA,MAAM,KAAK,4PAST,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
3
+ declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const PopoverAnchor: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
8
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/ui/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,aAAa,4GAA0B,CAAC;AAE9C,QAAA,MAAM,cAAc,gKAgBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
+ declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
5
+ export { RadioGroup, RadioGroupItem };
6
+ //# sourceMappingURL=radio-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/radio-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAKlE,QAAA,MAAM,UAAU,+JAWd,CAAA;AAGF,QAAA,MAAM,cAAc,yKAkBlB,CAAA;AAGF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
3
+ declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ export { ScrollArea, ScrollBar };
6
+ //# sourceMappingURL=scroll-area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/ui/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAInE,QAAA,MAAM,UAAU,+JAad,CAAC;AAGH,QAAA,MAAM,SAAS,wKAiBb,CAAC;AAGH,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ import * as SelectPrimitive from "@radix-ui/react-select";
3
+ declare const Select: React.FC<SelectPrimitive.SelectProps>;
4
+ declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
5
+ declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
6
+ declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
+ declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
+ declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, };
14
+ //# sourceMappingURL=select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/ui/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,QAAA,MAAM,MAAM,uCAAuB,CAAC;AAEpC,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAiBjB,CAAC;AAGH,QAAA,MAAM,oBAAoB,qKAWxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAW1B,CAAC;AAGH,QAAA,MAAM,aAAa,8JA6BjB,CAAC;AAGH,QAAA,MAAM,WAAW,4JASf,CAAC;AAGH,QAAA,MAAM,UAAU,2JAmBd,CAAC;AAGH,QAAA,MAAM,eAAe,gKASnB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
3
+ declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ export { Separator };
5
+ //# sourceMappingURL=separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAIhE,QAAA,MAAM,SAAS,6JAWb,CAAC;AAGH,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
2
+ export { Skeleton };
3
+ //# sourceMappingURL=skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ui/skeleton.tsx"],"names":[],"mappings":"AAEA,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,2CAO9E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function SwapReviewModalSkeleton(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=swap-review-skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swap-review-skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/ui/swap-review-skeleton.tsx"],"names":[],"mappings":"AAIA,wBAAgB,uBAAuB,4CA2FtC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SwitchPrimitives from "@radix-ui/react-switch";
3
+ declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export { Switch };
5
+ //# sourceMappingURL=switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/components/ui/switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAI3D,QAAA,MAAM,MAAM,8JAkBV,CAAC;AAGH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
3
+ declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
4
+ declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
5
+ declare const TableFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
6
+ declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
7
+ declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
8
+ declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
9
+ declare const TableCaption: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableCaptionElement> & React.RefAttributes<HTMLTableCaptionElement>>;
10
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption };
11
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,KAAK,iHAUV,CAAC;AAGF,QAAA,MAAM,WAAW,+HAQhB,CAAC;AAGF,QAAA,MAAM,SAAS,+HAQd,CAAC;AAGF,QAAA,MAAM,WAAW,+HAQhB,CAAC;AAGF,QAAA,MAAM,QAAQ,uHAQb,CAAC;AAGF,QAAA,MAAM,SAAS,2HAWd,CAAC;AAGF,QAAA,MAAM,SAAS,2HAQd,CAAC;AAGF,QAAA,MAAM,YAAY,+HAQjB,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
3
+ declare const Tabs: React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>;
4
+ declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tabs, TabsList, TabsTrigger, TabsContent };
8
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAKtD,QAAA,MAAM,IAAI,gGAAqB,CAAC;AAEhC,QAAA,MAAM,QAAQ,uJAYZ,CAAC;AAGH,QAAA,MAAM,WAAW,gKAwBf,CAAC;AAGH,QAAA,MAAM,WAAW,0JAYf,CAAC;AAGH,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import * as ToastPrimitives from "@radix-ui/react-toast";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
5
+ declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
6
+ declare const Toast: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
7
+ variant?: "default" | "destructive" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes<HTMLLIElement>>;
9
+ declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
+ declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
11
+ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
14
+ type ToastActionElement = React.ReactElement<typeof ToastAction>;
15
+ export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, };
16
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAKlE,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,kKAYjB,CAAC;AAkBH,QAAA,MAAM,KAAK;;qHAWT,CAAC;AAGH,QAAA,MAAM,WAAW,kKAYf,CAAC;AAGH,QAAA,MAAM,UAAU,iKAed,CAAC;AAGH,QAAA,MAAM,UAAU,2JASd,CAAC;AAGH,QAAA,MAAM,gBAAgB,iKASpB,CAAC;AAGH,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,OAAO,EACL,KAAK,UAAU,EACf,KAAK,kBAAkB,EACvB,aAAa,EACb,aAAa,EACb,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,WAAW,GACZ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function Toaster(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../src/components/ui/toaster.tsx"],"names":[],"mappings":"AAKA,wBAAgB,OAAO,4CAuBtB"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,QAAA,MAAM,eAAe,iDAA4B,CAAC;AAElD,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAelB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare function AccountProvider({ children }: {
2
+ children: React.ReactNode;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ export declare const useAccount: () => import("wagmi").UseAccountReturnType<import("wagmi").Config>;
5
+ //# sourceMappingURL=AccountContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountContext.d.ts","sourceRoot":"","sources":["../../src/contexts/AccountContext.tsx"],"names":[],"mappings":"AAOA,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAG1E;AAED,eAAO,MAAM,UAAU,oEAAmC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { type ReactNode } from "react";
2
+ export type WalletType = "SUI" | "EVM" | "SOL" | "BTC";
3
+ export interface WalletInfo {
4
+ type: WalletType;
5
+ address: string;
6
+ isConnected: boolean;
7
+ }
8
+ interface WalletsContextType {
9
+ connectedWallets: WalletInfo[];
10
+ switchWallet: (type: WalletType) => Promise<void>;
11
+ disconnectWallet: (type: WalletType) => Promise<void>;
12
+ getWalletsByType: (type: WalletType) => WalletInfo[];
13
+ checkWalletConnection: (type: WalletType) => Promise<boolean>;
14
+ }
15
+ export declare function useWallets(): WalletsContextType;
16
+ export declare function WalletsProvider({ children }: {
17
+ children: ReactNode;
18
+ }): import("react/jsx-runtime").JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=WalletsContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WalletsContext.d.ts","sourceRoot":"","sources":["../../src/contexts/WalletsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAoD,KAAK,SAAS,EAAsB,MAAM,OAAO,CAAC;AAK7G,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEvD,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,UAAU,kBAAkB;IAC1B,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,YAAY,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,gBAAgB,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtD,gBAAgB,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,UAAU,EAAE,CAAC;IACrD,qBAAqB,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC/D;AAMD,wBAAgB,UAAU,IAAI,kBAAkB,CAM/C;AAED,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CA8GpE"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import type { WidgetConfig } from "../lib/types/widget";
3
+ export declare function WidgetConfigProvider({ children, config }: {
4
+ children: React.ReactNode;
5
+ config?: WidgetConfig;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export declare function useWidgetConfig(): WidgetConfig | undefined;
8
+ //# sourceMappingURL=WidgetConfigContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetConfigContext.d.ts","sourceRoot":"","sources":["../../src/contexts/WidgetConfigContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoC,MAAM,OAAO,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAQxD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,MAAM,EACP,EAAE;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,2CAMA;AAED,wBAAgB,eAAe,IAAI,YAAY,GAAG,SAAS,CAG1D"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=example-usage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example-usage.d.ts","sourceRoot":"","sources":["../../../../src/hooks/tokens/list/example-usage.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ import type { Token, TokenBalance, Chain, TokensByChain } from "@/types";
2
+ import type { AllChains } from "@/types";
3
+ import { type LocalNetworkConfig as NetworkConfig } from "@/lib/tokens/list";
4
+ export declare function useTokenList(networkConfig: NetworkConfig[]): {
5
+ allChains: AllChains;
6
+ initialTokens: TokensByChain;
7
+ };
8
+ export declare function useTokenFiltering(initialTokens: TokensByChain, search: string, selectedChainId: string | null, tokenBalances: Record<string, TokenBalance>, isWalletConnected: boolean): Token[];
9
+ export declare function useChainSelection(initialChain?: {
10
+ chainId?: number | string;
11
+ } | null): {
12
+ selectedChainId: string | null;
13
+ view: "chains" | "tokens";
14
+ selectChain: (chainId: string | null) => void;
15
+ goBackToChains: () => void;
16
+ setSelectedChainId: import("react").Dispatch<import("react").SetStateAction<string | null>>;
17
+ setView: import("react").Dispatch<import("react").SetStateAction<"chains" | "tokens">>;
18
+ };
19
+ export declare function useTokenSelection(networkConfig: NetworkConfig[], onSelect: (chain: Chain, token: Token) => void): {
20
+ handleTokenSelect: (chainId: string, token: Token) => void;
21
+ };
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/tokens/list/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,KAAK,EAAa,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,EAKL,KAAK,kBAAkB,IAAI,aAAa,EACzC,MAAM,mBAAmB,CAAC;AAE3B,wBAAgB,YAAY,CAAC,aAAa,EAAE,aAAa,EAAE;;;EAQ1D;AAED,wBAAgB,iBAAiB,CAC/B,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,MAAM,EACd,eAAe,EAAE,MAAM,GAAG,IAAI,EAC9B,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,EAC3C,iBAAiB,EAAE,OAAO,WAwB3B;AAED,wBAAgB,iBAAiB,CAAC,YAAY,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,GAAG,IAAI;;;2BAOzC,MAAM,GAAG,IAAI;;;;EAmBxD;AAED,wBAAgB,iBAAiB,CAC/B,aAAa,EAAE,aAAa,EAAE,EAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI;iCAGlC,MAAM,SAAS,KAAK;EAejC"}
@@ -0,0 +1,17 @@
1
+ import type { Token } from "@/types";
2
+ /**
3
+ * Hook to fetch token list from Relay API
4
+ * @param chainIds Array of chain IDs to fetch tokens for
5
+ * @param limit Maximum number of tokens to return (default: 12)
6
+ * @param term Search term for token filtering (optional)
7
+ * @param enabled Whether the query should be enabled (default: true)
8
+ */
9
+ export declare const useTokenListRelay: (chainIds: string[], limit?: number, term?: string, enabled?: boolean) => import("@tanstack/react-query").DefinedUseQueryResult<Token[], Error>;
10
+ /**
11
+ * Simplified hook that returns Token[] directly from Relay API
12
+ * @param chainIds Array of chain IDs to fetch tokens for
13
+ * @param limit Maximum number of tokens to return (default: 12)
14
+ * @param term Search term for token filtering (optional)
15
+ */
16
+ export declare const useRelayTokens: (chainIds: string[], limit?: number, term?: string) => import("@tanstack/react-query").DefinedUseQueryResult<Token[], Error>;
17
+ //# sourceMappingURL=relay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relay.d.ts","sourceRoot":"","sources":["../../../../src/hooks/tokens/list/relay.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAiB,MAAM,SAAS,CAAC;AA+DpD;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAC5B,UAAU,MAAM,EAAE,EAClB,QAAQ,MAAM,EACd,OAAO,MAAM,EACb,UAAS,OAAc,0EAYxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,cAAc,GACzB,UAAU,MAAM,EAAE,EAClB,QAAQ,MAAM,EACd,OAAO,MAAM,0EAGd,CAAC"}