@gearbox-protocol/permissionless-ui 1.22.0-next.34 → 1.22.0-next.35

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 (49) hide show
  1. package/dist/cjs/components/block-sync/block-sync.cjs +1 -1
  2. package/dist/cjs/components/checkbox/checkbox-labeled.cjs +1 -1
  3. package/dist/cjs/components/client-adapters/styled-rounded-image/styled-rounded-image.cjs +1 -1
  4. package/dist/cjs/components/complex-input/complex-input.cjs +1 -1
  5. package/dist/cjs/components/complex-input/index.cjs +1 -1
  6. package/dist/cjs/components/formatted-number/formatted-number.cjs +1 -1
  7. package/dist/cjs/components/index.cjs +1 -1
  8. package/dist/cjs/components/input/input.cjs +1 -1
  9. package/dist/cjs/components/input/use-icon-slot-widths.cjs +1 -0
  10. package/dist/cjs/components/short-string/short-string.cjs +1 -1
  11. package/dist/cjs/components/status-elements/index.cjs +1 -0
  12. package/dist/cjs/components/status-elements/status-elements.cjs +1 -0
  13. package/dist/cjs/components/tip-card/tip-card.cjs +1 -1
  14. package/dist/cjs/components/token-symbol/token-symbol.cjs +1 -1
  15. package/dist/cjs/components/token-template/token-template.cjs +1 -1
  16. package/dist/cjs/components/tooltip/simple-tooltip.cjs +1 -1
  17. package/dist/cjs/components/with-title/with-title.cjs +1 -1
  18. package/dist/cjs/index.cjs +1 -1
  19. package/dist/esm/components/block-sync/block-sync.js +34 -36
  20. package/dist/esm/components/checkbox/checkbox-labeled.js +2 -1
  21. package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +2 -1
  22. package/dist/esm/components/complex-input/complex-input.js +211 -55
  23. package/dist/esm/components/complex-input/index.js +3 -2
  24. package/dist/esm/components/formatted-number/formatted-number.js +41 -8
  25. package/dist/esm/components/index.js +456 -452
  26. package/dist/esm/components/input/input.js +28 -22
  27. package/dist/esm/components/input/use-icon-slot-widths.js +41 -0
  28. package/dist/esm/components/short-string/short-string.js +10 -14
  29. package/dist/esm/components/status-elements/index.js +5 -0
  30. package/dist/esm/components/status-elements/status-elements.js +48 -0
  31. package/dist/esm/components/tip-card/tip-card.js +5 -5
  32. package/dist/esm/components/token-symbol/token-symbol.js +34 -38
  33. package/dist/esm/components/token-template/token-template.js +24 -16
  34. package/dist/esm/components/tooltip/simple-tooltip.js +12 -11
  35. package/dist/esm/components/with-title/with-title.js +27 -14
  36. package/dist/esm/index.js +595 -591
  37. package/dist/globals.css +1 -1
  38. package/dist/types/components/complex-input/complex-input.d.ts +10 -14
  39. package/dist/types/components/formatted-number/formatted-number.d.ts +14 -4
  40. package/dist/types/components/index.d.ts +1 -0
  41. package/dist/types/components/input/use-icon-slot-widths.d.ts +12 -0
  42. package/dist/types/components/status-elements/index.d.ts +1 -0
  43. package/dist/types/components/status-elements/status-elements.d.ts +16 -0
  44. package/dist/types/components/text-button/text-button.d.ts +1 -1
  45. package/dist/types/components/token-template/token-template.d.ts +7 -28
  46. package/dist/types/components/with-title/with-title.d.ts +6 -6
  47. package/dist/types/index.d.ts +1 -0
  48. package/package.json +1 -1
  49. package/src/styles/base.css +1 -1
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as i } from "./components/accordion/accordion.js";
2
2
  import { AlertBadge as n, alertBadgeVariants as m } from "./components/alert-badge/alert-badge.js";
3
- import { AlertDialog as f, AlertDialogAction as x, AlertDialogCancel as s, AlertDialogContent as d, AlertDialogDescription as u, AlertDialogFooter as T, AlertDialogHeader as g, AlertDialogOverlay as c, AlertDialogPortal as b, AlertDialogTitle as S, AlertDialogTrigger as C } from "./components/alert-dialog/alert-dialog.js";
3
+ import { AlertDialog as f, AlertDialogAction as x, AlertDialogCancel as s, AlertDialogContent as d, AlertDialogDescription as u, AlertDialogFooter as T, AlertDialogHeader as g, AlertDialogOverlay as c, AlertDialogPortal as S, AlertDialogTitle as b, AlertDialogTrigger as C } from "./components/alert-dialog/alert-dialog.js";
4
4
  import { AlertModal as D } from "./components/alert-modal/alert-modal.js";
5
5
  import { Apy as I } from "./components/apy/apy.js";
6
6
  import { ArcLoader as F } from "./components/arc-loader/arc-loader.js";
@@ -9,7 +9,7 @@ import { AssetsListCell as w } from "./components/assets-list-cell/assets-list-c
9
9
  import { AssetsRatio as P } from "./components/assets-ratio/assets-ratio.js";
10
10
  import { ConnectRequired as v } from "./components/auth/connect-required.js";
11
11
  import { SignInRequired as y } from "./components/auth/signin-required.js";
12
- import { SIWEClientProvider as H } from "./components/auth/siwe-provider.js";
12
+ import { SIWEClientProvider as R } from "./components/auth/siwe-provider.js";
13
13
  import { Avatar as O, AvatarFallback as _, AvatarImage as U } from "./components/avatar/avatar.js";
14
14
  import { Badge as W, badgeVariants as z } from "./components/badge/badge.js";
15
15
  import { BaseLink as Z } from "./components/base-link/base-link.js";
@@ -24,222 +24,223 @@ import { FilterButton as xr } from "./components/buttons/filter-button/filter-bu
24
24
  import { NavigationButton as dr } from "./components/buttons/navigation-button/navigation-button.js";
25
25
  import { RangeButtons as Tr } from "./components/buttons/range-buttons/range-buttons.js";
26
26
  import { TabButton as cr } from "./components/buttons/tab-button/tab-button.js";
27
- import { CardGrid as Sr, cardGridVariants as Cr } from "./components/card-grid/card-grid.js";
27
+ import { CardGrid as br, cardGridVariants as Cr } from "./components/card-grid/card-grid.js";
28
28
  import { Card as Dr, CardContent as Ar, CardDescription as Ir, CardFooter as Vr, CardHeader as Fr, CardTitle as hr } from "./components/cards/card/card.js";
29
29
  import { DangerZone as Br } from "./components/cards/danger-zone/danger-zone.js";
30
30
  import { ExpandablCall as Er } from "./components/cards/expandable-call/expandable-call.js";
31
31
  import { ExpandableCard as kr } from "./components/cards/expandable-card/expandable-card.js";
32
32
  import { Carousel as Mr } from "./components/carousel/carousel.js";
33
- import { Checkbox as Rr } from "./components/checkbox/checkbox.js";
33
+ import { Checkbox as Hr } from "./components/checkbox/checkbox.js";
34
34
  import { CheckboxLabeled as Nr } from "./components/checkbox/checkbox-labeled.js";
35
35
  import { StyledButton as _r } from "./components/client-adapters/styled-button/styled-button.js";
36
36
  import { StyledDialogContainer as qr } from "./components/client-adapters/styled-dialog-container/styled-dialog-container.js";
37
37
  import { StyledRoundedImage as zr } from "./components/client-adapters/styled-rounded-image/styled-rounded-image.js";
38
38
  import { ColoredText as Zr, coloredTextVariants as Yr } from "./components/colored-text/colored-text.js";
39
- import { ComplexInput as Kr } from "./components/complex-input/complex-input.js";
40
- import { CompoundAPY as Jr } from "./components/compound-apy/compound-apy.js";
41
- import { ConfirmMenu as re } from "./components/confirm-menu/confirm-menu.js";
42
- import { CreditSessionStatus as oe } from "./components/credit-session-status/credit-session-status.js";
43
- import { CurrencyButton as ae } from "./components/currency-button/currency-button.js";
44
- import { Description as pe } from "./components/description/description.js";
45
- import { DetailedApy as me } from "./components/detailed-apy/detailed-apy.js";
46
- import { DetailedPageTitle as fe } from "./components/detailed-page-title/detailed-page-title.js";
47
- import { Modal as se } from "./components/modal/modal.js";
48
- import { Dialog as ue, DialogPortal as Te, DialogTrigger as ge } from "./components/dialog/dialog.js";
39
+ import { BalanceIndicator as Kr, ComplexInput as jr } from "./components/complex-input/complex-input.js";
40
+ import { CompoundAPY as $r } from "./components/compound-apy/compound-apy.js";
41
+ import { ConfirmMenu as ee } from "./components/confirm-menu/confirm-menu.js";
42
+ import { CreditSessionStatus as te } from "./components/credit-session-status/credit-session-status.js";
43
+ import { CurrencyButton as ie } from "./components/currency-button/currency-button.js";
44
+ import { Description as ne } from "./components/description/description.js";
45
+ import { DetailedApy as le } from "./components/detailed-apy/detailed-apy.js";
46
+ import { DetailedPageTitle as xe } from "./components/detailed-page-title/detailed-page-title.js";
47
+ import { Modal as de } from "./components/modal/modal.js";
48
+ import { Dialog as Te, DialogPortal as ge, DialogTrigger as ce } from "./components/dialog/dialog.js";
49
49
  import { DialogContainer as be } from "./components/dialog/dialog-container.js";
50
- import { DialogContent as Ce } from "./components/dialog/dialog-content.js";
51
- import { DialogDescription as De } from "./components/dialog/dialog-description.js";
52
- import { DialogFooter as Ie } from "./components/dialog/dialog-footer.js";
53
- import { DialogForm as Fe } from "./components/dialog/dialog-form.js";
54
- import { DialogHeader as Ge } from "./components/dialog/dialog-header.js";
55
- import { DialogModalContainer as we } from "./components/dialog/dialog-modal-container.js";
56
- import { DialogOverlay as Pe } from "./components/dialog/dialog-overlay.js";
57
- import { DialogTitle as ve } from "./components/dialog/dialog-title.js";
58
- import { OneFieldDialog as ye } from "./components/dialog/one-field-dialog.js";
59
- import { DefaultDropdownLabel as He } from "./components/dropdown-label/dropdown-label.js";
60
- import { DropdownMenu as Oe, DropdownMenuGroup as _e, DropdownMenuPortal as Ue, DropdownMenuRadioGroup as qe, DropdownMenuSub as We, DropdownMenuTrigger as ze } from "./components/dropdown-menu/dropdown-menu.js";
61
- import { DropdownMenuCheckboxItem as Ze } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
62
- import { DropdownMenuContent as Qe } from "./components/dropdown-menu/dropdown-menu-content.js";
63
- import { DropdownMenuItem as je } from "./components/dropdown-menu/dropdown-menu-item.js";
64
- import { DropdownMenuLabel as $e } from "./components/dropdown-menu/dropdown-menu-label.js";
65
- import { DropdownMenuRadioItem as eo } from "./components/dropdown-menu/dropdown-menu-radio-item.js";
66
- import { DropdownMenuSeparator as to } from "./components/dropdown-menu/dropdown-menu-separator.js";
67
- import { DropdownMenuShortcut as io } from "./components/dropdown-menu/dropdown-menu-shortcut.js";
68
- import { DropdownMenuSubContent as no } from "./components/dropdown-menu/dropdown-menu-sub-content.js";
69
- import { DropdownMenuSubTrigger as lo } from "./components/dropdown-menu/dropdown-menu-sub-trigger.js";
70
- import { EditInput as xo } from "./components/edit-input/edit-input.js";
71
- import { ErrorLineMessage as uo } from "./components/error-message/error-line-message.js";
72
- import { ErrorMessage as go } from "./components/error-message/error-message.js";
50
+ import { DialogContent as Le } from "./components/dialog/dialog-content.js";
51
+ import { DialogDescription as Ae } from "./components/dialog/dialog-description.js";
52
+ import { DialogFooter as Ve } from "./components/dialog/dialog-footer.js";
53
+ import { DialogForm as he } from "./components/dialog/dialog-form.js";
54
+ import { DialogHeader as Be } from "./components/dialog/dialog-header.js";
55
+ import { DialogModalContainer as Ee } from "./components/dialog/dialog-modal-container.js";
56
+ import { DialogOverlay as ke } from "./components/dialog/dialog-overlay.js";
57
+ import { DialogTitle as Me } from "./components/dialog/dialog-title.js";
58
+ import { OneFieldDialog as He } from "./components/dialog/one-field-dialog.js";
59
+ import { DefaultDropdownLabel as Ne } from "./components/dropdown-label/dropdown-label.js";
60
+ import { DropdownMenu as _e, DropdownMenuGroup as Ue, DropdownMenuPortal as qe, DropdownMenuRadioGroup as We, DropdownMenuSub as ze, DropdownMenuTrigger as Xe } from "./components/dropdown-menu/dropdown-menu.js";
61
+ import { DropdownMenuCheckboxItem as Ye } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
62
+ import { DropdownMenuContent as Ke } from "./components/dropdown-menu/dropdown-menu-content.js";
63
+ import { DropdownMenuItem as Je } from "./components/dropdown-menu/dropdown-menu-item.js";
64
+ import { DropdownMenuLabel as ro } from "./components/dropdown-menu/dropdown-menu-label.js";
65
+ import { DropdownMenuRadioItem as oo } from "./components/dropdown-menu/dropdown-menu-radio-item.js";
66
+ import { DropdownMenuSeparator as ao } from "./components/dropdown-menu/dropdown-menu-separator.js";
67
+ import { DropdownMenuShortcut as po } from "./components/dropdown-menu/dropdown-menu-shortcut.js";
68
+ import { DropdownMenuSubContent as mo } from "./components/dropdown-menu/dropdown-menu-sub-content.js";
69
+ import { DropdownMenuSubTrigger as fo } from "./components/dropdown-menu/dropdown-menu-sub-trigger.js";
70
+ import { EditInput as so } from "./components/edit-input/edit-input.js";
71
+ import { ErrorLineMessage as To } from "./components/error-message/error-line-message.js";
72
+ import { ErrorMessage as co } from "./components/error-message/error-message.js";
73
73
  import { ErrorView as bo } from "./components/error-view/error-view.js";
74
- import { ExplorerLinksDropdown as Co } from "./components/explorer-links-dropdown/explorer-links-dropdown.js";
75
- import { FadeoutLoading as Do } from "./components/fadeout-loading/fadeout-loading.js";
76
- import { FilterBlock as Io } from "./components/filter/filter-block.js";
77
- import { FilterCheckboxItem as Fo } from "./components/filter/filter-checkbox-item.js";
78
- import { FilterChip as Go } from "./components/filter/filter-chip.js";
79
- import { FilterChips as wo } from "./components/filter/filter-chips.js";
80
- import { FilterDropdownItem as Po } from "./components/filter/filter-dropdown-item.js";
81
- import { FilterGroup as vo } from "./components/filter/filter-group.js";
82
- import { FilterLabel as yo } from "./components/filter/filter-label.js";
83
- import { FilterModal as Ho } from "./components/filter/filter-modal.js";
84
- import { FilterModalItem as Oo } from "./components/filter/filter-modal-item.js";
85
- import { FilterRadioItem as Uo } from "./components/filter/filter-radio-item.js";
86
- import { FilterSeparator as Wo } from "./components/filter/filter-separator.js";
87
- import { filterBlockVariants as Xo } from "./components/filter/variants.js";
88
- import { FormField as Yo } from "./components/form/form-field.js";
89
- import { FormattedNumberString as Ko } from "./components/formatted-number/formatted-number.js";
90
- import { GeneralAssetList as Jo } from "./components/general-asset-list/general-asset-list.js";
91
- import { GeneralSelect as rt } from "./components/general-select/general-select.js";
92
- import { DEFAULT_AREA_SERIES as ot, DEFAULT_OPTIONS as tt, DEFAULT_VERTICAL_LINE as at, getDefaultOptions as it, getDefaultSeries as pt, getDefaultVerticalLine as nt } from "./components/graph/default-config.js";
93
- import { getXFormatter as lt, getYFormatter as ft } from "./components/graph/formatters.js";
94
- import { DEFAULT_SERIES_COLORS as st, Graph as dt } from "./components/graph/graph.js";
95
- import { GraphCurrentValue as Tt } from "./components/graph/graph-current-value.js";
96
- import { GraphTooltip as ct } from "./components/graph/graph-tooltip.js";
97
- import { GraphView as St, GraphViewWithData as Ct, graphViewVariants as Lt, useGraphAside as Dt } from "./components/graph/graph-view.js";
98
- import { VertLine as It } from "./components/graph/plugins/vertical-line.js";
99
- import { GridTDCell as Ft } from "./components/grid-td-cell/grid-td-cell.js";
100
- import { Guard as Gt } from "./components/guard/guard.js";
101
- import { HeadCell as wt, SimpleHeadCell as Et } from "./components/head-cell/head-cell.js";
102
- import { BAD_HF as kt, GOOD_HF as vt, HealthFactor as Mt, getHFZones as yt } from "./components/health-factor/health-factor.js";
103
- import { HelpCenterContainer as Ht } from "./components/help-center-container/help-center-container.js";
104
- import { HelpSection as Ot, HelpSections as _t } from "./components/help-sections/help-sections.js";
105
- import { HelpTip as qt, HelpTipIcon as Wt, TipWrap as zt } from "./components/help-tip/help-tip.js";
106
- import { HideOn as Zt, ShowOn as Yt } from "./components/hide-on/hide-on.js";
107
- import { HorizontalIndicator as Kt } from "./components/horizontal-indicator/horizontal-indicator.js";
108
- import { IconButton as Jt, iconButtonVariants as $t } from "./components/icon-button/icon-button.js";
109
- import { Input as ea, inputVariants as oa } from "./components/input/input.js";
110
- import { Label as aa, labelVariants as ia } from "./components/label/label.js";
111
- import { AppLogo as na } from "./components/layout/app-logo/app-logo.js";
112
- import { Block as la } from "./components/layout/block/block.js";
113
- import { Col as xa } from "./components/layout/col/col.js";
114
- import { Container as da } from "./components/layout/container/container.js";
115
- import { Footer as Ta, FooterLink as ga, FooterLinkSection as ca, GearboxFooter as ba } from "./components/layout/footer/footer.js";
116
- import { Grid as Ca } from "./components/layout/grid/grid.js";
117
- import { Header as Da, useMobileMenu as Aa } from "./components/layout/header/header.js";
118
- import { Layout as Va } from "./components/layout/layout/layout.js";
119
- import { LegalDisclaimer as ha } from "./components/layout/legal-disclaimer/legal-disclaimer.js";
120
- import { PageLayout as Ba } from "./components/layout/page-layout/page-layout.js";
121
- import { BlockedRegionDialog as Ea, LegalAgreementDialog as Pa, createGearboxAppConfig as ka, createLegalAgreementConfig as va, createPermissionlessInterfaceConfig as Ma, createPermissionlessSafeConfig as ya } from "./components/legal-agreement/legal-agreement-dialog.js";
122
- import { LiquidationModellingAssetsTable as Ha } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
123
- import { LiquidationGraph as Oa } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
124
- import { LiquidationGraphLegend as Ua } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
125
- import { LiquidationGraphTip as Wa } from "./components/liquidation/liquidation-graph-tip/liquidation-graph-tip.js";
126
- import { LoaderGuard as Xa } from "./components/loader-guard/loader-guard.js";
127
- import { MarkdownViewer as Ya } from "./components/markdown-viewer/markdown-viewer.js";
128
- import { Navbar as Ka, NavbarNav as ja, navbarVariants as Ja } from "./components/navbar/navbar.js";
129
- import { NavbarIndicatorProvider as ri, useNavbarIndicator as ei } from "./components/navbar/navbar-indicator-context.js";
130
- import { NavBarLogo as ti } from "./components/navbar-logo/navbar-logo.js";
131
- import { NavItem as ii, navitemVariants as pi } from "./components/navitem/navitem.js";
132
- import { NetworkIcon as mi } from "./components/network-icon/network-icon.js";
133
- import { NotFound as fi } from "./components/not-found/not-found.js";
134
- import { OptionsItem as si, OptionsList as di } from "./components/options-list/options-list.js";
135
- import { Overflow as Ti, OverflowWrap as gi } from "./components/overflow/overflow.js";
74
+ import { ExplorerLinksDropdown as Lo } from "./components/explorer-links-dropdown/explorer-links-dropdown.js";
75
+ import { FadeoutLoading as Ao } from "./components/fadeout-loading/fadeout-loading.js";
76
+ import { FilterBlock as Vo } from "./components/filter/filter-block.js";
77
+ import { FilterCheckboxItem as ho } from "./components/filter/filter-checkbox-item.js";
78
+ import { FilterChip as Bo } from "./components/filter/filter-chip.js";
79
+ import { FilterChips as Eo } from "./components/filter/filter-chips.js";
80
+ import { FilterDropdownItem as ko } from "./components/filter/filter-dropdown-item.js";
81
+ import { FilterGroup as Mo } from "./components/filter/filter-group.js";
82
+ import { FilterLabel as Ho } from "./components/filter/filter-label.js";
83
+ import { FilterModal as No } from "./components/filter/filter-modal.js";
84
+ import { FilterModalItem as _o } from "./components/filter/filter-modal-item.js";
85
+ import { FilterRadioItem as qo } from "./components/filter/filter-radio-item.js";
86
+ import { FilterSeparator as zo } from "./components/filter/filter-separator.js";
87
+ import { filterBlockVariants as Zo } from "./components/filter/variants.js";
88
+ import { FormField as Qo } from "./components/form/form-field.js";
89
+ import { FormattedNumberString as jo } from "./components/formatted-number/formatted-number.js";
90
+ import { GeneralAssetList as $o } from "./components/general-asset-list/general-asset-list.js";
91
+ import { GeneralSelect as et } from "./components/general-select/general-select.js";
92
+ import { DEFAULT_AREA_SERIES as tt, DEFAULT_OPTIONS as at, DEFAULT_VERTICAL_LINE as it, getDefaultOptions as pt, getDefaultSeries as nt, getDefaultVerticalLine as mt } from "./components/graph/default-config.js";
93
+ import { getXFormatter as ft, getYFormatter as xt } from "./components/graph/formatters.js";
94
+ import { DEFAULT_SERIES_COLORS as dt, Graph as ut } from "./components/graph/graph.js";
95
+ import { GraphCurrentValue as gt } from "./components/graph/graph-current-value.js";
96
+ import { GraphTooltip as St } from "./components/graph/graph-tooltip.js";
97
+ import { GraphView as Ct, GraphViewWithData as Lt, graphViewVariants as Dt, useGraphAside as At } from "./components/graph/graph-view.js";
98
+ import { VertLine as Vt } from "./components/graph/plugins/vertical-line.js";
99
+ import { GridTDCell as ht } from "./components/grid-td-cell/grid-td-cell.js";
100
+ import { Guard as Bt } from "./components/guard/guard.js";
101
+ import { HeadCell as Et, SimpleHeadCell as Pt } from "./components/head-cell/head-cell.js";
102
+ import { BAD_HF as vt, GOOD_HF as Mt, HealthFactor as yt, getHFZones as Ht } from "./components/health-factor/health-factor.js";
103
+ import { HelpCenterContainer as Nt } from "./components/help-center-container/help-center-container.js";
104
+ import { HelpSection as _t, HelpSections as Ut } from "./components/help-sections/help-sections.js";
105
+ import { HelpTip as Wt, HelpTipIcon as zt, TipWrap as Xt } from "./components/help-tip/help-tip.js";
106
+ import { HideOn as Yt, ShowOn as Qt } from "./components/hide-on/hide-on.js";
107
+ import { HorizontalIndicator as jt } from "./components/horizontal-indicator/horizontal-indicator.js";
108
+ import { IconButton as $t, iconButtonVariants as ra } from "./components/icon-button/icon-button.js";
109
+ import { Input as oa, inputVariants as ta } from "./components/input/input.js";
110
+ import { Label as ia, labelVariants as pa } from "./components/label/label.js";
111
+ import { AppLogo as ma } from "./components/layout/app-logo/app-logo.js";
112
+ import { Block as fa } from "./components/layout/block/block.js";
113
+ import { Col as sa } from "./components/layout/col/col.js";
114
+ import { Container as ua } from "./components/layout/container/container.js";
115
+ import { Footer as ga, FooterLink as ca, FooterLinkSection as Sa, GearboxFooter as ba } from "./components/layout/footer/footer.js";
116
+ import { Grid as La } from "./components/layout/grid/grid.js";
117
+ import { Header as Aa, useMobileMenu as Ia } from "./components/layout/header/header.js";
118
+ import { Layout as Fa } from "./components/layout/layout/layout.js";
119
+ import { LegalDisclaimer as Ga } from "./components/layout/legal-disclaimer/legal-disclaimer.js";
120
+ import { PageLayout as wa } from "./components/layout/page-layout/page-layout.js";
121
+ import { BlockedRegionDialog as Pa, LegalAgreementDialog as ka, createGearboxAppConfig as va, createLegalAgreementConfig as Ma, createPermissionlessInterfaceConfig as ya, createPermissionlessSafeConfig as Ha } from "./components/legal-agreement/legal-agreement-dialog.js";
122
+ import { LiquidationModellingAssetsTable as Na } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
123
+ import { LiquidationGraph as _a } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
124
+ import { LiquidationGraphLegend as qa } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
125
+ import { LiquidationGraphTip as za } from "./components/liquidation/liquidation-graph-tip/liquidation-graph-tip.js";
126
+ import { LoaderGuard as Za } from "./components/loader-guard/loader-guard.js";
127
+ import { MarkdownViewer as Qa } from "./components/markdown-viewer/markdown-viewer.js";
128
+ import { Navbar as ja, NavbarNav as Ja, navbarVariants as $a } from "./components/navbar/navbar.js";
129
+ import { NavbarIndicatorProvider as ei, useNavbarIndicator as oi } from "./components/navbar/navbar-indicator-context.js";
130
+ import { NavBarLogo as ai } from "./components/navbar-logo/navbar-logo.js";
131
+ import { NavItem as pi, navitemVariants as ni } from "./components/navitem/navitem.js";
132
+ import { NetworkIcon as li } from "./components/network-icon/network-icon.js";
133
+ import { NotFound as xi } from "./components/not-found/not-found.js";
134
+ import { OptionsItem as di, OptionsList as ui } from "./components/options-list/options-list.js";
135
+ import { Overflow as gi, OverflowWrap as ci } from "./components/overflow/overflow.js";
136
136
  import { OverflowContainer as bi } from "./components/overflow-container/overflow-container.js";
137
- import { PageTitle as Ci, pageTitleRootVariants as Li, pageTitleVariants as Di } from "./components/page-title/page-title.js";
138
- import { PercentIndicator as Ii } from "./components/percent-indicator/percent-indicator.js";
139
- import { PointsIcon as Fi } from "./components/points-icon/points-icon.js";
140
- import { PoolAPYTooltip as Gi } from "./components/pool-apy-tooltip/pool-apy-tooltip.js";
141
- import { PoolIndicatorIcon as wi } from "./components/pool-indicator-icon/pool-indicator-icon.js";
142
- import { PoolPointsIndicator as Pi } from "./components/pool-points-indicator/pool-points-indicator.js";
143
- import { Progress as vi } from "./components/progress/progress.js";
144
- import { ProgressCircle as yi } from "./components/progress-circle/progress-circle.js";
145
- import { RadioGroup as Hi, RadioGroupItem as Ni, RadioOption as Oi } from "./components/radio-group/radio-group.js";
146
- import { RoundedImage as Ui } from "./components/rounded-image/rounded-image.js";
147
- import { Row as Wi } from "./components/row/row.js";
148
- import { SearchBar as Xi } from "./components/search-bar/search-bar.js";
149
- import { SearchLine as Yi, WithSearchLine as Qi, searchLineInputVariants as Ki, searchLineVariants as ji } from "./components/search-line/search-line.js";
150
- import { SegmentedControl as $i, segmentedControlVariants as rp } from "./components/segmented-control/segmented-control.js";
151
- import { Select as op, SelectContent as tp, SelectGroup as ap, SelectItem as ip, SelectLabel as pp, SelectScrollDownButton as np, SelectScrollUpButton as mp, SelectSeparator as lp, SelectTrigger as fp, SelectValue as xp, selectTriggerVariants as sp } from "./components/select/select.js";
152
- import { Separator as up } from "./components/separator/separator.js";
153
- import { ShortString as gp } from "./components/short-string/short-string.js";
137
+ import { PageTitle as Li, pageTitleRootVariants as Di, pageTitleVariants as Ai } from "./components/page-title/page-title.js";
138
+ import { PercentIndicator as Vi } from "./components/percent-indicator/percent-indicator.js";
139
+ import { PointsIcon as hi } from "./components/points-icon/points-icon.js";
140
+ import { PoolAPYTooltip as Bi } from "./components/pool-apy-tooltip/pool-apy-tooltip.js";
141
+ import { PoolIndicatorIcon as Ei } from "./components/pool-indicator-icon/pool-indicator-icon.js";
142
+ import { PoolPointsIndicator as ki } from "./components/pool-points-indicator/pool-points-indicator.js";
143
+ import { Progress as Mi } from "./components/progress/progress.js";
144
+ import { ProgressCircle as Hi } from "./components/progress-circle/progress-circle.js";
145
+ import { RadioGroup as Ni, RadioGroupItem as Oi, RadioOption as _i } from "./components/radio-group/radio-group.js";
146
+ import { RoundedImage as qi } from "./components/rounded-image/rounded-image.js";
147
+ import { Row as zi } from "./components/row/row.js";
148
+ import { SearchBar as Zi } from "./components/search-bar/search-bar.js";
149
+ import { SearchLine as Qi, WithSearchLine as Ki, searchLineInputVariants as ji, searchLineVariants as Ji } from "./components/search-line/search-line.js";
150
+ import { SegmentedControl as rp, segmentedControlVariants as ep } from "./components/segmented-control/segmented-control.js";
151
+ import { Select as tp, SelectContent as ap, SelectGroup as ip, SelectItem as pp, SelectLabel as np, SelectScrollDownButton as mp, SelectScrollUpButton as lp, SelectSeparator as fp, SelectTrigger as xp, SelectValue as sp, selectTriggerVariants as dp } from "./components/select/select.js";
152
+ import { Separator as Tp } from "./components/separator/separator.js";
153
+ import { ShortString as cp } from "./components/short-string/short-string.js";
154
154
  import { ConfirmationItem as bp } from "./components/signatures/confirmation-item.js";
155
- import { Identicon as Cp } from "./components/signatures/identicon.js";
156
- import { VerticalTimeline as Dp } from "./components/signatures/vertical-timeline.js";
157
- import { Skeleton as Ip, skeletonVariants as Vp } from "./components/skeleton/skeleton.js";
158
- import { SkeletonStack as hp } from "./components/skeleton/skeleton-stack.js";
159
- import { Slider as Bp } from "./components/slider/slider.js";
160
- import { SliderToken as Ep } from "./components/slider-token/slider-token.js";
161
- import { SmartNumberInput as kp } from "./components/smart-number-input/smart-number-input.js";
162
- import { Spinner as Mp, SpinnerOverlay as yp } from "./components/spinner/spinner.js";
163
- import { SplitList as Hp } from "./components/split-list/split-list.js";
164
- import { StatBadge as Op, StatBadgeGrid as _p, statBadgeContentVariants as Up, statBadgeGridVariants as qp, statBadgeTitleVariants as Wp, statBadgeVariants as zp } from "./components/stat-badge/stat-badge.js";
165
- import { StatusDot as Zp, statusDotVariants as Yp } from "./components/status-dot/status-dot.js";
166
- import { StatusTriangle as Kp } from "./components/status-triangle/status-triangle.js";
167
- import { Stepper as Jp } from "./components/stepper/stepper.js";
168
- import { StyledDropdown as rn } from "./components/styled-dropdown/styled-dropdown.js";
169
- import { Switch as on } from "./components/switch/switch.js";
170
- import { TabControl as an, TabItem as pn, useHashTabs as nn, useSectionTab as mn, useTabControl as ln } from "./components/tab-control/tab-control.js";
171
- import { EditButton as xn } from "./components/table/edit-button.js";
172
- import { GridTableCellAsset as dn, GridTableCellUpdatable as un, GridTableEditable as Tn } from "./components/table/editable-grid-table.js";
173
- import { TableCellAsset as cn, TableCellUpdatable as bn, TableEditable as Sn } from "./components/table/editable-table.js";
174
- import { GridErrorLine as Ln } from "./components/table/grid-error-line.js";
175
- import { GridLoadingLine as An } from "./components/table/grid-loading-line.js";
176
- import { GridTable as Vn, GridTableBody as Fn, GridTableCaption as hn, GridTableCell as Gn, GridTableFooter as Bn, GridTableHead as wn, GridTableHeader as En, GridTableRow as Pn, Td as kn, Th as vn, gridTableCellVariants as Mn, gridTableHeadVariants as yn, gridTableVariants as Rn } from "./components/table/grid-table.js";
177
- import { GridTableLoader as Nn } from "./components/table/grid-table-loader.js";
178
- import { SortableHeadCell as _n } from "./components/table/sortable-head-cell.js";
179
- import { SortingTableHead as qn, Table as Wn, TableBody as zn, TableCaption as Xn, TableCell as Zn, TableFooter as Yn, TableHead as Qn, TableHeader as Kn, TableRow as jn, tableCellVariants as Jn, tableHeadVariants as $n, tableVariants as rm } from "./components/table/table.js";
180
- import { TableLoader as om } from "./components/table/table-loader.js";
181
- import { TableLoaderGuard as am } from "./components/table/table-loader-guard.js";
182
- import { TableCellSm as pm, TableLineSm as nm } from "./components/table/table-sm.js";
183
- import { UpdatedValue as lm } from "./components/table/updated-value.js";
184
- import { Tabs as xm, TabsContent as sm, TabsList as dm, TabsTrigger as um } from "./components/tabs/tabs.js";
185
- import { TextButton as gm } from "./components/text-button/text-button.js";
186
- import { Textarea as bm, textareaVariants as Sm } from "./components/textarea/textarea.js";
187
- import { ThemeProvider as Lm, useTheme as Dm } from "./components/theme-provider.js";
188
- import { ThemeToggle as Im } from "./components/theme-toggle/theme-toggle.js";
189
- import { TipCard as Fm, tipCardVariants as hm } from "./components/tip-card/tip-card.js";
190
- import { TokenIcon as Bm, preloadTokenIcons as wm } from "./components/token-icon/token-icon.js";
191
- import { TokenSymbol as Pm } from "./components/token-symbol/token-symbol.js";
192
- import { TokenTemplate as vm } from "./components/token-template/token-template.js";
193
- import { SimpleTooltip as ym } from "./components/tooltip/simple-tooltip.js";
194
- import { Tooltip as Hm, TooltipContent as Nm, TooltipProvider as Om, TooltipTrigger as _m } from "./components/tooltip/tooltip.js";
195
- import { GraphDropdown as qm } from "./components/trading-view/graph-dropdown.js";
196
- import { TradingView as zm } from "./components/trading-view/trading-view.js";
197
- import { FormattedMessageTyped as Zm, useIntlTyped as Ym } from "./components/typed-intl/index.js";
198
- import { Typography as Km, typographyVariants as jm } from "./components/typography/typography.js";
199
- import { VerticalIndicator as $m, verticalIndicatorVariants as rl } from "./components/vertical-indicator/vertical-indicator.js";
200
- import { VerticalList as ol, verticalListVariants as tl } from "./components/vertical-list/vertical-list.js";
201
- import { VSpace as il } from "./components/vspace/vspace.js";
202
- import { WithCopy as nl } from "./components/with-copy/with-copy.js";
203
- import { WithFilterButton as ll } from "./components/with-filter-button/with-filter-button.js";
204
- import { WithTitle as xl } from "./components/with-title/with-title.js";
205
- import { designTokens as dl } from "./configs/design-tokens.js";
206
- import { interactiveVariants as Tl, paddingVariants as gl, sizeVariants as cl, stateVariants as bl } from "./configs/variants.js";
207
- import { useCheckboxSelect as Cl } from "./hooks/use-checkbox-select.js";
208
- import { useControllableState as Dl } from "./hooks/use-controllable-state.js";
209
- import { useDebounce as Il } from "./hooks/use-debounce.js";
210
- import { useDebounceCall as Fl } from "./hooks/use-debounce-call.js";
211
- import { getSortForField as Gl, useFilterAllSelected as Bl, useRangeFilter as wl, useSelectFilter as El, useSort as Pl } from "./hooks/use-filter.js";
212
- import { useHF as vl } from "./hooks/use-hf.js";
213
- import { useEditPriceManually as yl, useLiquidationGraphParams as Rl, useLiquidationHeatmap as Hl } from "./hooks/use-liquidation/index.js";
214
- import { useIsDesktop as Ol, useIsMobile as _l, useIsTablet as Ul, useMediaQuery as ql } from "./hooks/use-media-query.js";
215
- import { useOpenedState as zl } from "./hooks/use-opened-state.js";
216
- import { usePrevious as Zl } from "./hooks/use-previous.js";
217
- import { generateId as Ql, useFormFieldIds as Kl } from "./utils/a11y.js";
218
- import { bnToInputView as Jl } from "./utils/bn-to-input-view.js";
219
- import { bnToPrettyView as rf } from "./utils/bn-to-pretty-view.js";
220
- import { cn as of } from "./utils/cn.js";
221
- import { generateColorsFromBase as af, getCSSVariable as pf, hexToRgba as nf, resolveCSSColor as mf } from "./utils/colors.js";
222
- import { copyToClipboard as ff } from "./utils/copy.js";
223
- import { convertPercent as sf, formatBytecodeSize as df, formatBytecodeVersion as uf, formatTimestamp as Tf, shortenHash as gf, significantTrunc as cf } from "./utils/format.js";
224
- import { formatAssetAmount as Sf } from "./utils/format-asset-amount.js";
225
- import { PERCENTAGE_FACTOR as Lf, SLIPPAGE_DECIMALS as Df, formatMoney as Af, formatMoney as If, formatPercentAmount as Vf, percentTemplate as Ff, percentageTemplate as hf } from "./utils/format-money.js";
226
- import { FORMAT_CONSTANTS as Bf, formatNumberWithSuffix as wf, formatPrice as Ef, getAdaptiveDecimals as Pf, isBelowDisplayThreshold as kf, isEffectivelyZero as vf, toSignificantDigits as Mf } from "./utils/format-number.js";
227
- import { slippageTemplate as Rf } from "./utils/format-slippage.js";
228
- import { allLoaded as Nf, loadingProgress as Of, round5 as _f } from "./utils/loading.js";
229
- import { getNetworkIcon as qf } from "./utils/network-icons.js";
230
- import { bnToLiquidationPriceView as zf, isPositiveFloat as Xf, parseInputToBN as Zf, parseSmallNumber as Yf } from "./utils/parse-input-to-bn.js";
231
- import { pluralize as Kf, selectPluralString as jf } from "./utils/plural.js";
232
- import { getAvailableRanges as $f } from "./utils/ranges.js";
233
- import { extractTextFromLabel as ex, serializeValue as ox } from "./utils/react.js";
234
- import { searchInString as ax } from "./utils/search.js";
235
- import { createTokenSearchFilter as px, searchInToken as nx } from "./utils/search-in-token.js";
236
- import { shortSHA as lx } from "./utils/short-sha.js";
237
- import { isLongString as xx, shortenString as sx } from "./utils/shorten-string.js";
238
- import { negativeTokenTemplate as ux, tokenTemplate as Tx, tokenTemplateNumber as gx, tokenTemplateString as cx } from "./utils/templates.js";
239
- import { TTL_CONSTANTS as Sx, getTTLZone as Cx, ttlFromTimestamp as Lx, ttlLeft as Dx, ttlLeftParsed as Ax } from "./utils/ttl.js";
240
- import { openInNewWindow as Vx } from "./utils/window.js";
241
- import { Z_INDEX as hx } from "./utils/z-index.js";
242
- import { CELL_BAD as Bx, CELL_CURRENT as wx, CELL_GOOD as Ex, CELL_HOVERED as Px, CELL_LIQUIDATION as kx, CELL_OK as vx, DEFAULT_AXIS_MAX as Mx, DEFAULT_AXIS_MIN as yx, formatAxisLabel as Rx, formatAxisTipLabel as Hx, formatAxisTipPrice as Nx, getCellClass as Ox, isPointInCell as _x, useAxis as Ux, useFixedAssets as qx, useIsAxisInRelativeUnits as Wx, useLiquidationGraphActivePrice as zx, useLiquidationGraphCurrentActiveValue as Xx, usePriceInNumber as Zx, useWithLiquidationGraphActivePrices as Yx } from "./hooks/use-liquidation/utils.js";
155
+ import { Identicon as Lp } from "./components/signatures/identicon.js";
156
+ import { VerticalTimeline as Ap } from "./components/signatures/vertical-timeline.js";
157
+ import { Skeleton as Vp, skeletonVariants as Fp } from "./components/skeleton/skeleton.js";
158
+ import { SkeletonStack as Gp } from "./components/skeleton/skeleton-stack.js";
159
+ import { Slider as wp } from "./components/slider/slider.js";
160
+ import { SliderToken as Pp } from "./components/slider-token/slider-token.js";
161
+ import { SmartNumberInput as vp } from "./components/smart-number-input/smart-number-input.js";
162
+ import { Spinner as yp, SpinnerOverlay as Hp } from "./components/spinner/spinner.js";
163
+ import { SplitList as Np } from "./components/split-list/split-list.js";
164
+ import { StatBadge as _p, StatBadgeGrid as Up, statBadgeContentVariants as qp, statBadgeGridVariants as Wp, statBadgeTitleVariants as zp, statBadgeVariants as Xp } from "./components/stat-badge/stat-badge.js";
165
+ import { StatusDot as Yp, statusDotVariants as Qp } from "./components/status-dot/status-dot.js";
166
+ import { HealthDot as jp, StatusBars as Jp } from "./components/status-elements/status-elements.js";
167
+ import { StatusTriangle as rn } from "./components/status-triangle/status-triangle.js";
168
+ import { Stepper as on } from "./components/stepper/stepper.js";
169
+ import { StyledDropdown as an } from "./components/styled-dropdown/styled-dropdown.js";
170
+ import { Switch as nn } from "./components/switch/switch.js";
171
+ import { TabControl as ln, TabItem as fn, useHashTabs as xn, useSectionTab as sn, useTabControl as dn } from "./components/tab-control/tab-control.js";
172
+ import { EditButton as Tn } from "./components/table/edit-button.js";
173
+ import { GridTableCellAsset as cn, GridTableCellUpdatable as Sn, GridTableEditable as bn } from "./components/table/editable-grid-table.js";
174
+ import { TableCellAsset as Ln, TableCellUpdatable as Dn, TableEditable as An } from "./components/table/editable-table.js";
175
+ import { GridErrorLine as Vn } from "./components/table/grid-error-line.js";
176
+ import { GridLoadingLine as hn } from "./components/table/grid-loading-line.js";
177
+ import { GridTable as Bn, GridTableBody as wn, GridTableCaption as En, GridTableCell as Pn, GridTableFooter as kn, GridTableHead as vn, GridTableHeader as Mn, GridTableRow as yn, Td as Hn, Th as Rn, gridTableCellVariants as Nn, gridTableHeadVariants as On, gridTableVariants as _n } from "./components/table/grid-table.js";
178
+ import { GridTableLoader as qn } from "./components/table/grid-table-loader.js";
179
+ import { SortableHeadCell as zn } from "./components/table/sortable-head-cell.js";
180
+ import { SortingTableHead as Zn, Table as Yn, TableBody as Qn, TableCaption as Kn, TableCell as jn, TableFooter as Jn, TableHead as $n, TableHeader as rm, TableRow as em, tableCellVariants as om, tableHeadVariants as tm, tableVariants as am } from "./components/table/table.js";
181
+ import { TableLoader as pm } from "./components/table/table-loader.js";
182
+ import { TableLoaderGuard as mm } from "./components/table/table-loader-guard.js";
183
+ import { TableCellSm as fm, TableLineSm as xm } from "./components/table/table-sm.js";
184
+ import { UpdatedValue as dm } from "./components/table/updated-value.js";
185
+ import { Tabs as Tm, TabsContent as gm, TabsList as cm, TabsTrigger as Sm } from "./components/tabs/tabs.js";
186
+ import { TextButton as Cm } from "./components/text-button/text-button.js";
187
+ import { Textarea as Dm, textareaVariants as Am } from "./components/textarea/textarea.js";
188
+ import { ThemeProvider as Vm, useTheme as Fm } from "./components/theme-provider.js";
189
+ import { ThemeToggle as Gm } from "./components/theme-toggle/theme-toggle.js";
190
+ import { TipCard as wm, tipCardVariants as Em } from "./components/tip-card/tip-card.js";
191
+ import { TokenIcon as km, preloadTokenIcons as vm } from "./components/token-icon/token-icon.js";
192
+ import { TokenSymbol as ym } from "./components/token-symbol/token-symbol.js";
193
+ import { TokenTemplate as Rm } from "./components/token-template/token-template.js";
194
+ import { SimpleTooltip as Om } from "./components/tooltip/simple-tooltip.js";
195
+ import { Tooltip as Um, TooltipContent as qm, TooltipProvider as Wm, TooltipTrigger as zm } from "./components/tooltip/tooltip.js";
196
+ import { GraphDropdown as Zm } from "./components/trading-view/graph-dropdown.js";
197
+ import { TradingView as Qm } from "./components/trading-view/trading-view.js";
198
+ import { FormattedMessageTyped as jm, useIntlTyped as Jm } from "./components/typed-intl/index.js";
199
+ import { Typography as rl, typographyVariants as el } from "./components/typography/typography.js";
200
+ import { VerticalIndicator as tl, verticalIndicatorVariants as al } from "./components/vertical-indicator/vertical-indicator.js";
201
+ import { VerticalList as pl, verticalListVariants as nl } from "./components/vertical-list/vertical-list.js";
202
+ import { VSpace as ll } from "./components/vspace/vspace.js";
203
+ import { WithCopy as xl } from "./components/with-copy/with-copy.js";
204
+ import { WithFilterButton as dl } from "./components/with-filter-button/with-filter-button.js";
205
+ import { WithTitle as Tl } from "./components/with-title/with-title.js";
206
+ import { designTokens as cl } from "./configs/design-tokens.js";
207
+ import { interactiveVariants as bl, paddingVariants as Cl, sizeVariants as Ll, stateVariants as Dl } from "./configs/variants.js";
208
+ import { useCheckboxSelect as Il } from "./hooks/use-checkbox-select.js";
209
+ import { useControllableState as Fl } from "./hooks/use-controllable-state.js";
210
+ import { useDebounce as Gl } from "./hooks/use-debounce.js";
211
+ import { useDebounceCall as wl } from "./hooks/use-debounce-call.js";
212
+ import { getSortForField as Pl, useFilterAllSelected as kl, useRangeFilter as vl, useSelectFilter as Ml, useSort as yl } from "./hooks/use-filter.js";
213
+ import { useHF as Rl } from "./hooks/use-hf.js";
214
+ import { useEditPriceManually as Ol, useLiquidationGraphParams as _l, useLiquidationHeatmap as Ul } from "./hooks/use-liquidation/index.js";
215
+ import { useIsDesktop as Wl, useIsMobile as zl, useIsTablet as Xl, useMediaQuery as Zl } from "./hooks/use-media-query.js";
216
+ import { useOpenedState as Ql } from "./hooks/use-opened-state.js";
217
+ import { usePrevious as jl } from "./hooks/use-previous.js";
218
+ import { generateId as $l, useFormFieldIds as rf } from "./utils/a11y.js";
219
+ import { bnToInputView as of } from "./utils/bn-to-input-view.js";
220
+ import { bnToPrettyView as af } from "./utils/bn-to-pretty-view.js";
221
+ import { cn as nf } from "./utils/cn.js";
222
+ import { generateColorsFromBase as lf, getCSSVariable as ff, hexToRgba as xf, resolveCSSColor as sf } from "./utils/colors.js";
223
+ import { copyToClipboard as uf } from "./utils/copy.js";
224
+ import { convertPercent as gf, formatBytecodeSize as cf, formatBytecodeVersion as Sf, formatTimestamp as bf, shortenHash as Cf, significantTrunc as Lf } from "./utils/format.js";
225
+ import { formatAssetAmount as Af } from "./utils/format-asset-amount.js";
226
+ import { PERCENTAGE_FACTOR as Vf, SLIPPAGE_DECIMALS as Ff, formatMoney as hf, formatMoney as Gf, formatPercentAmount as Bf, percentTemplate as wf, percentageTemplate as Ef } from "./utils/format-money.js";
227
+ import { FORMAT_CONSTANTS as kf, formatNumberWithSuffix as vf, formatPrice as Mf, getAdaptiveDecimals as yf, isBelowDisplayThreshold as Hf, isEffectivelyZero as Rf, toSignificantDigits as Nf } from "./utils/format-number.js";
228
+ import { slippageTemplate as _f } from "./utils/format-slippage.js";
229
+ import { allLoaded as qf, loadingProgress as Wf, round5 as zf } from "./utils/loading.js";
230
+ import { getNetworkIcon as Zf } from "./utils/network-icons.js";
231
+ import { bnToLiquidationPriceView as Qf, isPositiveFloat as Kf, parseInputToBN as jf, parseSmallNumber as Jf } from "./utils/parse-input-to-bn.js";
232
+ import { pluralize as rx, selectPluralString as ex } from "./utils/plural.js";
233
+ import { getAvailableRanges as tx } from "./utils/ranges.js";
234
+ import { extractTextFromLabel as ix, serializeValue as px } from "./utils/react.js";
235
+ import { searchInString as mx } from "./utils/search.js";
236
+ import { createTokenSearchFilter as fx, searchInToken as xx } from "./utils/search-in-token.js";
237
+ import { shortSHA as dx } from "./utils/short-sha.js";
238
+ import { isLongString as Tx, shortenString as gx } from "./utils/shorten-string.js";
239
+ import { negativeTokenTemplate as Sx, tokenTemplate as bx, tokenTemplateNumber as Cx, tokenTemplateString as Lx } from "./utils/templates.js";
240
+ import { TTL_CONSTANTS as Ax, getTTLZone as Ix, ttlFromTimestamp as Vx, ttlLeft as Fx, ttlLeftParsed as hx } from "./utils/ttl.js";
241
+ import { openInNewWindow as Bx } from "./utils/window.js";
242
+ import { Z_INDEX as Ex } from "./utils/z-index.js";
243
+ import { CELL_BAD as kx, CELL_CURRENT as vx, CELL_GOOD as Mx, CELL_HOVERED as yx, CELL_LIQUIDATION as Hx, CELL_OK as Rx, DEFAULT_AXIS_MAX as Nx, DEFAULT_AXIS_MIN as Ox, formatAxisLabel as _x, formatAxisTipLabel as Ux, formatAxisTipPrice as qx, getCellClass as Wx, isPointInCell as zx, useAxis as Xx, useFixedAssets as Zx, useIsAxisInRelativeUnits as Yx, useLiquidationGraphActivePrice as Qx, useLiquidationGraphCurrentActiveValue as Kx, usePriceInNumber as jx, useWithLiquidationGraphActivePrices as Jx } from "./hooks/use-liquidation/utils.js";
243
244
  export {
244
245
  o as Accordion,
245
246
  t as AccordionContent,
@@ -254,11 +255,11 @@ export {
254
255
  T as AlertDialogFooter,
255
256
  g as AlertDialogHeader,
256
257
  c as AlertDialogOverlay,
257
- b as AlertDialogPortal,
258
- S as AlertDialogTitle,
258
+ S as AlertDialogPortal,
259
+ b as AlertDialogTitle,
259
260
  C as AlertDialogTrigger,
260
261
  D as AlertModal,
261
- na as AppLogo,
262
+ ma as AppLogo,
262
263
  I as Apy,
263
264
  F as ArcLoader,
264
265
  G as AssetLine,
@@ -267,429 +268,432 @@ export {
267
268
  O as Avatar,
268
269
  _ as AvatarFallback,
269
270
  U as AvatarImage,
270
- kt as BAD_HF,
271
+ vt as BAD_HF,
271
272
  er as BackButton,
272
273
  W as Badge,
274
+ Kr as BalanceIndicator,
273
275
  Z as BaseLink,
274
- la as Block,
276
+ fa as Block,
275
277
  Q as BlockSync,
276
- Ea as BlockedRegionDialog,
278
+ Pa as BlockedRegionDialog,
277
279
  j as BreadCrumbs,
278
280
  ar as Button,
279
281
  $ as ButtonCheckbox,
280
- Bx as CELL_BAD,
281
- wx as CELL_CURRENT,
282
- Ex as CELL_GOOD,
283
- Px as CELL_HOVERED,
284
- kx as CELL_LIQUIDATION,
285
- vx as CELL_OK,
282
+ kx as CELL_BAD,
283
+ vx as CELL_CURRENT,
284
+ Mx as CELL_GOOD,
285
+ yx as CELL_HOVERED,
286
+ Hx as CELL_LIQUIDATION,
287
+ Rx as CELL_OK,
286
288
  Dr as Card,
287
289
  Ar as CardContent,
288
290
  Ir as CardDescription,
289
291
  Vr as CardFooter,
290
- Sr as CardGrid,
292
+ br as CardGrid,
291
293
  Fr as CardHeader,
292
294
  hr as CardTitle,
293
295
  Mr as Carousel,
294
- Rr as Checkbox,
296
+ Hr as Checkbox,
295
297
  Nr as CheckboxLabeled,
296
- xa as Col,
298
+ sa as Col,
297
299
  Zr as ColoredText,
298
- Kr as ComplexInput,
299
- Jr as CompoundAPY,
300
- re as ConfirmMenu,
300
+ jr as ComplexInput,
301
+ $r as CompoundAPY,
302
+ ee as ConfirmMenu,
301
303
  bp as ConfirmationItem,
302
304
  v as ConnectRequired,
303
- da as Container,
305
+ ua as Container,
304
306
  nr as CopyButton,
305
- oe as CreditSessionStatus,
306
- ae as CurrencyButton,
307
- ot as DEFAULT_AREA_SERIES,
308
- Mx as DEFAULT_AXIS_MAX,
309
- yx as DEFAULT_AXIS_MIN,
310
- tt as DEFAULT_OPTIONS,
311
- st as DEFAULT_SERIES_COLORS,
312
- at as DEFAULT_VERTICAL_LINE,
307
+ te as CreditSessionStatus,
308
+ ie as CurrencyButton,
309
+ tt as DEFAULT_AREA_SERIES,
310
+ Nx as DEFAULT_AXIS_MAX,
311
+ Ox as DEFAULT_AXIS_MIN,
312
+ at as DEFAULT_OPTIONS,
313
+ dt as DEFAULT_SERIES_COLORS,
314
+ it as DEFAULT_VERTICAL_LINE,
313
315
  Br as DangerZone,
314
- He as DefaultDropdownLabel,
315
- pe as Description,
316
- me as DetailedApy,
317
- fe as DetailedPageTitle,
318
- ue as Dialog,
316
+ Ne as DefaultDropdownLabel,
317
+ ne as Description,
318
+ le as DetailedApy,
319
+ xe as DetailedPageTitle,
320
+ Te as Dialog,
319
321
  be as DialogContainer,
320
- Ce as DialogContent,
321
- De as DialogDescription,
322
- Ie as DialogFooter,
323
- Fe as DialogForm,
324
- Ge as DialogHeader,
325
- we as DialogModalContainer,
326
- Pe as DialogOverlay,
327
- Te as DialogPortal,
328
- ve as DialogTitle,
329
- ge as DialogTrigger,
330
- Oe as DropdownMenu,
331
- Ze as DropdownMenuCheckboxItem,
332
- Qe as DropdownMenuContent,
333
- _e as DropdownMenuGroup,
334
- je as DropdownMenuItem,
335
- $e as DropdownMenuLabel,
336
- Ue as DropdownMenuPortal,
337
- qe as DropdownMenuRadioGroup,
338
- eo as DropdownMenuRadioItem,
339
- to as DropdownMenuSeparator,
340
- io as DropdownMenuShortcut,
341
- We as DropdownMenuSub,
342
- no as DropdownMenuSubContent,
343
- lo as DropdownMenuSubTrigger,
344
- ze as DropdownMenuTrigger,
345
- xn as EditButton,
346
- xo as EditInput,
347
- uo as ErrorLineMessage,
348
- go as ErrorMessage,
322
+ Le as DialogContent,
323
+ Ae as DialogDescription,
324
+ Ve as DialogFooter,
325
+ he as DialogForm,
326
+ Be as DialogHeader,
327
+ Ee as DialogModalContainer,
328
+ ke as DialogOverlay,
329
+ ge as DialogPortal,
330
+ Me as DialogTitle,
331
+ ce as DialogTrigger,
332
+ _e as DropdownMenu,
333
+ Ye as DropdownMenuCheckboxItem,
334
+ Ke as DropdownMenuContent,
335
+ Ue as DropdownMenuGroup,
336
+ Je as DropdownMenuItem,
337
+ ro as DropdownMenuLabel,
338
+ qe as DropdownMenuPortal,
339
+ We as DropdownMenuRadioGroup,
340
+ oo as DropdownMenuRadioItem,
341
+ ao as DropdownMenuSeparator,
342
+ po as DropdownMenuShortcut,
343
+ ze as DropdownMenuSub,
344
+ mo as DropdownMenuSubContent,
345
+ fo as DropdownMenuSubTrigger,
346
+ Xe as DropdownMenuTrigger,
347
+ Tn as EditButton,
348
+ so as EditInput,
349
+ To as ErrorLineMessage,
350
+ co as ErrorMessage,
349
351
  bo as ErrorView,
350
352
  Er as ExpandablCall,
351
353
  kr as ExpandableCard,
352
- Co as ExplorerLinksDropdown,
354
+ Lo as ExplorerLinksDropdown,
353
355
  lr as ExternalButton,
354
- Bf as FORMAT_CONSTANTS,
355
- Do as FadeoutLoading,
356
- Io as FilterBlock,
356
+ kf as FORMAT_CONSTANTS,
357
+ Ao as FadeoutLoading,
358
+ Vo as FilterBlock,
357
359
  xr as FilterButton,
358
- Fo as FilterCheckboxItem,
359
- Go as FilterChip,
360
- wo as FilterChips,
361
- Po as FilterDropdownItem,
362
- vo as FilterGroup,
363
- yo as FilterLabel,
364
- Ho as FilterModal,
365
- Oo as FilterModalItem,
366
- Uo as FilterRadioItem,
367
- Wo as FilterSeparator,
368
- Ta as Footer,
369
- ga as FooterLink,
370
- ca as FooterLinkSection,
371
- Yo as FormField,
372
- Zm as FormattedMessageTyped,
373
- Ko as FormattedNumberString,
374
- vt as GOOD_HF,
360
+ ho as FilterCheckboxItem,
361
+ Bo as FilterChip,
362
+ Eo as FilterChips,
363
+ ko as FilterDropdownItem,
364
+ Mo as FilterGroup,
365
+ Ho as FilterLabel,
366
+ No as FilterModal,
367
+ _o as FilterModalItem,
368
+ qo as FilterRadioItem,
369
+ zo as FilterSeparator,
370
+ ga as Footer,
371
+ ca as FooterLink,
372
+ Sa as FooterLinkSection,
373
+ Qo as FormField,
374
+ jm as FormattedMessageTyped,
375
+ jo as FormattedNumberString,
376
+ Mt as GOOD_HF,
375
377
  ba as GearboxFooter,
376
- Jo as GeneralAssetList,
377
- rt as GeneralSelect,
378
- dt as Graph,
379
- Tt as GraphCurrentValue,
380
- qm as GraphDropdown,
381
- ct as GraphTooltip,
382
- St as GraphView,
383
- Ct as GraphViewWithData,
384
- Ca as Grid,
385
- Ln as GridErrorLine,
386
- An as GridLoadingLine,
387
- Ft as GridTDCell,
388
- Vn as GridTable,
389
- Fn as GridTableBody,
390
- hn as GridTableCaption,
391
- Gn as GridTableCell,
392
- dn as GridTableCellAsset,
393
- un as GridTableCellUpdatable,
394
- Tn as GridTableEditable,
395
- Bn as GridTableFooter,
396
- wn as GridTableHead,
397
- En as GridTableHeader,
398
- Nn as GridTableLoader,
399
- Pn as GridTableRow,
400
- Gt as Guard,
401
- wt as HeadCell,
402
- Da as Header,
403
- Mt as HealthFactor,
404
- Ht as HelpCenterContainer,
405
- Ot as HelpSection,
406
- _t as HelpSections,
407
- qt as HelpTip,
408
- Wt as HelpTipIcon,
409
- Zt as HideOn,
410
- Kt as HorizontalIndicator,
411
- Jt as IconButton,
412
- Cp as Identicon,
413
- ea as Input,
414
- aa as Label,
415
- Va as Layout,
416
- Pa as LegalAgreementDialog,
417
- ha as LegalDisclaimer,
418
- Oa as LiquidationGraph,
419
- Ua as LiquidationGraphLegend,
420
- Wa as LiquidationGraphTip,
421
- Ha as LiquidationModellingAssetsTable,
422
- Xa as LoaderGuard,
423
- Ya as MarkdownViewer,
424
- se as Modal,
425
- ti as NavBarLogo,
426
- ii as NavItem,
427
- Ka as Navbar,
428
- ri as NavbarIndicatorProvider,
429
- ja as NavbarNav,
378
+ $o as GeneralAssetList,
379
+ et as GeneralSelect,
380
+ ut as Graph,
381
+ gt as GraphCurrentValue,
382
+ Zm as GraphDropdown,
383
+ St as GraphTooltip,
384
+ Ct as GraphView,
385
+ Lt as GraphViewWithData,
386
+ La as Grid,
387
+ Vn as GridErrorLine,
388
+ hn as GridLoadingLine,
389
+ ht as GridTDCell,
390
+ Bn as GridTable,
391
+ wn as GridTableBody,
392
+ En as GridTableCaption,
393
+ Pn as GridTableCell,
394
+ cn as GridTableCellAsset,
395
+ Sn as GridTableCellUpdatable,
396
+ bn as GridTableEditable,
397
+ kn as GridTableFooter,
398
+ vn as GridTableHead,
399
+ Mn as GridTableHeader,
400
+ qn as GridTableLoader,
401
+ yn as GridTableRow,
402
+ Bt as Guard,
403
+ Et as HeadCell,
404
+ Aa as Header,
405
+ jp as HealthDot,
406
+ yt as HealthFactor,
407
+ Nt as HelpCenterContainer,
408
+ _t as HelpSection,
409
+ Ut as HelpSections,
410
+ Wt as HelpTip,
411
+ zt as HelpTipIcon,
412
+ Yt as HideOn,
413
+ jt as HorizontalIndicator,
414
+ $t as IconButton,
415
+ Lp as Identicon,
416
+ oa as Input,
417
+ ia as Label,
418
+ Fa as Layout,
419
+ ka as LegalAgreementDialog,
420
+ Ga as LegalDisclaimer,
421
+ _a as LiquidationGraph,
422
+ qa as LiquidationGraphLegend,
423
+ za as LiquidationGraphTip,
424
+ Na as LiquidationModellingAssetsTable,
425
+ Za as LoaderGuard,
426
+ Qa as MarkdownViewer,
427
+ de as Modal,
428
+ ai as NavBarLogo,
429
+ pi as NavItem,
430
+ ja as Navbar,
431
+ ei as NavbarIndicatorProvider,
432
+ Ja as NavbarNav,
430
433
  dr as NavigationButton,
431
- mi as NetworkIcon,
432
- fi as NotFound,
433
- ye as OneFieldDialog,
434
- si as OptionsItem,
435
- di as OptionsList,
436
- Ti as Overflow,
434
+ li as NetworkIcon,
435
+ xi as NotFound,
436
+ He as OneFieldDialog,
437
+ di as OptionsItem,
438
+ ui as OptionsList,
439
+ gi as Overflow,
437
440
  bi as OverflowContainer,
438
- gi as OverflowWrap,
439
- Lf as PERCENTAGE_FACTOR,
440
- Ba as PageLayout,
441
- Ci as PageTitle,
442
- Ii as PercentIndicator,
443
- Fi as PointsIcon,
444
- Gi as PoolAPYTooltip,
445
- wi as PoolIndicatorIcon,
446
- Pi as PoolPointsIndicator,
447
- vi as Progress,
448
- yi as ProgressCircle,
449
- Hi as RadioGroup,
450
- Ni as RadioGroupItem,
451
- Oi as RadioOption,
441
+ ci as OverflowWrap,
442
+ Vf as PERCENTAGE_FACTOR,
443
+ wa as PageLayout,
444
+ Li as PageTitle,
445
+ Vi as PercentIndicator,
446
+ hi as PointsIcon,
447
+ Bi as PoolAPYTooltip,
448
+ Ei as PoolIndicatorIcon,
449
+ ki as PoolPointsIndicator,
450
+ Mi as Progress,
451
+ Hi as ProgressCircle,
452
+ Ni as RadioGroup,
453
+ Oi as RadioGroupItem,
454
+ _i as RadioOption,
452
455
  Tr as RangeButtons,
453
- Ui as RoundedImage,
454
- Wi as Row,
455
- H as SIWEClientProvider,
456
- Df as SLIPPAGE_DECIMALS,
457
- Xi as SearchBar,
458
- Yi as SearchLine,
459
- $i as SegmentedControl,
460
- op as Select,
461
- tp as SelectContent,
462
- ap as SelectGroup,
463
- ip as SelectItem,
464
- pp as SelectLabel,
465
- np as SelectScrollDownButton,
466
- mp as SelectScrollUpButton,
467
- lp as SelectSeparator,
468
- fp as SelectTrigger,
469
- xp as SelectValue,
470
- up as Separator,
471
- gp as ShortString,
472
- Yt as ShowOn,
456
+ qi as RoundedImage,
457
+ zi as Row,
458
+ R as SIWEClientProvider,
459
+ Ff as SLIPPAGE_DECIMALS,
460
+ Zi as SearchBar,
461
+ Qi as SearchLine,
462
+ rp as SegmentedControl,
463
+ tp as Select,
464
+ ap as SelectContent,
465
+ ip as SelectGroup,
466
+ pp as SelectItem,
467
+ np as SelectLabel,
468
+ mp as SelectScrollDownButton,
469
+ lp as SelectScrollUpButton,
470
+ fp as SelectSeparator,
471
+ xp as SelectTrigger,
472
+ sp as SelectValue,
473
+ Tp as Separator,
474
+ cp as ShortString,
475
+ Qt as ShowOn,
473
476
  y as SignInRequired,
474
- Et as SimpleHeadCell,
475
- ym as SimpleTooltip,
476
- Ip as Skeleton,
477
- hp as SkeletonStack,
478
- Bp as Slider,
479
- Ep as SliderToken,
480
- kp as SmartNumberInput,
481
- _n as SortableHeadCell,
482
- qn as SortingTableHead,
483
- Mp as Spinner,
484
- yp as SpinnerOverlay,
485
- Hp as SplitList,
486
- Op as StatBadge,
487
- _p as StatBadgeGrid,
488
- Zp as StatusDot,
489
- Kp as StatusTriangle,
490
- Jp as Stepper,
477
+ Pt as SimpleHeadCell,
478
+ Om as SimpleTooltip,
479
+ Vp as Skeleton,
480
+ Gp as SkeletonStack,
481
+ wp as Slider,
482
+ Pp as SliderToken,
483
+ vp as SmartNumberInput,
484
+ zn as SortableHeadCell,
485
+ Zn as SortingTableHead,
486
+ yp as Spinner,
487
+ Hp as SpinnerOverlay,
488
+ Np as SplitList,
489
+ _p as StatBadge,
490
+ Up as StatBadgeGrid,
491
+ Jp as StatusBars,
492
+ Yp as StatusDot,
493
+ rn as StatusTriangle,
494
+ on as Stepper,
491
495
  _r as StyledButton,
492
496
  qr as StyledDialogContainer,
493
- rn as StyledDropdown,
497
+ an as StyledDropdown,
494
498
  zr as StyledRoundedImage,
495
- on as Switch,
496
- Sx as TTL_CONSTANTS,
499
+ nn as Switch,
500
+ Ax as TTL_CONSTANTS,
497
501
  cr as TabButton,
498
- an as TabControl,
499
- pn as TabItem,
500
- Wn as Table,
501
- zn as TableBody,
502
- Xn as TableCaption,
503
- Zn as TableCell,
504
- cn as TableCellAsset,
505
- pm as TableCellSm,
506
- bn as TableCellUpdatable,
507
- Sn as TableEditable,
508
- Yn as TableFooter,
509
- Qn as TableHead,
510
- Kn as TableHeader,
511
- nm as TableLineSm,
512
- om as TableLoader,
513
- am as TableLoaderGuard,
514
- jn as TableRow,
515
- xm as Tabs,
516
- sm as TabsContent,
517
- dm as TabsList,
518
- um as TabsTrigger,
519
- kn as Td,
520
- gm as TextButton,
521
- bm as Textarea,
522
- vn as Th,
523
- Lm as ThemeProvider,
524
- Im as ThemeToggle,
525
- Fm as TipCard,
526
- zt as TipWrap,
527
- Bm as TokenIcon,
528
- Pm as TokenSymbol,
529
- vm as TokenTemplate,
530
- Hm as Tooltip,
531
- Nm as TooltipContent,
532
- Om as TooltipProvider,
533
- _m as TooltipTrigger,
534
- zm as TradingView,
535
- Km as Typography,
536
- lm as UpdatedValue,
537
- il as VSpace,
538
- It as VertLine,
539
- $m as VerticalIndicator,
540
- ol as VerticalList,
541
- Dp as VerticalTimeline,
542
- nl as WithCopy,
543
- ll as WithFilterButton,
544
- Qi as WithSearchLine,
545
- xl as WithTitle,
546
- hx as Z_INDEX,
502
+ ln as TabControl,
503
+ fn as TabItem,
504
+ Yn as Table,
505
+ Qn as TableBody,
506
+ Kn as TableCaption,
507
+ jn as TableCell,
508
+ Ln as TableCellAsset,
509
+ fm as TableCellSm,
510
+ Dn as TableCellUpdatable,
511
+ An as TableEditable,
512
+ Jn as TableFooter,
513
+ $n as TableHead,
514
+ rm as TableHeader,
515
+ xm as TableLineSm,
516
+ pm as TableLoader,
517
+ mm as TableLoaderGuard,
518
+ em as TableRow,
519
+ Tm as Tabs,
520
+ gm as TabsContent,
521
+ cm as TabsList,
522
+ Sm as TabsTrigger,
523
+ Hn as Td,
524
+ Cm as TextButton,
525
+ Dm as Textarea,
526
+ Rn as Th,
527
+ Vm as ThemeProvider,
528
+ Gm as ThemeToggle,
529
+ wm as TipCard,
530
+ Xt as TipWrap,
531
+ km as TokenIcon,
532
+ ym as TokenSymbol,
533
+ Rm as TokenTemplate,
534
+ Um as Tooltip,
535
+ qm as TooltipContent,
536
+ Wm as TooltipProvider,
537
+ zm as TooltipTrigger,
538
+ Qm as TradingView,
539
+ rl as Typography,
540
+ dm as UpdatedValue,
541
+ ll as VSpace,
542
+ Vt as VertLine,
543
+ tl as VerticalIndicator,
544
+ pl as VerticalList,
545
+ Ap as VerticalTimeline,
546
+ xl as WithCopy,
547
+ dl as WithFilterButton,
548
+ Ki as WithSearchLine,
549
+ Tl as WithTitle,
550
+ Ex as Z_INDEX,
547
551
  m as alertBadgeVariants,
548
- Nf as allLoaded,
552
+ qf as allLoaded,
549
553
  or as backButtonVariants,
550
554
  z as badgeVariants,
551
- Jl as bnToInputView,
552
- zf as bnToLiquidationPriceView,
553
- rf as bnToPrettyView,
555
+ of as bnToInputView,
556
+ Qf as bnToLiquidationPriceView,
557
+ af as bnToPrettyView,
554
558
  ir as buttonVariants,
555
559
  Cr as cardGridVariants,
556
- of as cn,
560
+ nf as cn,
557
561
  Yr as coloredTextVariants,
558
- sf as convertPercent,
559
- ff as copyToClipboard,
560
- ka as createGearboxAppConfig,
561
- va as createLegalAgreementConfig,
562
- Ma as createPermissionlessInterfaceConfig,
563
- ya as createPermissionlessSafeConfig,
564
- px as createTokenSearchFilter,
565
- dl as designTokens,
566
- ex as extractTextFromLabel,
567
- Xo as filterBlockVariants,
568
- Sf as formatAssetAmount,
569
- Rx as formatAxisLabel,
570
- Hx as formatAxisTipLabel,
571
- Nx as formatAxisTipPrice,
572
- df as formatBytecodeSize,
573
- uf as formatBytecodeVersion,
574
- Af as formatMoney,
575
- If as formatMoneyAmount,
576
- wf as formatNumberWithSuffix,
577
- Vf as formatPercentAmount,
578
- Ef as formatPrice,
579
- Tf as formatTimestamp,
580
- af as generateColorsFromBase,
581
- Ql as generateId,
582
- Pf as getAdaptiveDecimals,
583
- $f as getAvailableRanges,
584
- pf as getCSSVariable,
585
- Ox as getCellClass,
586
- it as getDefaultOptions,
587
- pt as getDefaultSeries,
588
- nt as getDefaultVerticalLine,
589
- yt as getHFZones,
590
- qf as getNetworkIcon,
591
- Gl as getSortForField,
592
- Cx as getTTLZone,
593
- lt as getXFormatter,
594
- ft as getYFormatter,
595
- Lt as graphViewVariants,
596
- Mn as gridTableCellVariants,
597
- yn as gridTableHeadVariants,
598
- Rn as gridTableVariants,
599
- nf as hexToRgba,
600
- $t as iconButtonVariants,
601
- oa as inputVariants,
602
- Tl as interactiveVariants,
603
- kf as isBelowDisplayThreshold,
604
- vf as isEffectivelyZero,
605
- xx as isLongString,
606
- _x as isPointInCell,
607
- Xf as isPositiveFloat,
608
- ia as labelVariants,
609
- Of as loadingProgress,
610
- Ja as navbarVariants,
611
- pi as navitemVariants,
612
- ux as negativeTokenTemplate,
613
- Vx as openInNewWindow,
614
- gl as paddingVariants,
615
- Li as pageTitleRootVariants,
616
- Di as pageTitleVariants,
617
- Zf as parseInputToBN,
618
- Yf as parseSmallNumber,
619
- Ff as percentTemplate,
620
- hf as percentageTemplate,
621
- Kf as pluralize,
622
- wm as preloadTokenIcons,
623
- mf as resolveCSSColor,
624
- _f as round5,
625
- ax as searchInString,
626
- nx as searchInToken,
627
- Ki as searchLineInputVariants,
628
- ji as searchLineVariants,
629
- rp as segmentedControlVariants,
630
- jf as selectPluralString,
631
- sp as selectTriggerVariants,
632
- ox as serializeValue,
633
- lx as shortSHA,
634
- gf as shortenHash,
635
- sx as shortenString,
636
- cf as significantTrunc,
637
- cl as sizeVariants,
638
- Vp as skeletonVariants,
639
- Rf as slippageTemplate,
640
- Up as statBadgeContentVariants,
641
- qp as statBadgeGridVariants,
642
- Wp as statBadgeTitleVariants,
643
- zp as statBadgeVariants,
644
- bl as stateVariants,
645
- Yp as statusDotVariants,
646
- Jn as tableCellVariants,
647
- $n as tableHeadVariants,
648
- rm as tableVariants,
649
- Sm as textareaVariants,
650
- hm as tipCardVariants,
651
- Mf as toSignificantDigits,
652
- Tx as tokenTemplate,
653
- gx as tokenTemplateNumber,
654
- cx as tokenTemplateString,
655
- Lx as ttlFromTimestamp,
656
- Dx as ttlLeft,
657
- Ax as ttlLeftParsed,
658
- jm as typographyVariants,
659
- Ux as useAxis,
660
- Cl as useCheckboxSelect,
661
- Dl as useControllableState,
662
- Il as useDebounce,
663
- Fl as useDebounceCall,
664
- yl as useEditPriceManually,
665
- Bl as useFilterAllSelected,
666
- qx as useFixedAssets,
667
- Kl as useFormFieldIds,
668
- Dt as useGraphAside,
669
- vl as useHF,
670
- nn as useHashTabs,
671
- Ym as useIntlTyped,
672
- Wx as useIsAxisInRelativeUnits,
673
- Ol as useIsDesktop,
674
- _l as useIsMobile,
675
- Ul as useIsTablet,
676
- zx as useLiquidationGraphActivePrice,
677
- Xx as useLiquidationGraphCurrentActiveValue,
678
- Rl as useLiquidationGraphParams,
679
- Hl as useLiquidationHeatmap,
680
- ql as useMediaQuery,
681
- Aa as useMobileMenu,
682
- ei as useNavbarIndicator,
683
- zl as useOpenedState,
684
- Zl as usePrevious,
685
- Zx as usePriceInNumber,
686
- wl as useRangeFilter,
687
- mn as useSectionTab,
688
- El as useSelectFilter,
689
- Pl as useSort,
690
- ln as useTabControl,
691
- Dm as useTheme,
692
- Yx as useWithLiquidationGraphActivePrices,
693
- rl as verticalIndicatorVariants,
694
- tl as verticalListVariants
562
+ gf as convertPercent,
563
+ uf as copyToClipboard,
564
+ va as createGearboxAppConfig,
565
+ Ma as createLegalAgreementConfig,
566
+ ya as createPermissionlessInterfaceConfig,
567
+ Ha as createPermissionlessSafeConfig,
568
+ fx as createTokenSearchFilter,
569
+ cl as designTokens,
570
+ ix as extractTextFromLabel,
571
+ Zo as filterBlockVariants,
572
+ Af as formatAssetAmount,
573
+ _x as formatAxisLabel,
574
+ Ux as formatAxisTipLabel,
575
+ qx as formatAxisTipPrice,
576
+ cf as formatBytecodeSize,
577
+ Sf as formatBytecodeVersion,
578
+ hf as formatMoney,
579
+ Gf as formatMoneyAmount,
580
+ vf as formatNumberWithSuffix,
581
+ Bf as formatPercentAmount,
582
+ Mf as formatPrice,
583
+ bf as formatTimestamp,
584
+ lf as generateColorsFromBase,
585
+ $l as generateId,
586
+ yf as getAdaptiveDecimals,
587
+ tx as getAvailableRanges,
588
+ ff as getCSSVariable,
589
+ Wx as getCellClass,
590
+ pt as getDefaultOptions,
591
+ nt as getDefaultSeries,
592
+ mt as getDefaultVerticalLine,
593
+ Ht as getHFZones,
594
+ Zf as getNetworkIcon,
595
+ Pl as getSortForField,
596
+ Ix as getTTLZone,
597
+ ft as getXFormatter,
598
+ xt as getYFormatter,
599
+ Dt as graphViewVariants,
600
+ Nn as gridTableCellVariants,
601
+ On as gridTableHeadVariants,
602
+ _n as gridTableVariants,
603
+ xf as hexToRgba,
604
+ ra as iconButtonVariants,
605
+ ta as inputVariants,
606
+ bl as interactiveVariants,
607
+ Hf as isBelowDisplayThreshold,
608
+ Rf as isEffectivelyZero,
609
+ Tx as isLongString,
610
+ zx as isPointInCell,
611
+ Kf as isPositiveFloat,
612
+ pa as labelVariants,
613
+ Wf as loadingProgress,
614
+ $a as navbarVariants,
615
+ ni as navitemVariants,
616
+ Sx as negativeTokenTemplate,
617
+ Bx as openInNewWindow,
618
+ Cl as paddingVariants,
619
+ Di as pageTitleRootVariants,
620
+ Ai as pageTitleVariants,
621
+ jf as parseInputToBN,
622
+ Jf as parseSmallNumber,
623
+ wf as percentTemplate,
624
+ Ef as percentageTemplate,
625
+ rx as pluralize,
626
+ vm as preloadTokenIcons,
627
+ sf as resolveCSSColor,
628
+ zf as round5,
629
+ mx as searchInString,
630
+ xx as searchInToken,
631
+ ji as searchLineInputVariants,
632
+ Ji as searchLineVariants,
633
+ ep as segmentedControlVariants,
634
+ ex as selectPluralString,
635
+ dp as selectTriggerVariants,
636
+ px as serializeValue,
637
+ dx as shortSHA,
638
+ Cf as shortenHash,
639
+ gx as shortenString,
640
+ Lf as significantTrunc,
641
+ Ll as sizeVariants,
642
+ Fp as skeletonVariants,
643
+ _f as slippageTemplate,
644
+ qp as statBadgeContentVariants,
645
+ Wp as statBadgeGridVariants,
646
+ zp as statBadgeTitleVariants,
647
+ Xp as statBadgeVariants,
648
+ Dl as stateVariants,
649
+ Qp as statusDotVariants,
650
+ om as tableCellVariants,
651
+ tm as tableHeadVariants,
652
+ am as tableVariants,
653
+ Am as textareaVariants,
654
+ Em as tipCardVariants,
655
+ Nf as toSignificantDigits,
656
+ bx as tokenTemplate,
657
+ Cx as tokenTemplateNumber,
658
+ Lx as tokenTemplateString,
659
+ Vx as ttlFromTimestamp,
660
+ Fx as ttlLeft,
661
+ hx as ttlLeftParsed,
662
+ el as typographyVariants,
663
+ Xx as useAxis,
664
+ Il as useCheckboxSelect,
665
+ Fl as useControllableState,
666
+ Gl as useDebounce,
667
+ wl as useDebounceCall,
668
+ Ol as useEditPriceManually,
669
+ kl as useFilterAllSelected,
670
+ Zx as useFixedAssets,
671
+ rf as useFormFieldIds,
672
+ At as useGraphAside,
673
+ Rl as useHF,
674
+ xn as useHashTabs,
675
+ Jm as useIntlTyped,
676
+ Yx as useIsAxisInRelativeUnits,
677
+ Wl as useIsDesktop,
678
+ zl as useIsMobile,
679
+ Xl as useIsTablet,
680
+ Qx as useLiquidationGraphActivePrice,
681
+ Kx as useLiquidationGraphCurrentActiveValue,
682
+ _l as useLiquidationGraphParams,
683
+ Ul as useLiquidationHeatmap,
684
+ Zl as useMediaQuery,
685
+ Ia as useMobileMenu,
686
+ oi as useNavbarIndicator,
687
+ Ql as useOpenedState,
688
+ jl as usePrevious,
689
+ jx as usePriceInNumber,
690
+ vl as useRangeFilter,
691
+ sn as useSectionTab,
692
+ Ml as useSelectFilter,
693
+ yl as useSort,
694
+ dn as useTabControl,
695
+ Fm as useTheme,
696
+ Jx as useWithLiquidationGraphActivePrices,
697
+ al as verticalIndicatorVariants,
698
+ nl as verticalListVariants
695
699
  };