@hyperbridge/ui 0.0.3 → 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;
@@ -304,10 +311,10 @@ declare function AddressInputFocusBehaviour(props: {
304
311
  }): react_jsx_runtime.JSX.Element;
305
312
 
306
313
  declare function AssetListItem(props: {
307
- amount: React.ReactNode;
308
314
  caption: string;
309
- address: string;
310
- amountInUSD: string;
315
+ amount: React.ReactNode;
316
+ address: React.ReactNode;
317
+ amountInUSD: React.ReactNode;
311
318
  tokenImage: React.ComponentProps<typeof BadgeIcon>;
312
319
  }): react_jsx_runtime.JSX.Element;
313
320
  declare function AssetList(props: React.ComponentPropsWithoutRef<"ul">): react_jsx_runtime.JSX.Element;
@@ -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: {
@@ -380,6 +388,10 @@ declare function ReviewItem(props: {
380
388
  address: string;
381
389
  }) => React__default.ReactNode;
382
390
  }): react_jsx_runtime.JSX.Element;
391
+ declare const ReviewItemAddress: React__default.ForwardRefExoticComponent<Omit<{
392
+ address: string;
393
+ tag: string;
394
+ } & React__default.ClassAttributes<HTMLSpanElement> & React__default.HTMLAttributes<HTMLSpanElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
383
395
  declare const ReviewItemCopyAddressButton: React__default.ForwardRefExoticComponent<Omit<{
384
396
  address: string;
385
397
  tag: string;
@@ -398,7 +410,7 @@ declare function DialogFooter({ className, ...props }: React$1.ComponentProps<"d
398
410
  declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
399
411
  declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
400
412
 
401
- declare function DialogMorphContent({ className, children, showCloseButton, ...props }: DialogPrimitive.DialogContentProps & {
413
+ declare function DialogMorphContent({ className, children, showCloseButton, onInteractOutside, ...props }: DialogPrimitive.DialogContentProps & {
402
414
  showCloseButton?: boolean;
403
415
  }): react_jsx_runtime.JSX.Element;
404
416
 
@@ -413,32 +425,6 @@ declare function EmptyState(props: {
413
425
  children?: React__default.ReactNode;
414
426
  }): react_jsx_runtime.JSX.Element;
415
427
 
416
- type Item = {
417
- network: {
418
- name: string;
419
- image: string;
420
- };
421
- wallet: {
422
- image: string;
423
- name: string;
424
- };
425
- address: string;
426
- isActive?: boolean;
427
- };
428
- declare function ConnectedHeader(props: {
429
- accounts: Item[];
430
- onCopy?: (account: string) => void;
431
- onDisconnect?: (account: Item, index: number) => void;
432
- onConnect?: (networkType: "evm" | "polkadot") => void;
433
- polkadotImage?: {
434
- name: string;
435
- src: string;
436
- };
437
- evmImage?: {
438
- name: string;
439
- src: string;
440
- };
441
- }): react_jsx_runtime.JSX.Element;
442
428
  declare function WalletManagerUIProvider(props: {
443
429
  expand?: boolean;
444
430
  children: React__default.ReactNode;
@@ -489,7 +475,7 @@ interface ModalProps {
489
475
  title?: string;
490
476
  animationPreset?: AnimationPreset;
491
477
  }
492
- 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;
493
479
 
494
480
  /**
495
481
  * Renders a Separator that shows a border when the referenced Scrollable Element is scrolled.
@@ -520,7 +506,7 @@ declare function ScrollAwareSeparator(props: React__default.ComponentProps<"div"
520
506
  scrollRef: React__default.RefObject<HTMLElement | null>;
521
507
  }): react_jsx_runtime.JSX.Element;
522
508
 
523
- declare function BridgeSummary(props: {
509
+ declare function Summary(props: {
524
510
  children: React.ReactNode;
525
511
  }): react_jsx_runtime.JSX.Element;
526
512
  type SummaryEntryItem = {
@@ -541,6 +527,9 @@ declare const SummaryValues: {
541
527
  GasEntry: ({ children }: {
542
528
  children: React.ReactNode;
543
529
  }) => react_jsx_runtime.JSX.Element;
530
+ Rate: ({ children }: {
531
+ children: React.ReactNode;
532
+ }) => react_jsx_runtime.JSX.Element;
544
533
  SpillageTolerance: ({ children }: {
545
534
  children: React.ReactNode;
546
535
  }) => react_jsx_runtime.JSX.Element;
@@ -550,6 +539,12 @@ declare const SummaryValues: {
550
539
  ETA: ({ children }: {
551
540
  children: React.ReactNode;
552
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;
553
548
  };
554
549
  Values: {
555
550
  Highlight: ({ children }: {
@@ -584,7 +579,7 @@ type TimelineData = {
584
579
  processingStatus: "upcoming" | "error";
585
580
  } | {
586
581
  processingStatus: "completed";
587
- data: {
582
+ data?: {
588
583
  transactionUrl: string;
589
584
  completedIn: EstimatedTimeFormatted;
590
585
  };
@@ -592,6 +587,7 @@ type TimelineData = {
592
587
  type TimelineItemProps = Prettify<TimelineData & Level & {
593
588
  caption: string;
594
589
  secondary?: string;
590
+ durationMode?: "none" | "visible";
595
591
  }>;
596
592
  declare function TimelineItem(props: TimelineItemProps): react_jsx_runtime.JSX.Element;
597
593
  declare function TimelineListGroup(props: {
@@ -802,9 +798,10 @@ declare function HeaderNested(props: {
802
798
  onBack: () => void;
803
799
  hideBackButton?: boolean;
804
800
  }): react_jsx_runtime.JSX.Element;
805
- declare function ListSection({ children, caption, }: {
801
+ declare function ListSection({ children, caption, contentClassName, }: {
806
802
  caption: React.ReactNode;
807
- children: React.ReactNode;
803
+ children?: React.ReactNode;
804
+ contentClassName?: string;
808
805
  }): react_jsx_runtime.JSX.Element;
809
806
  declare function CWDrawerContent({ children, ...props }: {
810
807
  children: React.ReactNode;
@@ -837,9 +834,67 @@ declare function TokenSelectionItem(props: {
837
834
  AddWalletButton: React__default.ReactNode;
838
835
  } & React__default.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
839
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
+
840
884
  declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
841
885
  declare function Tooltip({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
842
886
  declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
843
887
  declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
844
888
 
845
- 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, 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 };