@hyperbridge/ui 0.0.4 → 0.0.5

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.
@@ -816,7 +816,7 @@ var SvgLoader = (props) => /* @__PURE__ */ jsxs3(
816
816
  width: 16,
817
817
  height: 16,
818
818
  fill: "#000",
819
- children: /* @__PURE__ */ jsx30("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
819
+ children: /* @__PURE__ */ jsx30("path", { fill: "transparent", d: "M0 0h16v16H0z" })
820
820
  }
821
821
  ),
822
822
  /* @__PURE__ */ jsx30(
@@ -1087,8 +1087,8 @@ var Search_default = Memo37;
1087
1087
 
1088
1088
  // src/components/icons/Server.tsx
1089
1089
  import { memo as memo38 } from "react";
1090
- import { jsx as jsx38, jsxs as jsxs4 } from "react/jsx-runtime";
1091
- var SvgServer = (props) => /* @__PURE__ */ jsxs4(
1090
+ import { jsx as jsx38 } from "react/jsx-runtime";
1091
+ var SvgServer = (props) => /* @__PURE__ */ jsx38(
1092
1092
  "svg",
1093
1093
  __spreadProps(__spreadValues({
1094
1094
  width: "1em",
@@ -1097,24 +1097,13 @@ var SvgServer = (props) => /* @__PURE__ */ jsxs4(
1097
1097
  fill: "none",
1098
1098
  xmlns: "http://www.w3.org/2000/svg"
1099
1099
  }, props), {
1100
- children: [
1101
- /* @__PURE__ */ jsx38(
1102
- "path",
1103
- {
1104
- fillRule: "evenodd",
1105
- clipRule: "evenodd",
1106
- d: "M11.665 3.208c0-.44-.25-.78-.527-1.013-.28-.236-.65-.422-1.056-.567-.817-.292-1.907-.461-3.083-.461-1.177 0-2.267.169-3.084.46-.406.146-.776.332-1.055.568-.277.234-.528.574-.528 1.013v2.625c0 .44.251.78.528 1.014.28.235.65.422 1.055.567.817.292 1.907.46 3.084.46 1.176 0 2.266-.168 3.083-.46.406-.145.776-.332 1.055-.567.277-.234.528-.574.528-1.014V3.208Zm-8.052-.122a.437.437 0 0 0-.11.122c.01.02.037.06.11.122.133.113.362.241.695.36.66.236 1.612.393 2.69.393 1.08 0 2.03-.157 2.692-.393.333-.119.561-.247.695-.36a.436.436 0 0 0 .11-.122.436.436 0 0 0-.11-.122c-.134-.113-.362-.24-.695-.36-.661-.236-1.612-.393-2.691-.393-1.08 0-2.03.157-2.691.393-.333.12-.562.247-.695.36Z",
1107
- fill: "currentColor"
1108
- }
1109
- ),
1110
- /* @__PURE__ */ jsx38(
1111
- "path",
1112
- {
1113
- d: "M10.475 8.512a4.906 4.906 0 0 0 1.19-.6v2.88c0 .44-.25.78-.527 1.013-.28.236-.65.422-1.056.567-.817.292-1.907.461-3.083.461-1.177 0-2.267-.17-3.084-.46-.406-.146-.776-.332-1.055-.568-.277-.234-.528-.574-.528-1.013v-2.88c.374.266.794.459 1.19.6.974.348 2.203.53 3.477.53s2.503-.182 3.476-.53Z",
1114
- fill: "currentColor"
1115
- }
1116
- )
1117
- ]
1100
+ children: /* @__PURE__ */ jsx38(
1101
+ "path",
1102
+ {
1103
+ d: "M11.665 3.208c0-.44-.25-.78-.527-1.013-.28-.236-.65-.422-1.056-.567-.817-.292-1.907-.461-3.083-.461-1.177 0-2.267.169-3.084.46-.406.146-.776.332-1.055.568-.277.234-.528.574-.528 1.013v2.625c0 .44.251.78.528 1.014.28.235.65.422 1.055.567.817.292 1.907.46 3.084.46 1.176 0 2.266-.168 3.083-.46.406-.145.776-.332 1.055-.567.277-.234.528-.574.528-1.014V3.208Zm-8.052-.122a.437.437 0 0 0-.11.122c.01.02.037.06.11.122.133.113.362.241.695.36.66.236 1.612.393 2.69.393 1.08 0 2.03-.157 2.692-.393.333-.119.561-.247.695-.36a.436.436 0 0 0 .11-.122.436.436 0 0 0-.11-.122c-.134-.113-.362-.24-.695-.36-.661-.236-1.612-.393-2.691-.393-1.08 0-2.03.157-2.691.393-.333.12-.562.247-.695.36ZM10.475 8.512a4.906 4.906 0 0 0 1.19-.6v2.88c0 .44-.25.78-.527 1.013-.28.236-.65.422-1.056.567-.817.292-1.907.461-3.083.461-1.177 0-2.267-.17-3.084-.46-.406-.146-.776-.332-1.055-.568-.277-.234-.528-.574-.528-1.013v-2.88c.374.266.794.459 1.19.6.974.348 2.203.53 3.477.53s2.503-.182 3.476-.53Z",
1104
+ fill: "currentColor"
1105
+ }
1106
+ )
1118
1107
  })
1119
1108
  );
1120
1109
  var Memo38 = memo38(SvgServer);
@@ -1174,8 +1163,8 @@ var Settings_default = Memo40;
1174
1163
 
1175
1164
  // src/components/icons/Shuffle.tsx
1176
1165
  import { memo as memo41 } from "react";
1177
- import { jsx as jsx41, jsxs as jsxs5 } from "react/jsx-runtime";
1178
- var SvgShuffle = (props) => /* @__PURE__ */ jsxs5(
1166
+ import { jsx as jsx41, jsxs as jsxs4 } from "react/jsx-runtime";
1167
+ var SvgShuffle = (props) => /* @__PURE__ */ jsxs4(
1179
1168
  "svg",
1180
1169
  __spreadProps(__spreadValues({
1181
1170
  width: "1em",
@@ -47,7 +47,7 @@ import {
47
47
  Wallet_default,
48
48
  XCircle_default,
49
49
  XIcon_default
50
- } from "../chunk-O7MCYCGJ.mjs";
50
+ } from "../chunk-WFUCFRU6.mjs";
51
51
  export {
52
52
  Alert_default as Alert,
53
53
  ArrowBottomTop_default as ArrowBottomTop,
package/dist/index.d.mts CHANGED
@@ -23,7 +23,7 @@ declare function LabelledSeperator(props: {
23
23
  }): react_jsx_runtime.JSX.Element;
24
24
 
25
25
  declare const variant_: {
26
- disiplay: string;
26
+ display: string;
27
27
  h1: string;
28
28
  h2: string;
29
29
  h3: string;
@@ -31,6 +31,7 @@ declare const variant_: {
31
31
  h5: string;
32
32
  h6: string;
33
33
  h7: string;
34
+ title: string;
34
35
  body1: string;
35
36
  body2: string;
36
37
  p: string;
@@ -135,30 +136,36 @@ interface TokenInfo {
135
136
  };
136
137
  }
137
138
  interface SwapFormProps<T extends number = 25 | 50 | 100> {
138
- senderAddress?: string;
139
- senderBalance?: string;
140
- senderAmount?: string;
141
- senderUsdValue?: string | number;
142
- senderToken?: TokenInfo;
143
- onSenderAmountChange?: (value: string, event?: React.ChangeEvent<HTMLInputElement>) => void;
144
- onSenderTokenSelect?: () => void;
145
- receiverAddress?: string;
146
- receiverAmount?: string | number;
147
- receiverUsdValue?: string | number;
148
- receiverToken?: TokenInfo;
149
- onReceiverTokenSelect?: () => void;
150
- onReceiverAddressEdit?: () => void;
151
- percentagePresets?: T[];
152
- activePercentage?: T | null;
153
- onPercentageClick?: (percentage: T) => void;
154
- onPercentageReset?: () => void;
139
+ sender: {
140
+ address: string;
141
+ balance: React.JSX.Element;
142
+ amount: string;
143
+ usdValue: string | number;
144
+ token: TokenInfo;
145
+ onAmountChange: (value: string, event?: React.ChangeEvent<HTMLInputElement>) => void;
146
+ onTokenSelect: () => void;
147
+ };
148
+ receiver: {
149
+ address: string;
150
+ amount: string;
151
+ usdValue: string | number;
152
+ token: TokenInfo;
153
+ onAmountChange?: (value: string, event?: React.ChangeEvent<HTMLInputElement>) => void;
154
+ onTokenSelect: () => void;
155
+ onAddressEdit: () => void;
156
+ };
157
+ percentage?: {
158
+ options: number[];
159
+ value: number | null;
160
+ };
161
+ onPercentageChange?: (percentage: number | null) => void;
155
162
  onInvert?: () => void;
156
163
  estimatedTime?: string;
157
164
  isLoading?: boolean;
158
165
  className?: string;
159
166
  error?: boolean;
160
167
  }
161
- declare function SwapForm<T extends number = 25 | 50 | 100>({ senderAddress, senderBalance, senderAmount, senderUsdValue, senderToken, onSenderAmountChange, onSenderTokenSelect, receiverAddress, receiverAmount, receiverUsdValue, receiverToken, onReceiverTokenSelect, onReceiverAddressEdit, percentagePresets, activePercentage, onPercentageClick, onPercentageReset, onInvert, estimatedTime, isLoading, className, error, }: SwapFormProps<T>): react_jsx_runtime.JSX.Element;
168
+ declare function SwapForm<T extends number = 25 | 50 | 100>({ sender, receiver, percentage, onPercentageChange, onInvert, estimatedTime, isLoading, className, error, }: SwapFormProps<T>): react_jsx_runtime.JSX.Element;
162
169
 
163
170
  interface Network {
164
171
  name: string;
@@ -340,6 +347,7 @@ declare function WalletProviderItem(props: {
340
347
  onRetry?: () => void;
341
348
  onCancel?: () => void;
342
349
  onConnect?: () => void;
350
+ onDisconnect?: () => void;
343
351
  }): react_jsx_runtime.JSX.Element;
344
352
  declare function NetworkGroupItem(props: {
345
353
  image: {
@@ -402,7 +410,7 @@ declare function DialogFooter({ className, ...props }: React$1.ComponentProps<"d
402
410
  declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
403
411
  declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
404
412
 
405
- declare function DialogMorphContent({ className, children, showCloseButton, ...props }: DialogPrimitive.DialogContentProps & {
413
+ declare function DialogMorphContent({ className, children, showCloseButton, onInteractOutside, ...props }: DialogPrimitive.DialogContentProps & {
406
414
  showCloseButton?: boolean;
407
415
  }): react_jsx_runtime.JSX.Element;
408
416
 
@@ -417,32 +425,6 @@ declare function EmptyState(props: {
417
425
  children?: React__default.ReactNode;
418
426
  }): react_jsx_runtime.JSX.Element;
419
427
 
420
- type Item = {
421
- network: {
422
- name: string;
423
- image: string;
424
- };
425
- wallet: {
426
- image: string;
427
- name: string;
428
- };
429
- address: string;
430
- isActive?: boolean;
431
- };
432
- declare function ConnectedHeader(props: {
433
- accounts: Item[];
434
- onCopy?: (account: string) => void;
435
- onDisconnect?: (account: Item, index: number) => void;
436
- onConnect?: (networkType: "evm" | "polkadot") => void;
437
- polkadotImage?: {
438
- name: string;
439
- src: string;
440
- };
441
- evmImage?: {
442
- name: string;
443
- src: string;
444
- };
445
- }): react_jsx_runtime.JSX.Element;
446
428
  declare function WalletManagerUIProvider(props: {
447
429
  expand?: boolean;
448
430
  children: React__default.ReactNode;
@@ -493,7 +475,7 @@ interface ModalProps {
493
475
  title?: string;
494
476
  animationPreset?: AnimationPreset;
495
477
  }
496
- declare const Modal: ({ isOpen, children, onClose, className, animationPreset, }: ModalProps) => react_jsx_runtime.JSX.Element;
478
+ declare const Modal: (props: ModalProps) => react_jsx_runtime.JSX.Element;
497
479
 
498
480
  /**
499
481
  * Renders a Separator that shows a border when the referenced Scrollable Element is scrolled.
@@ -524,7 +506,7 @@ declare function ScrollAwareSeparator(props: React__default.ComponentProps<"div"
524
506
  scrollRef: React__default.RefObject<HTMLElement | null>;
525
507
  }): react_jsx_runtime.JSX.Element;
526
508
 
527
- declare function BridgeSummary(props: {
509
+ declare function Summary(props: {
528
510
  children: React.ReactNode;
529
511
  }): react_jsx_runtime.JSX.Element;
530
512
  type SummaryEntryItem = {
@@ -545,6 +527,9 @@ declare const SummaryValues: {
545
527
  GasEntry: ({ children }: {
546
528
  children: React.ReactNode;
547
529
  }) => react_jsx_runtime.JSX.Element;
530
+ Rate: ({ children }: {
531
+ children: React.ReactNode;
532
+ }) => react_jsx_runtime.JSX.Element;
548
533
  SpillageTolerance: ({ children }: {
549
534
  children: React.ReactNode;
550
535
  }) => react_jsx_runtime.JSX.Element;
@@ -554,6 +539,12 @@ declare const SummaryValues: {
554
539
  ETA: ({ children }: {
555
540
  children: React.ReactNode;
556
541
  }) => react_jsx_runtime.JSX.Element;
542
+ RecipientAddress: ({ children }: {
543
+ children: React.ReactNode;
544
+ }) => react_jsx_runtime.JSX.Element;
545
+ Fee: ({ children }: {
546
+ children: React.ReactNode;
547
+ }) => react_jsx_runtime.JSX.Element;
557
548
  };
558
549
  Values: {
559
550
  Highlight: ({ children }: {
@@ -588,7 +579,7 @@ type TimelineData = {
588
579
  processingStatus: "upcoming" | "error";
589
580
  } | {
590
581
  processingStatus: "completed";
591
- data: {
582
+ data?: {
592
583
  transactionUrl: string;
593
584
  completedIn: EstimatedTimeFormatted;
594
585
  };
@@ -596,6 +587,7 @@ type TimelineData = {
596
587
  type TimelineItemProps = Prettify<TimelineData & Level & {
597
588
  caption: string;
598
589
  secondary?: string;
590
+ durationMode?: "none" | "visible";
599
591
  }>;
600
592
  declare function TimelineItem(props: TimelineItemProps): react_jsx_runtime.JSX.Element;
601
593
  declare function TimelineListGroup(props: {
@@ -806,9 +798,10 @@ declare function HeaderNested(props: {
806
798
  onBack: () => void;
807
799
  hideBackButton?: boolean;
808
800
  }): react_jsx_runtime.JSX.Element;
809
- declare function ListSection({ children, caption, }: {
801
+ declare function ListSection({ children, caption, contentClassName, }: {
810
802
  caption: React.ReactNode;
811
- children: React.ReactNode;
803
+ children?: React.ReactNode;
804
+ contentClassName?: string;
812
805
  }): react_jsx_runtime.JSX.Element;
813
806
  declare function CWDrawerContent({ children, ...props }: {
814
807
  children: React.ReactNode;
@@ -841,9 +834,67 @@ declare function TokenSelectionItem(props: {
841
834
  AddWalletButton: React__default.ReactNode;
842
835
  } & React__default.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
843
836
 
837
+ interface SwapTokenSelectorProps {
838
+ isOpen: boolean;
839
+ onClose: () => void;
840
+ children?: React__default.ReactNode;
841
+ className?: string;
842
+ }
843
+ declare const SwapTokenSelector: ({ isOpen, onClose, children, className, }: SwapTokenSelectorProps) => react_jsx_runtime.JSX.Element;
844
+ interface SwapTokenSelectorHeaderProps {
845
+ title?: string;
846
+ onClose?: () => void;
847
+ children?: React__default.ReactNode;
848
+ className?: string;
849
+ }
850
+ declare const SwapTokenSelectorHeader: ({ title, onClose, children, className, }: SwapTokenSelectorHeaderProps) => react_jsx_runtime.JSX.Element;
851
+ interface SwapTokenSelectorSearchProps {
852
+ children: React__default.ReactNode;
853
+ className?: string;
854
+ }
855
+ declare const SwapTokenSelectorSearch: ({ children, className, }: SwapTokenSelectorSearchProps) => react_jsx_runtime.JSX.Element;
856
+ interface SwapTokenSelectorContentProps {
857
+ children: React__default.ReactNode;
858
+ className?: string;
859
+ }
860
+ declare const SwapTokenSelectorContent: ({ children, className, }: SwapTokenSelectorContentProps) => react_jsx_runtime.JSX.Element;
861
+ interface SwapTokenSelectorSectionProps {
862
+ title?: string;
863
+ children: React__default.ReactNode;
864
+ className?: string;
865
+ }
866
+ declare const SwapTokenSelectorSection: ({ title, children, className, }: SwapTokenSelectorSectionProps) => react_jsx_runtime.JSX.Element;
867
+ interface SwapTokenSelectorEmptyProps {
868
+ children: React__default.ReactNode;
869
+ className?: string;
870
+ }
871
+ declare const SwapTokenSelectorEmpty: ({ children, className, }: SwapTokenSelectorEmptyProps) => react_jsx_runtime.JSX.Element;
872
+ interface SwapTokenItemProps {
873
+ token: Omit<Token, "address" | "network_group" | "amount" | "usdValue">;
874
+ network: Omit<Network, "group">;
875
+ address: React__default.ReactNode;
876
+ isActive?: boolean;
877
+ onClick?: () => void;
878
+ className?: string;
879
+ amount: string;
880
+ usdValue: string;
881
+ }
882
+ declare const SwapTokenItem: ({ token, network, address, isActive, onClick, className, amount, usdValue, }: SwapTokenItemProps) => react_jsx_runtime.JSX.Element;
883
+
844
884
  declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
845
885
  declare function Tooltip({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
846
886
  declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
847
887
  declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
848
888
 
849
- export { AccessoryButton, type AccessoryButtonProps, AccountItem, AccountStack, type AccountStackProps, AddressInput, AddressInputFocusBehaviour, AssetList, AssetListItem, AssetValueTrend, BadgeIcon, Balance, BridgeForm, type BridgeFormProps, BridgeInput, BridgeSettings, type BridgeSettingsProps, BridgeSummary, BridgeTokenButton, Button, type ButtonProps, CWDrawerContent, ConnectedHeader, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogMorphContent, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerContent, EmptyState, EmptyStateConceal, EmptyStateContent, EmptyStateDescription, EmptyStateTitle, type EstimatedTimeFormatted, GradientButton, Header, HeaderContent, HeaderGradient, HeaderNested, IconButton, Input, type InputProps, LabelledSeperator, ListHeading, ListSection, ManageAccounts, Modal, type ModalProps, type Network, NetworkGroupItem, NetworkSelectionItem, NetworkSelector, type NetworkSelectorProps, NetworkSwitcher, NetworkSwitcherButton, type NetworkSwitcherProps, ReviewItem, ReviewItemAddress, ReviewItemCopyAddressButton, ScrollAwareSeparator, SearchInput, type SearchInputProps, Settings, type SettingsProps, Sheet, SheetContent, SheetTrigger, SummaryValues, SwapForm, type SwapFormProps, SwapTokenButton, TabAlt, TabAltContent, TabAltHeader, TabAltHeaders, TabAltPanel, TabItem, Tabs, TabsContent, TabsList, TagButton, Text, TimelineItem, TimelineList, TimelineListGroup, TimelineRoot, TimerWrap, ToastBox, type Token, TokenImage, type TokenInfo, TokenSelectionItem, TokenSelector, type TokenSelectorProps, TokenTransferPair, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TransactionTimer, TxList, TxListItem, TxListItemProcessing, type WalletAccount, WalletAccountItem, WalletConnectedHeader, type WalletConnectedHeaderProps, WalletHeader, type WalletHeaderCallbacks, WalletHeaderContent, WalletHeaderContentBlur, type WalletHeaderContentProps, type WalletHeaderProps, WalletHeaderTabItem, WalletHeaderTabs, WalletHeaderTabsContent, WalletHeaderTabsList, type WalletHeaderTabsProps, WalletManagerUIContent, WalletManagerUIProvider, WalletProviderItem, makeEntry };
889
+ declare function HBDrawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
890
+ declare function HBDrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
891
+ declare function HBDrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
892
+ declare function HBDrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
893
+ declare function HBDrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
894
+ declare function HBDrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
895
+ declare function HBDrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
896
+ declare function HBDrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
897
+ declare function HBDrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
898
+ declare function HBDrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
899
+
900
+ export { AccessoryButton, type AccessoryButtonProps, AccountItem, AccountStack, type AccountStackProps, AddressInput, AddressInputFocusBehaviour, AssetList, AssetListItem, AssetValueTrend, BadgeIcon, Balance, BridgeForm, type BridgeFormProps, BridgeInput, BridgeSettings, type BridgeSettingsProps, BridgeTokenButton, Button, type ButtonProps, CWDrawerContent, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogMorphContent, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerContent, EmptyState, EmptyStateConceal, EmptyStateContent, EmptyStateDescription, EmptyStateTitle, type EstimatedTimeFormatted, GradientButton, HBDrawer, HBDrawerClose, HBDrawerContent, HBDrawerDescription, HBDrawerFooter, HBDrawerHeader, HBDrawerOverlay, HBDrawerPortal, HBDrawerTitle, HBDrawerTrigger, Header, HeaderContent, HeaderGradient, HeaderNested, IconButton, Input, type InputProps, LabelledSeperator, ListHeading, ListSection, ManageAccounts, Modal, type ModalProps, type Network, NetworkGroupItem, NetworkSelectionItem, NetworkSelector, type NetworkSelectorProps, NetworkSwitcher, NetworkSwitcherButton, type NetworkSwitcherProps, ReviewItem, ReviewItemAddress, ReviewItemCopyAddressButton, ScrollAwareSeparator, SearchInput, type SearchInputProps, Settings, type SettingsProps, Sheet, SheetContent, SheetTrigger, Summary, SummaryValues, SwapForm, type SwapFormProps, SwapTokenButton, SwapTokenItem, type SwapTokenItemProps, SwapTokenSelector, SwapTokenSelectorContent, type SwapTokenSelectorContentProps, SwapTokenSelectorEmpty, type SwapTokenSelectorEmptyProps, SwapTokenSelectorHeader, type SwapTokenSelectorHeaderProps, type SwapTokenSelectorProps, SwapTokenSelectorSearch, type SwapTokenSelectorSearchProps, SwapTokenSelectorSection, type SwapTokenSelectorSectionProps, TabAlt, TabAltContent, TabAltHeader, TabAltHeaders, TabAltPanel, TabItem, Tabs, TabsContent, TabsList, TagButton, Text, TimelineItem, TimelineList, TimelineListGroup, TimelineRoot, TimerWrap, ToastBox, type Token, TokenImage, type TokenInfo, TokenSelectionItem, TokenSelector, type TokenSelectorProps, TokenTransferPair, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TransactionTimer, TxList, TxListItem, TxListItemProcessing, type WalletAccount, WalletAccountItem, WalletConnectedHeader, type WalletConnectedHeaderProps, WalletHeader, type WalletHeaderCallbacks, WalletHeaderContent, WalletHeaderContentBlur, type WalletHeaderContentProps, type WalletHeaderProps, WalletHeaderTabItem, WalletHeaderTabs, WalletHeaderTabsContent, WalletHeaderTabsList, type WalletHeaderTabsProps, WalletManagerUIContent, WalletManagerUIProvider, WalletProviderItem, makeEntry };