@gearbox-protocol/ui-kit 3.1.0-next.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -86
- package/dist/cjs/components/assets-list-cell/assets-list-cell.cjs +1 -1
- package/dist/cjs/components/auth/connect-required.cjs +1 -1
- package/dist/cjs/components/auth/index.cjs +1 -1
- package/dist/cjs/components/auth/signin-required.cjs +1 -1
- package/dist/cjs/components/block-sync/block-sync.cjs +1 -1
- package/dist/cjs/components/checkbox/checkbox-labeled.cjs +1 -1
- package/dist/cjs/components/client-adapters/styled-rounded-image/styled-rounded-image.cjs +1 -1
- package/dist/cjs/components/complex-input/complex-input.cjs +1 -1
- package/dist/cjs/components/compound-apy/compound-apy.cjs +1 -1
- package/dist/cjs/components/detailed-page-title/detailed-page-title.cjs +1 -1
- package/dist/cjs/components/graph/graph.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/markdown-viewer/markdown-viewer.cjs +1 -1
- package/dist/cjs/components/next/index.cjs +1 -1
- package/dist/cjs/components/next/siwe-provider.cjs +1 -0
- package/dist/cjs/components/table/editable-grid-table.cjs +1 -1
- package/dist/cjs/components/table/editable-table.cjs +1 -1
- package/dist/cjs/components/time-to-liquidation/time-to-liquidation.cjs +1 -1
- package/dist/cjs/components/tokens-list-cell/tokens-list-cell.cjs +1 -1
- package/dist/cjs/components/with-copy/with-copy.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/assets-list-cell/assets-list-cell.js +4 -3
- package/dist/esm/components/auth/connect-required.js +11 -18
- package/dist/esm/components/auth/index.js +4 -5
- package/dist/esm/components/auth/signin-required.js +23 -30
- package/dist/esm/components/block-sync/block-sync.js +4 -3
- package/dist/esm/components/checkbox/checkbox-labeled.js +2 -1
- package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +2 -1
- package/dist/esm/components/complex-input/complex-input.js +4 -3
- package/dist/esm/components/compound-apy/compound-apy.js +4 -3
- package/dist/esm/components/detailed-page-title/detailed-page-title.js +2 -1
- package/dist/esm/components/graph/graph.js +280 -266
- package/dist/esm/components/index.js +607 -608
- package/dist/esm/components/markdown-viewer/markdown-viewer.js +4 -3
- package/dist/esm/components/next/index.js +8 -6
- package/dist/esm/components/next/{connectkit/siwe-provider.js → siwe-provider.js} +1 -1
- package/dist/esm/components/table/editable-grid-table.js +37 -36
- package/dist/esm/components/table/editable-table.js +18 -17
- package/dist/esm/components/time-to-liquidation/time-to-liquidation.js +2 -1
- package/dist/esm/components/tokens-list-cell/tokens-list-cell.js +4 -3
- package/dist/esm/components/with-copy/with-copy.js +4 -3
- package/dist/esm/index.js +767 -768
- package/dist/types/components/auth/connect-required.d.ts +11 -10
- package/dist/types/components/auth/index.d.ts +1 -1
- package/dist/types/components/auth/signin-required.d.ts +5 -7
- package/dist/types/components/auth/siwe-provider.d.ts +31 -0
- package/dist/types/components/graph/graph.d.ts +14 -1
- package/dist/types/components/next/index.d.ts +1 -0
- package/dist/types/components/next/siwe-provider.d.ts +7 -0
- package/package.json +4 -21
- package/dist/cjs/components/auth/wallet-ui-context.cjs +0 -1
- package/dist/cjs/components/connectkit/connect-kit-wallet-adapter.cjs +0 -1
- package/dist/cjs/components/connectkit/index.cjs +0 -1
- package/dist/cjs/components/next/connectkit/index.cjs +0 -1
- package/dist/cjs/components/next/connectkit/siwe-provider.cjs +0 -1
- package/dist/esm/components/auth/wallet-ui-context.js +0 -13
- package/dist/esm/components/connectkit/connect-kit-wallet-adapter.js +0 -32
- package/dist/esm/components/connectkit/index.js +0 -6
- package/dist/esm/components/next/connectkit/index.js +0 -4
- package/dist/types/components/auth/wallet-ui-context.d.ts +0 -36
- package/dist/types/components/connectkit/connect-kit-wallet-adapter.d.ts +0 -12
- package/dist/types/components/connectkit/index.d.ts +0 -2
- package/dist/types/components/connectkit/siwe-provider.d.ts +0 -30
- package/dist/types/components/next/connectkit/index.d.ts +0 -1
- package/dist/types/components/next/connectkit/siwe-provider.d.ts +0 -8
- /package/dist/cjs/components/{connectkit → auth}/siwe-provider.cjs +0 -0
- /package/dist/esm/components/{connectkit → auth}/siwe-provider.js +0 -0
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as i } from "./components/accordion/accordion.js";
|
|
2
|
-
import { AlertBadge as n, alertBadgeVariants as
|
|
2
|
+
import { AlertBadge as n, alertBadgeVariants as m } from "./components/alert-badge/alert-badge.js";
|
|
3
3
|
import { AlertDialog as f, AlertDialogAction as x, AlertDialogCancel as s, AlertDialogContent as d, AlertDialogDescription as u, AlertDialogFooter as g, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as C, AlertDialogTitle as S, AlertDialogTrigger as b } from "./components/alert-dialog/alert-dialog.js";
|
|
4
4
|
import { AlertModal as D } from "./components/alert-modal/alert-modal.js";
|
|
5
5
|
import { AppBar as I, AppBarCenter as h, AppBarCenterContent as B, AppBarDotsButton as V, AppBarDropdownMenu as F, AppBarHamburgerButton as w, AppBarMenuItem as k, AppBarNavItem as P, AppBarSidePanel as v } from "./components/app-bar/app-bar.js";
|
|
@@ -10,266 +10,266 @@ import { AssetsListCell as O } from "./components/assets-list-cell/assets-list-c
|
|
|
10
10
|
import { AssetsRatio as U } from "./components/assets-ratio/assets-ratio.js";
|
|
11
11
|
import { ConnectRequired as q } from "./components/auth/connect-required.js";
|
|
12
12
|
import { SignInRequired as Z } from "./components/auth/signin-required.js";
|
|
13
|
-
import {
|
|
14
|
-
import { Avatar as
|
|
15
|
-
import { Badge as
|
|
16
|
-
import { BaseLink as
|
|
17
|
-
import { BlockSync as
|
|
18
|
-
import { BreadCrumbs as
|
|
19
|
-
import { ButtonCheckbox as
|
|
20
|
-
import { BackButton as
|
|
21
|
-
import { Button as
|
|
22
|
-
import { CopyButton as
|
|
23
|
-
import { ExternalButton as
|
|
24
|
-
import { FilterButton as
|
|
25
|
-
import { NavigationButton as
|
|
26
|
-
import { RangeButtons as
|
|
27
|
-
import { TabButton as
|
|
28
|
-
import { CardGrid as
|
|
29
|
-
import { Card as
|
|
30
|
-
import { DangerZone as
|
|
31
|
-
import { ExpandablCall as
|
|
32
|
-
import { ExpandableCard as
|
|
33
|
-
import { Carousel as
|
|
34
|
-
import { Checkbox as
|
|
35
|
-
import { CheckboxLabeled as
|
|
36
|
-
import { StyledButton as
|
|
37
|
-
import { StyledDialogContainer as
|
|
38
|
-
import { StyledRoundedImage as
|
|
39
|
-
import { ColoredText as
|
|
40
|
-
import { ComplexInput as
|
|
41
|
-
import { CompoundAPY as me, getRewardTokenSymbol as
|
|
42
|
-
import { ConfirmMenu as
|
|
43
|
-
import { CreditSessionStatus as
|
|
44
|
-
import { CurrencyButton as
|
|
45
|
-
import { Description as
|
|
46
|
-
import { DetailedApy as
|
|
47
|
-
import { DetailedPageTitle as
|
|
48
|
-
import { DetailedPageTitleCopyButton as
|
|
49
|
-
import { DetailedPageTitleExplorerDropdown as
|
|
50
|
-
import { Modal as
|
|
51
|
-
import { Dialog as
|
|
52
|
-
import { DialogContainer as
|
|
53
|
-
import { DialogContent as
|
|
54
|
-
import { DialogDescription as
|
|
55
|
-
import { DialogFooter as
|
|
56
|
-
import { DialogForm as
|
|
57
|
-
import { DialogHeader as
|
|
58
|
-
import { DialogModalContainer as
|
|
59
|
-
import { DialogOverlay as
|
|
60
|
-
import { DialogTitle as
|
|
61
|
-
import { OneFieldDialog as
|
|
62
|
-
import { DefaultDropdownLabel as
|
|
63
|
-
import { DropdownMenu as
|
|
64
|
-
import { DropdownMenuCheckboxItem as
|
|
65
|
-
import { DropdownMenuContent as
|
|
66
|
-
import { DropdownMenuItem as
|
|
67
|
-
import { DropdownMenuLabel as
|
|
68
|
-
import { DropdownMenuRadioItem as
|
|
69
|
-
import { DropdownMenuSeparator as
|
|
70
|
-
import { DropdownMenuShortcut as
|
|
71
|
-
import { DropdownMenuSubContent as
|
|
72
|
-
import { DropdownMenuSubTrigger as
|
|
73
|
-
import { EditInput as
|
|
74
|
-
import { ErrorLineMessage as
|
|
75
|
-
import { ErrorMessage as
|
|
76
|
-
import { ErrorView as
|
|
77
|
-
import { ExplorerLinksDropdown as
|
|
78
|
-
import { FadeoutLoading as
|
|
79
|
-
import { FilterBlock as
|
|
80
|
-
import { FilterCheckboxItem as
|
|
81
|
-
import { FilterChip as
|
|
82
|
-
import { FilterChips as
|
|
83
|
-
import { FilterDropdownItem as
|
|
84
|
-
import { FilterGroup as
|
|
85
|
-
import { FilterLabel as
|
|
86
|
-
import { FilterModal as
|
|
87
|
-
import { FilterModalItem as
|
|
88
|
-
import { FilterRadioItem as
|
|
89
|
-
import { FilterSeparator as
|
|
13
|
+
import { SIWEClientProvider as Q } from "./components/auth/siwe-provider.js";
|
|
14
|
+
import { Avatar as K, AvatarFallback as j, AvatarImage as J } from "./components/avatar/avatar.js";
|
|
15
|
+
import { Badge as rr, badgeVariants as er } from "./components/badge/badge.js";
|
|
16
|
+
import { BaseLink as tr } from "./components/base-link/base-link.js";
|
|
17
|
+
import { BlockSync as ir } from "./components/block-sync/block-sync.js";
|
|
18
|
+
import { BreadCrumbs as nr } from "./components/breadcrumbs/breadcrumbs.js";
|
|
19
|
+
import { ButtonCheckbox as lr } from "./components/button-checkbox/button-checkbox.js";
|
|
20
|
+
import { BackButton as xr, backButtonVariants as sr } from "./components/buttons/back-button/back-button.js";
|
|
21
|
+
import { Button as ur, buttonVariants as gr } from "./components/buttons/button/button.js";
|
|
22
|
+
import { CopyButton as Tr } from "./components/buttons/copy-button/copy-button.js";
|
|
23
|
+
import { ExternalButton as Sr } from "./components/buttons/external-button/external-button.js";
|
|
24
|
+
import { FilterButton as Lr } from "./components/buttons/filter-button/filter-button.js";
|
|
25
|
+
import { NavigationButton as Ar } from "./components/buttons/navigation-button/navigation-button.js";
|
|
26
|
+
import { RangeButtons as hr } from "./components/buttons/range-buttons/range-buttons.js";
|
|
27
|
+
import { TabButton as Vr } from "./components/buttons/tab-button/tab-button.js";
|
|
28
|
+
import { CardGrid as wr, cardGridVariants as kr } from "./components/card-grid/card-grid.js";
|
|
29
|
+
import { Card as vr, CardContent as Mr, CardDescription as Er, CardFooter as Gr, CardHeader as yr, CardTitle as Hr } from "./components/cards/card/card.js";
|
|
30
|
+
import { DangerZone as Nr } from "./components/cards/danger-zone/danger-zone.js";
|
|
31
|
+
import { ExpandablCall as _r } from "./components/cards/expandable-call/expandable-call.js";
|
|
32
|
+
import { ExpandableCard as Wr } from "./components/cards/expandable-card/expandable-card.js";
|
|
33
|
+
import { Carousel as Xr } from "./components/carousel/carousel.js";
|
|
34
|
+
import { Checkbox as zr } from "./components/checkbox/checkbox.js";
|
|
35
|
+
import { CheckboxLabeled as Yr } from "./components/checkbox/checkbox-labeled.js";
|
|
36
|
+
import { StyledButton as jr } from "./components/client-adapters/styled-button/styled-button.js";
|
|
37
|
+
import { StyledDialogContainer as $r } from "./components/client-adapters/styled-dialog-container/styled-dialog-container.js";
|
|
38
|
+
import { StyledRoundedImage as ee } from "./components/client-adapters/styled-rounded-image/styled-rounded-image.js";
|
|
39
|
+
import { ColoredText as te, coloredTextVariants as ae } from "./components/colored-text/colored-text.js";
|
|
40
|
+
import { ComplexInput as pe } from "./components/complex-input/complex-input.js";
|
|
41
|
+
import { CompoundAPY as me, getRewardTokenSymbol as le } from "./components/compound-apy/compound-apy.js";
|
|
42
|
+
import { ConfirmMenu as xe } from "./components/confirm-menu/confirm-menu.js";
|
|
43
|
+
import { CreditSessionStatus as de } from "./components/credit-session-status/credit-session-status.js";
|
|
44
|
+
import { CurrencyButton as ge } from "./components/currency-button/currency-button.js";
|
|
45
|
+
import { Description as Te } from "./components/description/description.js";
|
|
46
|
+
import { DetailedApy as Se, PoolRewardsIcon as be } from "./components/detailed-apy/detailed-apy.js";
|
|
47
|
+
import { DetailedPageTitle as De } from "./components/detailed-page-title/detailed-page-title.js";
|
|
48
|
+
import { DetailedPageTitleCopyButton as Ie } from "./components/detailed-page-title/detailed-page-title-copy-button.js";
|
|
49
|
+
import { DetailedPageTitleExplorerDropdown as Be } from "./components/detailed-page-title/detailed-page-title-explorer-dropdown.js";
|
|
50
|
+
import { Modal as Fe } from "./components/modal/modal.js";
|
|
51
|
+
import { Dialog as ke, DialogPortal as Pe, DialogTrigger as ve } from "./components/dialog/dialog.js";
|
|
52
|
+
import { DialogContainer as Ee } from "./components/dialog/dialog-container.js";
|
|
53
|
+
import { DialogContent as ye } from "./components/dialog/dialog-content.js";
|
|
54
|
+
import { DialogDescription as Re } from "./components/dialog/dialog-description.js";
|
|
55
|
+
import { DialogFooter as Oe } from "./components/dialog/dialog-footer.js";
|
|
56
|
+
import { DialogForm as Ue } from "./components/dialog/dialog-form.js";
|
|
57
|
+
import { DialogHeader as qe } from "./components/dialog/dialog-header.js";
|
|
58
|
+
import { DialogModalContainer as Ze } from "./components/dialog/dialog-modal-container.js";
|
|
59
|
+
import { DialogOverlay as Qe } from "./components/dialog/dialog-overlay.js";
|
|
60
|
+
import { DialogTitle as Ke } from "./components/dialog/dialog-title.js";
|
|
61
|
+
import { OneFieldDialog as Je } from "./components/dialog/one-field-dialog.js";
|
|
62
|
+
import { DefaultDropdownLabel as ro } from "./components/dropdown-label/dropdown-label.js";
|
|
63
|
+
import { DropdownMenu as oo, DropdownMenuGroup as to, DropdownMenuPortal as ao, DropdownMenuRadioGroup as io, DropdownMenuSub as po, DropdownMenuTrigger as no } from "./components/dropdown-menu/dropdown-menu.js";
|
|
64
|
+
import { DropdownMenuCheckboxItem as lo } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
|
|
65
|
+
import { DropdownMenuContent as xo } from "./components/dropdown-menu/dropdown-menu-content.js";
|
|
66
|
+
import { DropdownMenuItem as uo } from "./components/dropdown-menu/dropdown-menu-item.js";
|
|
67
|
+
import { DropdownMenuLabel as co } from "./components/dropdown-menu/dropdown-menu-label.js";
|
|
68
|
+
import { DropdownMenuRadioItem as Co } from "./components/dropdown-menu/dropdown-menu-radio-item.js";
|
|
69
|
+
import { DropdownMenuSeparator as bo } from "./components/dropdown-menu/dropdown-menu-separator.js";
|
|
70
|
+
import { DropdownMenuShortcut as Do } from "./components/dropdown-menu/dropdown-menu-shortcut.js";
|
|
71
|
+
import { DropdownMenuSubContent as Io } from "./components/dropdown-menu/dropdown-menu-sub-content.js";
|
|
72
|
+
import { DropdownMenuSubTrigger as Bo } from "./components/dropdown-menu/dropdown-menu-sub-trigger.js";
|
|
73
|
+
import { EditInput as Fo } from "./components/edit-input/edit-input.js";
|
|
74
|
+
import { ErrorLineMessage as ko } from "./components/error-message/error-line-message.js";
|
|
75
|
+
import { ErrorMessage as vo } from "./components/error-message/error-message.js";
|
|
76
|
+
import { ErrorView as Eo } from "./components/error-view/error-view.js";
|
|
77
|
+
import { ExplorerLinksDropdown as yo } from "./components/explorer-links-dropdown/explorer-links-dropdown.js";
|
|
78
|
+
import { FadeoutLoading as Ro } from "./components/fadeout-loading/fadeout-loading.js";
|
|
79
|
+
import { FilterBlock as Oo } from "./components/filter/filter-block.js";
|
|
80
|
+
import { FilterCheckboxItem as Uo } from "./components/filter/filter-checkbox-item.js";
|
|
81
|
+
import { FilterChip as qo } from "./components/filter/filter-chip.js";
|
|
82
|
+
import { FilterChips as Zo } from "./components/filter/filter-chips.js";
|
|
83
|
+
import { FilterDropdownItem as Qo } from "./components/filter/filter-dropdown-item.js";
|
|
84
|
+
import { FilterGroup as Ko } from "./components/filter/filter-group.js";
|
|
85
|
+
import { FilterLabel as Jo } from "./components/filter/filter-label.js";
|
|
86
|
+
import { FilterModal as rt } from "./components/filter/filter-modal.js";
|
|
87
|
+
import { FilterModalItem as ot } from "./components/filter/filter-modal-item.js";
|
|
88
|
+
import { FilterRadioItem as at } from "./components/filter/filter-radio-item.js";
|
|
89
|
+
import { FilterSeparator as pt } from "./components/filter/filter-separator.js";
|
|
90
90
|
import { filterBlockVariants as mt } from "./components/filter/variants.js";
|
|
91
|
-
import { FormField as
|
|
92
|
-
import { FormattedNumberString as
|
|
93
|
-
import { DEFAULT_AREA_SERIES as
|
|
94
|
-
import { getXFormatter as
|
|
95
|
-
import { DEFAULT_SERIES_COLORS as
|
|
96
|
-
import { GraphCurrentValue as
|
|
97
|
-
import { GraphTooltip as
|
|
98
|
-
import { GraphView as
|
|
99
|
-
import { VertLine as
|
|
100
|
-
import { GridTDCell as
|
|
101
|
-
import { Guard as
|
|
102
|
-
import { HeadCell as
|
|
103
|
-
import { BAD_HF as
|
|
104
|
-
import { HelpCenterContainer as
|
|
105
|
-
import { HelpSection as
|
|
106
|
-
import { HelpTip as
|
|
107
|
-
import { HideOn as ma, ShowOn as
|
|
108
|
-
import { HorizontalIndicator as
|
|
109
|
-
import { IconButton as
|
|
110
|
-
import { faArrowDown as
|
|
111
|
-
import { FaIcon as
|
|
112
|
-
import { Input as
|
|
113
|
-
import { Label as
|
|
114
|
-
import { AppLogo as mi, AppLogoLink as
|
|
115
|
-
import { Block as
|
|
116
|
-
import { Col as
|
|
117
|
-
import { Container as
|
|
118
|
-
import { Footer as
|
|
119
|
-
import { Grid as
|
|
120
|
-
import { Header as
|
|
121
|
-
import { Layout as
|
|
122
|
-
import { LegalDisclaimer as
|
|
123
|
-
import { PageLayout as
|
|
124
|
-
import { SocialIcons as
|
|
125
|
-
import { BlockedRegionDialog as
|
|
126
|
-
import { Link as
|
|
127
|
-
import { LiquidationModellingAssetsTable as
|
|
128
|
-
import { LiquidationGraph as
|
|
129
|
-
import { LiquidationGraphLegend as
|
|
130
|
-
import { LiquidationGraphTip as
|
|
131
|
-
import { LiquidationPrice as
|
|
132
|
-
import { Loader as
|
|
133
|
-
import { LoaderGuard as
|
|
134
|
-
import { Loading as
|
|
135
|
-
import { LoadingBar as
|
|
91
|
+
import { FormField as ft } from "./components/form/form-field.js";
|
|
92
|
+
import { FormattedNumberString as st } from "./components/formatted-number/formatted-number.js";
|
|
93
|
+
import { DEFAULT_AREA_SERIES as ut, DEFAULT_OPTIONS as gt, DEFAULT_VERTICAL_LINE as ct, getDefaultOptions as Tt, getDefaultSeries as Ct, getDefaultVerticalLine as St } from "./components/graph/default-config.js";
|
|
94
|
+
import { getXFormatter as Lt, getXFormatters as Dt, getYFormatter as At } from "./components/graph/formatters.js";
|
|
95
|
+
import { DEFAULT_SERIES_COLORS as ht, Graph as Bt, getSeriesColorPalette as Vt, getVerticalLineTooltipContent as Ft } from "./components/graph/graph.js";
|
|
96
|
+
import { GraphCurrentValue as kt } from "./components/graph/graph-current-value.js";
|
|
97
|
+
import { GraphTooltip as vt } from "./components/graph/graph-tooltip.js";
|
|
98
|
+
import { GraphView as Et, GraphViewWithData as Gt, graphViewVariants as yt, useGraphAside as Ht } from "./components/graph/graph-view.js";
|
|
99
|
+
import { VertLine as Nt } from "./components/graph/plugins/vertical-line.js";
|
|
100
|
+
import { GridTDCell as _t } from "./components/grid-td-cell/grid-td-cell.js";
|
|
101
|
+
import { Guard as Wt } from "./components/guard/guard.js";
|
|
102
|
+
import { HeadCell as Xt, SimpleHeadCell as Zt } from "./components/head-cell/head-cell.js";
|
|
103
|
+
import { BAD_HF as Qt, GOOD_HF as Yt, HealthFactor as Kt, getHFZones as jt } from "./components/health-factor/health-factor.js";
|
|
104
|
+
import { HelpCenterContainer as $t } from "./components/help-center-container/help-center-container.js";
|
|
105
|
+
import { HelpSection as ea, HelpSections as oa } from "./components/help-sections/help-sections.js";
|
|
106
|
+
import { HelpTip as aa, HelpTipIcon as ia, TipWrap as pa } from "./components/help-tip/help-tip.js";
|
|
107
|
+
import { HideOn as ma, ShowOn as la } from "./components/hide-on/hide-on.js";
|
|
108
|
+
import { HorizontalIndicator as xa } from "./components/horizontal-indicator/horizontal-indicator.js";
|
|
109
|
+
import { IconButton as da, iconButtonVariants as ua } from "./components/icon-button/icon-button.js";
|
|
110
|
+
import { faArrowDown as ca, faArrowLeft as Ta, faArrowRight as Ca, faArrowUp as Sa, faArrowsUpDown as ba, faBars as La, faBolt as Da, faCaretDown as Aa, faCaretLeft as Ia, faCaretRight as ha, faCaretUp as Ba, faCheck as Va, faChevronLeft as Fa, faChevronRight as wa, faCircle as ka, faCircleCheck as Pa, faCircleExclamation as va, faCirclePlus as Ma, faCircleQuestion as Ea, faCloud as Ga, faCog as ya, faCreditCard as Ha, faEllipsisVertical as Ra, faEnvelope as Na, faKeyboard as Oa, faLifeRing as _a, faMagnifyingGlass as Ua, faMessage as Wa, faPlus as qa, faRightFromBracket as Xa, faTrash as Za, faTriangleExclamation as za, faUser as Qa, faUserPlus as Ya, faUsers as Ka, faWallet as ja, faXmark as Ja } from "@fortawesome/free-solid-svg-icons";
|
|
111
|
+
import { FaIcon as ri } from "./components/icons/fa-icon.js";
|
|
112
|
+
import { Input as oi, inputVariants as ti } from "./components/input/input.js";
|
|
113
|
+
import { Label as ii, labelVariants as pi } from "./components/label/label.js";
|
|
114
|
+
import { AppLogo as mi, AppLogoLink as li } from "./components/layout/app-logo/app-logo.js";
|
|
115
|
+
import { Block as xi } from "./components/layout/block/block.js";
|
|
116
|
+
import { Col as di } from "./components/layout/col/col.js";
|
|
117
|
+
import { Container as gi } from "./components/layout/container/container.js";
|
|
118
|
+
import { Footer as Ti, FooterLink as Ci, FooterLinkSection as Si, GearboxFooter as bi } from "./components/layout/footer/footer.js";
|
|
119
|
+
import { Grid as Di } from "./components/layout/grid/grid.js";
|
|
120
|
+
import { Header as Ii, useMobileMenu as hi } from "./components/layout/header/header.js";
|
|
121
|
+
import { Layout as Vi } from "./components/layout/layout/layout.js";
|
|
122
|
+
import { LegalDisclaimer as wi } from "./components/layout/legal-disclaimer/legal-disclaimer.js";
|
|
123
|
+
import { PageLayout as Pi } from "./components/layout/page-layout/page-layout.js";
|
|
124
|
+
import { SocialIcons as Mi } from "./components/layout/social-icons/social-icons.js";
|
|
125
|
+
import { BlockedRegionDialog as Gi, LegalAgreementDialog as yi, createGearboxAppConfig as Hi, createLegalAgreementConfig as Ri, createPermissionlessInterfaceConfig as Ni, createPermissionlessSafeConfig as Oi } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
126
|
+
import { Link as Ui } from "./components/link/link.js";
|
|
127
|
+
import { LiquidationModellingAssetsTable as qi } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
|
|
128
|
+
import { LiquidationGraph as Zi } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
|
|
129
|
+
import { LiquidationGraphLegend as Qi } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
|
|
130
|
+
import { LiquidationGraphTip as Ki } from "./components/liquidation/liquidation-graph-tip/liquidation-graph-tip.js";
|
|
131
|
+
import { LiquidationPrice as Ji } from "./components/liquidation-price/liquidation-price.js";
|
|
132
|
+
import { Loader as rp } from "./components/loader/loader.js";
|
|
133
|
+
import { LoaderGuard as op } from "./components/loader-guard/loader-guard.js";
|
|
134
|
+
import { Loading as ap } from "./components/loading/loading.js";
|
|
135
|
+
import { LoadingBar as pp } from "./components/loading-bar/loading-bar.js";
|
|
136
136
|
import { MarkdownViewer as mp } from "./components/markdown-viewer/markdown-viewer.js";
|
|
137
|
-
import { Navbar as
|
|
138
|
-
import { NavbarIndicatorProvider as
|
|
139
|
-
import { NavbarWithOverflow as
|
|
140
|
-
import { NavBarLogo as
|
|
141
|
-
import { NavigationProvider as
|
|
142
|
-
import { NavItem as
|
|
143
|
-
import { NetworkIcon as
|
|
144
|
-
import { NotFound as
|
|
145
|
-
import { OptionsItem as
|
|
146
|
-
import { Overflow as
|
|
147
|
-
import { OverflowContainer as
|
|
148
|
-
import { PageTitle as
|
|
149
|
-
import { PercentIndicator as
|
|
150
|
-
import { PointsIcon as
|
|
151
|
-
import { PoolAPYTooltip as
|
|
152
|
-
import { PoolIndicatorIcon as
|
|
153
|
-
import { PoolPointsIndicator as
|
|
154
|
-
import { Progress as
|
|
155
|
-
import { ProgressBar as
|
|
156
|
-
import { ProgressCircle as
|
|
157
|
-
import { RadioGroup as
|
|
158
|
-
import { RoundedImage as
|
|
159
|
-
import { Row as
|
|
160
|
-
import { SearchBar as
|
|
161
|
-
import { SearchLine as
|
|
162
|
-
import { SegmentedControl as
|
|
163
|
-
import { Select as
|
|
164
|
-
import { SeparateLine as
|
|
165
|
-
import { Separator as
|
|
166
|
-
import { ShortString as
|
|
167
|
-
import { ConfirmationItem as
|
|
168
|
-
import { Identicon as
|
|
169
|
-
import { VerticalTimeline as
|
|
170
|
-
import { SimpleAccordion as
|
|
171
|
-
import { SimpleDropdown as
|
|
172
|
-
import { SimpleDropdownMenuItem as
|
|
173
|
-
import { Skeleton as
|
|
174
|
-
import { SkeletonStack as
|
|
175
|
-
import { Slider as
|
|
176
|
-
import { SliderProvider as
|
|
177
|
-
import { SliderMark as
|
|
178
|
-
import { SliderTrack as
|
|
179
|
-
import { makeMarkerPoints as
|
|
180
|
-
import { THEME_COLOR_MAP as
|
|
181
|
-
import { SliderToken as
|
|
182
|
-
import { SliderTokenLabel as
|
|
183
|
-
import { makeSliderTokenMarkerPoints as
|
|
184
|
-
import { BalanceIndicator as
|
|
185
|
-
import { SmartNumberInput as
|
|
186
|
-
import { Spinner as
|
|
187
|
-
import { SpinnerLoader as
|
|
188
|
-
import { SplitList as
|
|
189
|
-
import { StatBadge as
|
|
190
|
-
import { StatusDot as
|
|
191
|
-
import { HealthDot as
|
|
192
|
-
import { StatusTriangle as
|
|
193
|
-
import { Stepper as
|
|
194
|
-
import { StyledDropdown as
|
|
195
|
-
import { Switch as
|
|
196
|
-
import { TabControl as
|
|
197
|
-
import { EditButton as
|
|
198
|
-
import { GridTableCellAsset as
|
|
199
|
-
import { TableCellAsset as
|
|
200
|
-
import { GridErrorLine as
|
|
201
|
-
import { GridLoadingLine as
|
|
202
|
-
import { GridTable as
|
|
203
|
-
import { GridTableLoader as
|
|
204
|
-
import { SortingTableHead as
|
|
205
|
-
import { TableLoader as
|
|
206
|
-
import { TableLoaderGuard as
|
|
207
|
-
import { TableCellSm as
|
|
208
|
-
import { UpdatedValue as
|
|
209
|
-
import { Tabs as
|
|
210
|
-
import { TextButton as
|
|
211
|
-
import { Textarea as
|
|
212
|
-
import { ThemeProvider as
|
|
213
|
-
import { ThemeToggle as
|
|
214
|
-
import { TimeToLiquidation as
|
|
215
|
-
import { TipCard as
|
|
216
|
-
import { Toggle as
|
|
217
|
-
import { TokenIcon as
|
|
218
|
-
import { TokenSymbol as
|
|
219
|
-
import { TokenTemplate as
|
|
220
|
-
import { SimpleTooltip as
|
|
221
|
-
import { Tooltip as
|
|
222
|
-
import { GraphDropdown as
|
|
223
|
-
import { TradingView as
|
|
224
|
-
import { FormattedMessageTyped as
|
|
225
|
-
import { Typography as
|
|
226
|
-
import { VerticalIndicator as
|
|
227
|
-
import { VerticalList as
|
|
228
|
-
import { VSpace as
|
|
229
|
-
import { WithCopy as
|
|
230
|
-
import { WithFilterButton as
|
|
231
|
-
import { WithTitle as
|
|
232
|
-
import { designTokens as
|
|
233
|
-
import { interactiveVariants as
|
|
234
|
-
import { useCheckboxSelect as
|
|
235
|
-
import { useControllableState as
|
|
236
|
-
import { useDebounce as
|
|
237
|
-
import { useDebounceCall as
|
|
238
|
-
import { getSortForField as
|
|
239
|
-
import { useHF as
|
|
240
|
-
import { useEditPriceManually as
|
|
241
|
-
import { useIsDesktop as
|
|
242
|
-
import { useOpenedState as
|
|
243
|
-
import { usePrevious as
|
|
137
|
+
import { Navbar as fp, NavbarNav as xp, navbarVariants as sp } from "./components/navbar/navbar.js";
|
|
138
|
+
import { NavbarIndicatorProvider as up, useNavbarIndicator as gp } from "./components/navbar/navbar-indicator-context.js";
|
|
139
|
+
import { NavbarWithOverflow as Tp } from "./components/navbar/navbar-with-overflow.js";
|
|
140
|
+
import { NavBarLogo as Sp } from "./components/navbar-logo/navbar-logo.js";
|
|
141
|
+
import { NavigationProvider as Lp, useNavigationAdapter as Dp } from "./components/navigation-context/navigation-context.js";
|
|
142
|
+
import { NavItem as Ip, navitemVariants as hp } from "./components/navitem/navitem.js";
|
|
143
|
+
import { NetworkIcon as Vp } from "./components/network-icon/network-icon.js";
|
|
144
|
+
import { NotFound as wp } from "./components/not-found/not-found.js";
|
|
145
|
+
import { OptionsItem as Pp, OptionsList as vp } from "./components/options-list/options-list.js";
|
|
146
|
+
import { Overflow as Ep, OverflowWrap as Gp } from "./components/overflow/overflow.js";
|
|
147
|
+
import { OverflowContainer as Hp } from "./components/overflow-container/overflow-container.js";
|
|
148
|
+
import { PageTitle as Np, pageTitleRootVariants as Op, pageTitleVariants as _p } from "./components/page-title/page-title.js";
|
|
149
|
+
import { PercentIndicator as Wp } from "./components/percent-indicator/percent-indicator.js";
|
|
150
|
+
import { PointsIcon as Xp } from "./components/points-icon/points-icon.js";
|
|
151
|
+
import { PoolAPYTooltip as zp } from "./components/pool-apy-tooltip/pool-apy-tooltip.js";
|
|
152
|
+
import { PoolIndicatorIcon as Yp } from "./components/pool-indicator-icon/pool-indicator-icon.js";
|
|
153
|
+
import { PoolPointsIndicator as jp } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
154
|
+
import { Progress as $p } from "./components/progress/progress.js";
|
|
155
|
+
import { ProgressBar as en, hfToBarIndex as on } from "./components/progress-bar/progress-bar.js";
|
|
156
|
+
import { ProgressCircle as an } from "./components/progress-circle/progress-circle.js";
|
|
157
|
+
import { RadioGroup as nn, RadioGroupItem as mn, RadioOption as ln } from "./components/radio-group/radio-group.js";
|
|
158
|
+
import { RoundedImage as xn } from "./components/rounded-image/rounded-image.js";
|
|
159
|
+
import { Row as dn } from "./components/row/row.js";
|
|
160
|
+
import { SearchBar as gn } from "./components/search-bar/search-bar.js";
|
|
161
|
+
import { SearchLine as Tn, WithSearchLine as Cn, searchLineInputVariants as Sn, searchLineVariants as bn } from "./components/search-line/search-line.js";
|
|
162
|
+
import { SegmentedControl as Dn, segmentedControlVariants as An } from "./components/segmented-control/segmented-control.js";
|
|
163
|
+
import { Select as hn, SelectContent as Bn, SelectGroup as Vn, SelectItem as Fn, SelectLabel as wn, SelectScrollDownButton as kn, SelectScrollUpButton as Pn, SelectSeparator as vn, SelectTrigger as Mn, SelectValue as En, selectTriggerVariants as Gn } from "./components/select/select.js";
|
|
164
|
+
import { SeparateLine as Hn } from "./components/separate-line/separate-line.js";
|
|
165
|
+
import { Separator as Nn } from "./components/separator/separator.js";
|
|
166
|
+
import { ShortString as _n } from "./components/short-string/short-string.js";
|
|
167
|
+
import { ConfirmationItem as Wn } from "./components/signatures/confirmation-item.js";
|
|
168
|
+
import { Identicon as Xn } from "./components/signatures/identicon.js";
|
|
169
|
+
import { VerticalTimeline as zn } from "./components/signatures/vertical-timeline.js";
|
|
170
|
+
import { SimpleAccordion as Yn, SimpleAccordionItem as Kn } from "./components/simple-accordion/simple-accordion.js";
|
|
171
|
+
import { SimpleDropdown as Jn } from "./components/simple-dropdown/simple-dropdown.js";
|
|
172
|
+
import { SimpleDropdownMenuItem as rm } from "./components/simple-dropdown/simple-dropdown-menu-item.js";
|
|
173
|
+
import { Skeleton as om, skeletonVariants as tm } from "./components/skeleton/skeleton.js";
|
|
174
|
+
import { SkeletonStack as im } from "./components/skeleton/skeleton-stack.js";
|
|
175
|
+
import { Slider as nm } from "./components/slider/slider.js";
|
|
176
|
+
import { SliderProvider as lm, useSliderContext as fm } from "./components/slider/slider-context.js";
|
|
177
|
+
import { SliderMark as sm } from "./components/slider/slider-mark.js";
|
|
178
|
+
import { SliderTrack as um } from "./components/slider/slider-track.js";
|
|
179
|
+
import { makeMarkerPoints as cm, validateMarkerPoints as Tm } from "./components/slider/slider-utils.js";
|
|
180
|
+
import { THEME_COLOR_MAP as Sm, THUMB_HALF as bm, THUMB_SIZE as Lm, getIntervalBounds as Dm, getThumbInBoundsOffset as Am, resolveColor as Im } from "./components/slider/types.js";
|
|
181
|
+
import { SliderToken as Bm } from "./components/slider-token/slider-token.js";
|
|
182
|
+
import { SliderTokenLabel as Fm } from "./components/slider-token/slider-token-label.js";
|
|
183
|
+
import { makeSliderTokenMarkerPoints as km, mergeCloseMarkers as Pm } from "./components/slider-token/slider-token-utils.js";
|
|
184
|
+
import { BalanceIndicator as Mm } from "./components/smart-number-input/balance-indicator.js";
|
|
185
|
+
import { SmartNumberInput as Gm } from "./components/smart-number-input/smart-number-input.js";
|
|
186
|
+
import { Spinner as Hm, SpinnerOverlay as Rm } from "./components/spinner/spinner.js";
|
|
187
|
+
import { SpinnerLoader as Om } from "./components/spinner-loader/spinner-loader.js";
|
|
188
|
+
import { SplitList as Um } from "./components/split-list/split-list.js";
|
|
189
|
+
import { StatBadge as qm, StatBadgeGrid as Xm, statBadgeContentVariants as Zm, statBadgeGridVariants as zm, statBadgeTitleVariants as Qm, statBadgeVariants as Ym } from "./components/stat-badge/stat-badge.js";
|
|
190
|
+
import { StatusDot as jm, statusDotVariants as Jm } from "./components/status-dot/status-dot.js";
|
|
191
|
+
import { HealthDot as rl, StatusBars as el } from "./components/status-elements/status-elements.js";
|
|
192
|
+
import { StatusTriangle as tl } from "./components/status-triangle/status-triangle.js";
|
|
193
|
+
import { Stepper as il } from "./components/stepper/stepper.js";
|
|
194
|
+
import { StyledDropdown as nl } from "./components/styled-dropdown/styled-dropdown.js";
|
|
195
|
+
import { Switch as ll } from "./components/switch/switch.js";
|
|
196
|
+
import { TabControl as xl, TabItem as sl, useHashTabs as dl, useSectionTab as ul, useTabControl as gl } from "./components/tab-control/tab-control.js";
|
|
197
|
+
import { EditButton as Tl } from "./components/table/edit-button.js";
|
|
198
|
+
import { GridTableCellAsset as Sl, GridTableCellUpdatable as bl, GridTableEditable as Ll } from "./components/table/editable-grid-table.js";
|
|
199
|
+
import { TableCellAsset as Al, TableCellUpdatable as Il, TableEditable as hl } from "./components/table/editable-table.js";
|
|
200
|
+
import { GridErrorLine as Vl } from "./components/table/grid-error-line.js";
|
|
201
|
+
import { GridLoadingLine as wl } from "./components/table/grid-loading-line.js";
|
|
202
|
+
import { GridTable as Pl, GridTableBody as vl, GridTableCaption as Ml, GridTableCell as El, GridTableFooter as Gl, GridTableHead as yl, GridTableHeader as Hl, GridTableRow as Rl, Td as Nl, Th as Ol, gridTableCellVariants as _l, gridTableHeadVariants as Ul, gridTableVariants as Wl } from "./components/table/grid-table.js";
|
|
203
|
+
import { GridTableLoader as Xl } from "./components/table/grid-table-loader.js";
|
|
204
|
+
import { SortingTableHead as zl, Table as Ql, TableBody as Yl, TableCaption as Kl, TableCell as jl, TableFooter as Jl, TableHead as $l, TableHeader as rf, TableRow as ef, tableCellVariants as of, tableHeadVariants as tf, tableVariants as af } from "./components/table/table.js";
|
|
205
|
+
import { TableLoader as nf } from "./components/table/table-loader.js";
|
|
206
|
+
import { TableLoaderGuard as lf } from "./components/table/table-loader-guard.js";
|
|
207
|
+
import { TableCellSm as xf, TableLineSm as sf } from "./components/table/table-sm.js";
|
|
208
|
+
import { UpdatedValue as uf } from "./components/table/updated-value.js";
|
|
209
|
+
import { Tabs as cf, TabsContent as Tf, TabsList as Cf, TabsTrigger as Sf } from "./components/tabs/tabs.js";
|
|
210
|
+
import { TextButton as Lf } from "./components/text-button/text-button.js";
|
|
211
|
+
import { Textarea as Af, textareaVariants as If } from "./components/textarea/textarea.js";
|
|
212
|
+
import { ThemeProvider as Bf, useTheme as Vf } from "./components/theme-provider.js";
|
|
213
|
+
import { ThemeToggle as wf } from "./components/theme-toggle/theme-toggle.js";
|
|
214
|
+
import { TimeToLiquidation as Pf } from "./components/time-to-liquidation/time-to-liquidation.js";
|
|
215
|
+
import { TipCard as Mf, tipCardVariants as Ef } from "./components/tip-card/tip-card.js";
|
|
216
|
+
import { Toggle as yf, toggleTrackVariants as Hf } from "./components/toggle/toggle.js";
|
|
217
|
+
import { TokenIcon as Nf, preloadTokenIcons as Of } from "./components/token-icon/token-icon.js";
|
|
218
|
+
import { TokenSymbol as Uf, getSymbolOrIcon as Wf } from "./components/token-symbol/token-symbol.js";
|
|
219
|
+
import { TokenTemplate as Xf } from "./components/token-template/token-template.js";
|
|
220
|
+
import { SimpleTooltip as zf } from "./components/tooltip/simple-tooltip.js";
|
|
221
|
+
import { Tooltip as Yf, TooltipContent as Kf, TooltipProvider as jf, TooltipTrigger as Jf } from "./components/tooltip/tooltip.js";
|
|
222
|
+
import { GraphDropdown as rx } from "./components/trading-view/graph-dropdown.js";
|
|
223
|
+
import { TradingView as ox } from "./components/trading-view/trading-view.js";
|
|
224
|
+
import { FormattedMessageTyped as ax, useIntlTyped as ix } from "./components/typed-intl/index.js";
|
|
225
|
+
import { Typography as nx, typographyVariants as mx } from "./components/typography/typography.js";
|
|
226
|
+
import { VerticalIndicator as fx, verticalIndicatorVariants as xx } from "./components/vertical-indicator/vertical-indicator.js";
|
|
227
|
+
import { VerticalList as dx, verticalListVariants as ux } from "./components/vertical-list/vertical-list.js";
|
|
228
|
+
import { VSpace as cx } from "./components/vspace/vspace.js";
|
|
229
|
+
import { WithCopy as Cx } from "./components/with-copy/with-copy.js";
|
|
230
|
+
import { WithFilterButton as bx } from "./components/with-filter-button/with-filter-button.js";
|
|
231
|
+
import { WithTitle as Dx } from "./components/with-title/with-title.js";
|
|
232
|
+
import { designTokens as Ix } from "./configs/design-tokens.js";
|
|
233
|
+
import { interactiveVariants as Bx, paddingVariants as Vx, sizeVariants as Fx, stateVariants as wx } from "./configs/variants.js";
|
|
234
|
+
import { useCheckboxSelect as Px } from "./hooks/use-checkbox-select.js";
|
|
235
|
+
import { useControllableState as Mx } from "./hooks/use-controllable-state.js";
|
|
236
|
+
import { useDebounce as Gx } from "./hooks/use-debounce.js";
|
|
237
|
+
import { useDebounceCall as Hx } from "./hooks/use-debounce-call.js";
|
|
238
|
+
import { getSortForField as Nx, useFilterAllSelected as Ox, useRangeFilter as _x, useSelectFilter as Ux, useSort as Wx } from "./hooks/use-filter.js";
|
|
239
|
+
import { useHF as Xx } from "./hooks/use-hf.js";
|
|
240
|
+
import { useEditPriceManually as zx, useLiquidationGraphParams as Qx, useLiquidationHeatmap as Yx } from "./hooks/use-liquidation/index.js";
|
|
241
|
+
import { useIsDesktop as jx, useIsExtraSmall as Jx, useIsMedium as $x, useIsMobile as rs, useIsTablet as es, useMediaQuery as os } from "./hooks/use-media-query.js";
|
|
242
|
+
import { useOpenedState as as } from "./hooks/use-opened-state.js";
|
|
243
|
+
import { usePrevious as ps } from "./hooks/use-previous.js";
|
|
244
244
|
import { useSmartNumberInput as ms } from "./hooks/use-smart-number-input.js";
|
|
245
|
-
import { default as
|
|
246
|
-
import { generateId as
|
|
247
|
-
import { bnToInputView as
|
|
248
|
-
import { bnToPrettyView as
|
|
249
|
-
import { cn as
|
|
250
|
-
import { generateColorsFromBase as
|
|
251
|
-
import { copyToClipboard as
|
|
252
|
-
import { convertPercent as
|
|
253
|
-
import { formatAssetAmount as
|
|
254
|
-
import { formatMoney as
|
|
255
|
-
import { FORMAT_CONSTANTS as
|
|
256
|
-
import { slippageTemplate as
|
|
257
|
-
import { allLoaded as
|
|
258
|
-
import { decimalsToStep as
|
|
259
|
-
import { getNetworkIcon as
|
|
260
|
-
import { bnToLiquidationPriceView as
|
|
261
|
-
import { pluralize as
|
|
262
|
-
import { getAvailableRanges as
|
|
263
|
-
import { extractTextFromLabel as
|
|
264
|
-
import { searchInString as
|
|
265
|
-
import { createTokenSearchFilter as
|
|
266
|
-
import { shortSHA as
|
|
267
|
-
import { isLongString as
|
|
268
|
-
import { negativeTokenTemplate as
|
|
269
|
-
import { TTL_CONSTANTS as
|
|
270
|
-
import { openInNewWindow as
|
|
271
|
-
import { Z_INDEX as
|
|
272
|
-
import { CELL_BAD as
|
|
245
|
+
import { default as fs } from "./locale/en.json.js";
|
|
246
|
+
import { generateId as ss, useFormFieldIds as ds } from "./utils/a11y.js";
|
|
247
|
+
import { bnToInputView as gs } from "./utils/bn-to-input-view.js";
|
|
248
|
+
import { bnToPrettyView as Ts } from "./utils/bn-to-pretty-view.js";
|
|
249
|
+
import { cn as Ss } from "./utils/cn.js";
|
|
250
|
+
import { generateColorsFromBase as Ls, getCSSVariable as Ds, hexToRgba as As, hslToHex as Is, resolveCSSColor as hs } from "./utils/colors.js";
|
|
251
|
+
import { copyToClipboard as Vs } from "./utils/copy.js";
|
|
252
|
+
import { convertPercent as ws, formatBytecodeSize as ks, formatBytecodeVersion as Ps, formatTimestamp as vs, shortenHash as Ms, significantTrunc as Es } from "./utils/format.js";
|
|
253
|
+
import { formatAssetAmount as ys } from "./utils/format-asset-amount.js";
|
|
254
|
+
import { formatMoney as Rs, formatMoneyAmount as Ns, formatPercentAmount as Os, percentTemplate as _s, percentageTemplate as Us } from "./utils/format-money.js";
|
|
255
|
+
import { FORMAT_CONSTANTS as qs, formatNumberWithSuffix as Xs, formatPrice as Zs, getAdaptiveDecimals as zs, isBelowDisplayThreshold as Qs, isEffectivelyZero as Ys, toSignificantDigits as Ks } from "./utils/format-number.js";
|
|
256
|
+
import { slippageTemplate as Js } from "./utils/format-slippage.js";
|
|
257
|
+
import { allLoaded as rd, loadingProgress as ed, round5 as od } from "./utils/loading.js";
|
|
258
|
+
import { decimalsToStep as ad, findClosestPoint as id, formatWithDecimals as pd, formatWithoutDecimals as nd, splitInterval as md, validateMinMax as ld } from "./utils/math.js";
|
|
259
|
+
import { getNetworkIcon as xd } from "./utils/network-icons.js";
|
|
260
|
+
import { bnToLiquidationPriceView as dd, isPositiveFloat as ud, parseInputToBN as gd, parseSmallNumber as cd } from "./utils/parse-input-to-bn.js";
|
|
261
|
+
import { pluralize as Cd, selectPluralString as Sd } from "./utils/plural.js";
|
|
262
|
+
import { getAvailableRanges as Ld } from "./utils/ranges.js";
|
|
263
|
+
import { extractTextFromLabel as Ad, serializeValue as Id } from "./utils/react.js";
|
|
264
|
+
import { searchInString as Bd } from "./utils/search.js";
|
|
265
|
+
import { createTokenSearchFilter as Fd, searchInToken as wd } from "./utils/search-in-token.js";
|
|
266
|
+
import { shortSHA as Pd } from "./utils/short-sha.js";
|
|
267
|
+
import { isLongString as Md, shortenString as Ed } from "./utils/shorten-string.js";
|
|
268
|
+
import { negativeTokenTemplate as yd, tokenTemplate as Hd, tokenTemplateNumber as Rd, tokenTemplateString as Nd } from "./utils/templates.js";
|
|
269
|
+
import { TTL_CONSTANTS as _d, getTTLZones as Ud, ttlFromTimestamp as Wd, ttlLeft as qd, ttlLeftHuman as Xd } from "./utils/ttl.js";
|
|
270
|
+
import { openInNewWindow as zd } from "./utils/window.js";
|
|
271
|
+
import { Z_INDEX as Yd, Z_INDEX_VALUES as Kd } from "./utils/z-index.js";
|
|
272
|
+
import { CELL_BAD as Jd, CELL_CURRENT as $d, CELL_GOOD as ru, CELL_HOVERED as eu, CELL_LIQUIDATION as ou, CELL_OK as tu, DEFAULT_AXIS_MAX as au, DEFAULT_AXIS_MIN as iu, formatAxisLabel as pu, formatAxisTipLabel as nu, formatAxisTipPrice as mu, getCellClass as lu, isPointInCell as fu, useAxis as xu, useFixedAssets as su, useIsAxisInRelativeUnits as du, useLiquidationGraphActivePrice as uu, useLiquidationGraphCurrentActiveValue as gu, usePriceInNumber as cu, useWithLiquidationGraphActivePrices as Tu } from "./hooks/use-liquidation/utils.js";
|
|
273
273
|
export {
|
|
274
274
|
o as Accordion,
|
|
275
275
|
t as AccordionContent,
|
|
@@ -298,530 +298,529 @@ export {
|
|
|
298
298
|
P as AppBarNavItem,
|
|
299
299
|
v as AppBarSidePanel,
|
|
300
300
|
mi as AppLogo,
|
|
301
|
-
|
|
301
|
+
li as AppLogoLink,
|
|
302
302
|
E as Apy,
|
|
303
303
|
y as ArcLoader,
|
|
304
304
|
R as AssetLine,
|
|
305
305
|
O as AssetsListCell,
|
|
306
306
|
U as AssetsRatio,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
307
|
+
K as Avatar,
|
|
308
|
+
j as AvatarFallback,
|
|
309
|
+
J as AvatarImage,
|
|
310
|
+
Qt as BAD_HF,
|
|
311
|
+
xr as BackButton,
|
|
312
|
+
rr as Badge,
|
|
313
|
+
Mm as BalanceIndicator,
|
|
314
|
+
tr as BaseLink,
|
|
315
|
+
xi as Block,
|
|
316
|
+
ir as BlockSync,
|
|
317
|
+
Gi as BlockedRegionDialog,
|
|
318
|
+
nr as BreadCrumbs,
|
|
319
|
+
ur as Button,
|
|
320
|
+
lr as ButtonCheckbox,
|
|
321
|
+
Jd as CELL_BAD,
|
|
322
|
+
$d as CELL_CURRENT,
|
|
323
|
+
ru as CELL_GOOD,
|
|
324
|
+
eu as CELL_HOVERED,
|
|
325
|
+
ou as CELL_LIQUIDATION,
|
|
326
|
+
tu as CELL_OK,
|
|
327
|
+
vr as Card,
|
|
328
|
+
Mr as CardContent,
|
|
329
|
+
Er as CardDescription,
|
|
330
|
+
Gr as CardFooter,
|
|
331
|
+
wr as CardGrid,
|
|
332
|
+
yr as CardHeader,
|
|
333
|
+
Hr as CardTitle,
|
|
334
|
+
Xr as Carousel,
|
|
335
|
+
zr as Checkbox,
|
|
336
|
+
Yr as CheckboxLabeled,
|
|
337
|
+
di as Col,
|
|
338
|
+
te as ColoredText,
|
|
339
|
+
pe as ComplexInput,
|
|
340
340
|
me as CompoundAPY,
|
|
341
|
-
|
|
342
|
-
|
|
341
|
+
xe as ConfirmMenu,
|
|
342
|
+
Wn as ConfirmationItem,
|
|
343
343
|
q as ConnectRequired,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
344
|
+
gi as Container,
|
|
345
|
+
Tr as CopyButton,
|
|
346
|
+
de as CreditSessionStatus,
|
|
347
|
+
ge as CurrencyButton,
|
|
348
|
+
ut as DEFAULT_AREA_SERIES,
|
|
349
|
+
au as DEFAULT_AXIS_MAX,
|
|
350
|
+
iu as DEFAULT_AXIS_MIN,
|
|
351
|
+
gt as DEFAULT_OPTIONS,
|
|
352
|
+
ht as DEFAULT_SERIES_COLORS,
|
|
353
|
+
ct as DEFAULT_VERTICAL_LINE,
|
|
354
|
+
Nr as DangerZone,
|
|
355
|
+
ro as DefaultDropdownLabel,
|
|
356
|
+
Te as Description,
|
|
357
|
+
Se as DetailedApy,
|
|
358
|
+
De as DetailedPageTitle,
|
|
359
|
+
Ie as DetailedPageTitleCopyButton,
|
|
360
|
+
Be as DetailedPageTitleExplorerDropdown,
|
|
361
|
+
ke as Dialog,
|
|
362
|
+
Ee as DialogContainer,
|
|
363
|
+
ye as DialogContent,
|
|
364
|
+
Re as DialogDescription,
|
|
365
|
+
Oe as DialogFooter,
|
|
366
|
+
Ue as DialogForm,
|
|
367
|
+
qe as DialogHeader,
|
|
368
|
+
Ze as DialogModalContainer,
|
|
369
|
+
Qe as DialogOverlay,
|
|
370
|
+
Pe as DialogPortal,
|
|
371
|
+
Ke as DialogTitle,
|
|
372
|
+
ve as DialogTrigger,
|
|
373
|
+
oo as DropdownMenu,
|
|
374
|
+
lo as DropdownMenuCheckboxItem,
|
|
375
|
+
xo as DropdownMenuContent,
|
|
376
|
+
to as DropdownMenuGroup,
|
|
377
|
+
uo as DropdownMenuItem,
|
|
378
|
+
co as DropdownMenuLabel,
|
|
379
|
+
ao as DropdownMenuPortal,
|
|
380
|
+
io as DropdownMenuRadioGroup,
|
|
381
|
+
Co as DropdownMenuRadioItem,
|
|
382
|
+
bo as DropdownMenuSeparator,
|
|
383
|
+
Do as DropdownMenuShortcut,
|
|
384
|
+
po as DropdownMenuSub,
|
|
385
|
+
Io as DropdownMenuSubContent,
|
|
386
|
+
Bo as DropdownMenuSubTrigger,
|
|
387
|
+
no as DropdownMenuTrigger,
|
|
388
|
+
Tl as EditButton,
|
|
389
|
+
Fo as EditInput,
|
|
390
|
+
fs as EnglishLocale,
|
|
391
|
+
ko as ErrorLineMessage,
|
|
392
|
+
vo as ErrorMessage,
|
|
393
|
+
Eo as ErrorView,
|
|
394
|
+
_r as ExpandablCall,
|
|
395
|
+
Wr as ExpandableCard,
|
|
396
|
+
yo as ExplorerLinksDropdown,
|
|
397
|
+
Sr as ExternalButton,
|
|
398
|
+
qs as FORMAT_CONSTANTS,
|
|
399
|
+
ri as FaIcon,
|
|
400
|
+
Ro as FadeoutLoading,
|
|
401
|
+
Oo as FilterBlock,
|
|
402
|
+
Lr as FilterButton,
|
|
403
|
+
Uo as FilterCheckboxItem,
|
|
404
|
+
qo as FilterChip,
|
|
405
|
+
Zo as FilterChips,
|
|
406
|
+
Qo as FilterDropdownItem,
|
|
407
|
+
Ko as FilterGroup,
|
|
408
|
+
Jo as FilterLabel,
|
|
409
|
+
rt as FilterModal,
|
|
410
|
+
ot as FilterModalItem,
|
|
411
|
+
at as FilterRadioItem,
|
|
412
|
+
pt as FilterSeparator,
|
|
413
|
+
Ti as Footer,
|
|
414
|
+
Ci as FooterLink,
|
|
415
|
+
Si as FooterLinkSection,
|
|
416
|
+
ft as FormField,
|
|
417
|
+
ax as FormattedMessageTyped,
|
|
418
|
+
st as FormattedNumberString,
|
|
419
|
+
Yt as GOOD_HF,
|
|
420
|
+
bi as GearboxFooter,
|
|
421
|
+
Bt as Graph,
|
|
422
|
+
kt as GraphCurrentValue,
|
|
423
|
+
rx as GraphDropdown,
|
|
424
|
+
vt as GraphTooltip,
|
|
425
|
+
Et as GraphView,
|
|
426
|
+
Gt as GraphViewWithData,
|
|
427
|
+
Di as Grid,
|
|
428
|
+
Vl as GridErrorLine,
|
|
429
|
+
wl as GridLoadingLine,
|
|
430
|
+
_t as GridTDCell,
|
|
431
|
+
Pl as GridTable,
|
|
432
|
+
vl as GridTableBody,
|
|
433
|
+
Ml as GridTableCaption,
|
|
434
|
+
El as GridTableCell,
|
|
435
|
+
Sl as GridTableCellAsset,
|
|
436
|
+
bl as GridTableCellUpdatable,
|
|
437
|
+
Ll as GridTableEditable,
|
|
438
|
+
Gl as GridTableFooter,
|
|
439
|
+
yl as GridTableHead,
|
|
440
|
+
Hl as GridTableHeader,
|
|
441
|
+
Xl as GridTableLoader,
|
|
442
|
+
Rl as GridTableRow,
|
|
443
|
+
Wt as Guard,
|
|
444
|
+
Xt as HeadCell,
|
|
445
|
+
Ii as Header,
|
|
446
|
+
rl as HealthDot,
|
|
447
|
+
Kt as HealthFactor,
|
|
448
|
+
$t as HelpCenterContainer,
|
|
449
|
+
ea as HelpSection,
|
|
450
|
+
oa as HelpSections,
|
|
451
|
+
aa as HelpTip,
|
|
452
|
+
ia as HelpTipIcon,
|
|
453
453
|
ma as HideOn,
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
454
|
+
xa as HorizontalIndicator,
|
|
455
|
+
da as IconButton,
|
|
456
|
+
Xn as Identicon,
|
|
457
|
+
oi as Input,
|
|
458
|
+
ii as Label,
|
|
459
|
+
Vi as Layout,
|
|
460
|
+
yi as LegalAgreementDialog,
|
|
461
|
+
wi as LegalDisclaimer,
|
|
462
|
+
Ui as Link,
|
|
463
|
+
Zi as LiquidationGraph,
|
|
464
|
+
Qi as LiquidationGraphLegend,
|
|
465
|
+
Ki as LiquidationGraphTip,
|
|
466
|
+
qi as LiquidationModellingAssetsTable,
|
|
467
|
+
Ji as LiquidationPrice,
|
|
468
|
+
rp as Loader,
|
|
469
|
+
op as LoaderGuard,
|
|
470
|
+
ap as Loading,
|
|
471
|
+
pp as LoadingBar,
|
|
472
472
|
mp as MarkdownViewer,
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
473
|
+
Fe as Modal,
|
|
474
|
+
Sp as NavBarLogo,
|
|
475
|
+
Ip as NavItem,
|
|
476
|
+
fp as Navbar,
|
|
477
|
+
up as NavbarIndicatorProvider,
|
|
478
|
+
xp as NavbarNav,
|
|
479
|
+
Tp as NavbarWithOverflow,
|
|
480
|
+
Ar as NavigationButton,
|
|
481
|
+
Lp as NavigationProvider,
|
|
482
|
+
Vp as NetworkIcon,
|
|
483
|
+
wp as NotFound,
|
|
484
|
+
Je as OneFieldDialog,
|
|
485
|
+
Pp as OptionsItem,
|
|
486
|
+
vp as OptionsList,
|
|
487
|
+
Ep as Overflow,
|
|
488
|
+
Hp as OverflowContainer,
|
|
489
|
+
Gp as OverflowWrap,
|
|
490
|
+
Pi as PageLayout,
|
|
491
|
+
Np as PageTitle,
|
|
492
|
+
Wp as PercentIndicator,
|
|
493
|
+
Xp as PointsIcon,
|
|
494
|
+
zp as PoolAPYTooltip,
|
|
495
|
+
Yp as PoolIndicatorIcon,
|
|
496
|
+
jp as PoolPointsIndicator,
|
|
497
|
+
be as PoolRewardsIcon,
|
|
498
|
+
$p as Progress,
|
|
499
|
+
en as ProgressBar,
|
|
500
|
+
an as ProgressCircle,
|
|
501
|
+
nn as RadioGroup,
|
|
502
502
|
mn as RadioGroupItem,
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
503
|
+
ln as RadioOption,
|
|
504
|
+
hr as RangeButtons,
|
|
505
|
+
xn as RoundedImage,
|
|
506
|
+
dn as Row,
|
|
507
|
+
Q as SIWEClientProvider,
|
|
508
|
+
gn as SearchBar,
|
|
509
|
+
Tn as SearchLine,
|
|
510
|
+
Dn as SegmentedControl,
|
|
511
|
+
hn as Select,
|
|
512
|
+
Bn as SelectContent,
|
|
513
|
+
Vn as SelectGroup,
|
|
514
|
+
Fn as SelectItem,
|
|
515
|
+
wn as SelectLabel,
|
|
516
|
+
kn as SelectScrollDownButton,
|
|
517
|
+
Pn as SelectScrollUpButton,
|
|
518
|
+
vn as SelectSeparator,
|
|
519
|
+
Mn as SelectTrigger,
|
|
520
|
+
En as SelectValue,
|
|
521
|
+
Hn as SeparateLine,
|
|
522
|
+
Nn as Separator,
|
|
523
|
+
_n as ShortString,
|
|
524
|
+
la as ShowOn,
|
|
524
525
|
Z as SignInRequired,
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
Kd as
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
Ri as
|
|
629
|
-
Ni as
|
|
630
|
-
Oi as
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
Ta as
|
|
637
|
-
Ca as
|
|
638
|
-
Sa as
|
|
639
|
-
ba as
|
|
640
|
-
La as
|
|
641
|
-
Da as
|
|
642
|
-
Aa as
|
|
643
|
-
Ia as
|
|
644
|
-
ha as
|
|
645
|
-
Ba as
|
|
646
|
-
Va as
|
|
647
|
-
Fa as
|
|
648
|
-
wa as
|
|
649
|
-
ka as
|
|
650
|
-
Pa as
|
|
651
|
-
va as
|
|
652
|
-
Ma as
|
|
653
|
-
Ea as
|
|
654
|
-
Ga as
|
|
655
|
-
ya as
|
|
656
|
-
Ha as
|
|
657
|
-
Ra as
|
|
658
|
-
Na as
|
|
659
|
-
Oa as
|
|
660
|
-
_a as
|
|
661
|
-
Ua as
|
|
662
|
-
Wa as
|
|
663
|
-
qa as
|
|
664
|
-
Xa as
|
|
665
|
-
Za as
|
|
666
|
-
za as
|
|
667
|
-
Qa as
|
|
668
|
-
Ya as
|
|
669
|
-
Ka as
|
|
670
|
-
ja as
|
|
671
|
-
Ja as
|
|
672
|
-
$a as faXmark,
|
|
526
|
+
Yn as SimpleAccordion,
|
|
527
|
+
Kn as SimpleAccordionItem,
|
|
528
|
+
Jn as SimpleDropdown,
|
|
529
|
+
rm as SimpleDropdownMenuItem,
|
|
530
|
+
Zt as SimpleHeadCell,
|
|
531
|
+
zf as SimpleTooltip,
|
|
532
|
+
om as Skeleton,
|
|
533
|
+
im as SkeletonStack,
|
|
534
|
+
nm as Slider,
|
|
535
|
+
sm as SliderMark,
|
|
536
|
+
lm as SliderProvider,
|
|
537
|
+
Bm as SliderToken,
|
|
538
|
+
Fm as SliderTokenLabel,
|
|
539
|
+
um as SliderTrack,
|
|
540
|
+
Gm as SmartNumberInput,
|
|
541
|
+
Mi as SocialIcons,
|
|
542
|
+
zl as SortingTableHead,
|
|
543
|
+
Hm as Spinner,
|
|
544
|
+
Om as SpinnerLoader,
|
|
545
|
+
Rm as SpinnerOverlay,
|
|
546
|
+
Um as SplitList,
|
|
547
|
+
qm as StatBadge,
|
|
548
|
+
Xm as StatBadgeGrid,
|
|
549
|
+
el as StatusBars,
|
|
550
|
+
jm as StatusDot,
|
|
551
|
+
tl as StatusTriangle,
|
|
552
|
+
il as Stepper,
|
|
553
|
+
jr as StyledButton,
|
|
554
|
+
$r as StyledDialogContainer,
|
|
555
|
+
nl as StyledDropdown,
|
|
556
|
+
ee as StyledRoundedImage,
|
|
557
|
+
ll as Switch,
|
|
558
|
+
Sm as THEME_COLOR_MAP,
|
|
559
|
+
bm as THUMB_HALF,
|
|
560
|
+
Lm as THUMB_SIZE,
|
|
561
|
+
_d as TTL_CONSTANTS,
|
|
562
|
+
Vr as TabButton,
|
|
563
|
+
xl as TabControl,
|
|
564
|
+
sl as TabItem,
|
|
565
|
+
Ql as Table,
|
|
566
|
+
Yl as TableBody,
|
|
567
|
+
Kl as TableCaption,
|
|
568
|
+
jl as TableCell,
|
|
569
|
+
Al as TableCellAsset,
|
|
570
|
+
xf as TableCellSm,
|
|
571
|
+
Il as TableCellUpdatable,
|
|
572
|
+
hl as TableEditable,
|
|
573
|
+
Jl as TableFooter,
|
|
574
|
+
$l as TableHead,
|
|
575
|
+
rf as TableHeader,
|
|
576
|
+
sf as TableLineSm,
|
|
577
|
+
nf as TableLoader,
|
|
578
|
+
lf as TableLoaderGuard,
|
|
579
|
+
ef as TableRow,
|
|
580
|
+
cf as Tabs,
|
|
581
|
+
Tf as TabsContent,
|
|
582
|
+
Cf as TabsList,
|
|
583
|
+
Sf as TabsTrigger,
|
|
584
|
+
Nl as Td,
|
|
585
|
+
Lf as TextButton,
|
|
586
|
+
Af as Textarea,
|
|
587
|
+
Ol as Th,
|
|
588
|
+
Bf as ThemeProvider,
|
|
589
|
+
wf as ThemeToggle,
|
|
590
|
+
Pf as TimeToLiquidation,
|
|
591
|
+
Mf as TipCard,
|
|
592
|
+
pa as TipWrap,
|
|
593
|
+
yf as Toggle,
|
|
594
|
+
Nf as TokenIcon,
|
|
595
|
+
Uf as TokenSymbol,
|
|
596
|
+
Xf as TokenTemplate,
|
|
597
|
+
Yf as Tooltip,
|
|
598
|
+
Kf as TooltipContent,
|
|
599
|
+
jf as TooltipProvider,
|
|
600
|
+
Jf as TooltipTrigger,
|
|
601
|
+
ox as TradingView,
|
|
602
|
+
nx as Typography,
|
|
603
|
+
uf as UpdatedValue,
|
|
604
|
+
cx as VSpace,
|
|
605
|
+
Nt as VertLine,
|
|
606
|
+
fx as VerticalIndicator,
|
|
607
|
+
dx as VerticalList,
|
|
608
|
+
zn as VerticalTimeline,
|
|
609
|
+
Cx as WithCopy,
|
|
610
|
+
bx as WithFilterButton,
|
|
611
|
+
Cn as WithSearchLine,
|
|
612
|
+
Dx as WithTitle,
|
|
613
|
+
Yd as Z_INDEX,
|
|
614
|
+
Kd as Z_INDEX_VALUES,
|
|
615
|
+
m as alertBadgeVariants,
|
|
616
|
+
rd as allLoaded,
|
|
617
|
+
sr as backButtonVariants,
|
|
618
|
+
er as badgeVariants,
|
|
619
|
+
gs as bnToInputView,
|
|
620
|
+
dd as bnToLiquidationPriceView,
|
|
621
|
+
Ts as bnToPrettyView,
|
|
622
|
+
gr as buttonVariants,
|
|
623
|
+
kr as cardGridVariants,
|
|
624
|
+
Ss as cn,
|
|
625
|
+
ae as coloredTextVariants,
|
|
626
|
+
ws as convertPercent,
|
|
627
|
+
Vs as copyToClipboard,
|
|
628
|
+
Hi as createGearboxAppConfig,
|
|
629
|
+
Ri as createLegalAgreementConfig,
|
|
630
|
+
Ni as createPermissionlessInterfaceConfig,
|
|
631
|
+
Oi as createPermissionlessSafeConfig,
|
|
632
|
+
Fd as createTokenSearchFilter,
|
|
633
|
+
ad as decimalsToStep,
|
|
634
|
+
Ix as designTokens,
|
|
635
|
+
Ad as extractTextFromLabel,
|
|
636
|
+
ca as faArrowDown,
|
|
637
|
+
Ta as faArrowLeft,
|
|
638
|
+
Ca as faArrowRight,
|
|
639
|
+
Sa as faArrowUp,
|
|
640
|
+
ba as faArrowsUpDown,
|
|
641
|
+
La as faBars,
|
|
642
|
+
Da as faBolt,
|
|
643
|
+
Aa as faCaretDown,
|
|
644
|
+
Ia as faCaretLeft,
|
|
645
|
+
ha as faCaretRight,
|
|
646
|
+
Ba as faCaretUp,
|
|
647
|
+
Va as faCheck,
|
|
648
|
+
Fa as faChevronLeft,
|
|
649
|
+
wa as faChevronRight,
|
|
650
|
+
ka as faCircle,
|
|
651
|
+
Pa as faCircleCheck,
|
|
652
|
+
va as faCircleExclamation,
|
|
653
|
+
Ma as faCirclePlus,
|
|
654
|
+
Ea as faCircleQuestion,
|
|
655
|
+
Ga as faCloud,
|
|
656
|
+
ya as faCog,
|
|
657
|
+
Ha as faCreditCard,
|
|
658
|
+
Ra as faEllipsisVertical,
|
|
659
|
+
Na as faEnvelope,
|
|
660
|
+
Oa as faKeyboard,
|
|
661
|
+
_a as faLifeRing,
|
|
662
|
+
Ua as faMagnifyingGlass,
|
|
663
|
+
Wa as faMessage,
|
|
664
|
+
qa as faPlus,
|
|
665
|
+
Xa as faRightFromBracket,
|
|
666
|
+
Za as faTrash,
|
|
667
|
+
za as faTriangleExclamation,
|
|
668
|
+
Qa as faUser,
|
|
669
|
+
Ya as faUserPlus,
|
|
670
|
+
Ka as faUsers,
|
|
671
|
+
ja as faWallet,
|
|
672
|
+
Ja as faXmark,
|
|
673
673
|
mt as filterBlockVariants,
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
674
|
+
id as findClosestPoint,
|
|
675
|
+
ys as formatAssetAmount,
|
|
676
|
+
pu as formatAxisLabel,
|
|
677
|
+
nu as formatAxisTipLabel,
|
|
678
678
|
mu as formatAxisTipPrice,
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
679
|
+
ks as formatBytecodeSize,
|
|
680
|
+
Ps as formatBytecodeVersion,
|
|
681
|
+
Rs as formatMoney,
|
|
682
|
+
Ns as formatMoneyAmount,
|
|
683
|
+
Xs as formatNumberWithSuffix,
|
|
684
|
+
Os as formatPercentAmount,
|
|
685
|
+
Zs as formatPrice,
|
|
686
|
+
vs as formatTimestamp,
|
|
687
|
+
pd as formatWithDecimals,
|
|
688
|
+
nd as formatWithoutDecimals,
|
|
689
|
+
Ls as generateColorsFromBase,
|
|
690
|
+
ss as generateId,
|
|
691
|
+
zs as getAdaptiveDecimals,
|
|
692
|
+
Ld as getAvailableRanges,
|
|
693
|
+
Ds as getCSSVariable,
|
|
694
|
+
lu as getCellClass,
|
|
695
|
+
Tt as getDefaultOptions,
|
|
696
|
+
Ct as getDefaultSeries,
|
|
697
|
+
St as getDefaultVerticalLine,
|
|
698
|
+
jt as getHFZones,
|
|
699
|
+
Dm as getIntervalBounds,
|
|
700
|
+
xd as getNetworkIcon,
|
|
701
|
+
le as getRewardTokenSymbol,
|
|
702
|
+
Vt as getSeriesColorPalette,
|
|
703
|
+
Nx as getSortForField,
|
|
704
|
+
Wf as getSymbolOrIcon,
|
|
705
|
+
Ud as getTTLZones,
|
|
706
|
+
Am as getThumbInBoundsOffset,
|
|
707
|
+
Ft as getVerticalLineTooltipContent,
|
|
708
|
+
Lt as getXFormatter,
|
|
709
|
+
Dt as getXFormatters,
|
|
710
|
+
At as getYFormatter,
|
|
711
|
+
yt as graphViewVariants,
|
|
712
|
+
_l as gridTableCellVariants,
|
|
713
|
+
Ul as gridTableHeadVariants,
|
|
714
|
+
Wl as gridTableVariants,
|
|
715
|
+
As as hexToRgba,
|
|
716
|
+
on as hfToBarIndex,
|
|
717
|
+
Is as hslToHex,
|
|
718
|
+
ua as iconButtonVariants,
|
|
719
|
+
ti as inputVariants,
|
|
720
|
+
Bx as interactiveVariants,
|
|
721
|
+
Qs as isBelowDisplayThreshold,
|
|
722
|
+
Ys as isEffectivelyZero,
|
|
723
|
+
Md as isLongString,
|
|
724
|
+
fu as isPointInCell,
|
|
725
|
+
ud as isPositiveFloat,
|
|
726
|
+
pi as labelVariants,
|
|
727
|
+
ed as loadingProgress,
|
|
728
|
+
cm as makeMarkerPoints,
|
|
729
|
+
km as makeSliderTokenMarkerPoints,
|
|
730
|
+
Pm as mergeCloseMarkers,
|
|
731
|
+
sp as navbarVariants,
|
|
732
|
+
hp as navitemVariants,
|
|
733
|
+
yd as negativeTokenTemplate,
|
|
734
|
+
zd as openInNewWindow,
|
|
735
|
+
Vx as paddingVariants,
|
|
736
|
+
Op as pageTitleRootVariants,
|
|
737
|
+
_p as pageTitleVariants,
|
|
738
|
+
gd as parseInputToBN,
|
|
739
|
+
cd as parseSmallNumber,
|
|
740
|
+
_s as percentTemplate,
|
|
741
|
+
Us as percentageTemplate,
|
|
742
|
+
Cd as pluralize,
|
|
743
|
+
Of as preloadTokenIcons,
|
|
744
|
+
hs as resolveCSSColor,
|
|
745
|
+
Im as resolveColor,
|
|
746
|
+
od as round5,
|
|
747
|
+
Bd as searchInString,
|
|
748
|
+
wd as searchInToken,
|
|
749
|
+
Sn as searchLineInputVariants,
|
|
750
|
+
bn as searchLineVariants,
|
|
751
|
+
An as segmentedControlVariants,
|
|
752
|
+
Sd as selectPluralString,
|
|
753
|
+
Gn as selectTriggerVariants,
|
|
754
|
+
Id as serializeValue,
|
|
755
|
+
Pd as shortSHA,
|
|
756
|
+
Ms as shortenHash,
|
|
757
|
+
Ed as shortenString,
|
|
758
|
+
Es as significantTrunc,
|
|
759
|
+
Fx as sizeVariants,
|
|
760
|
+
tm as skeletonVariants,
|
|
761
|
+
Js as slippageTemplate,
|
|
762
762
|
md as splitInterval,
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
763
|
+
Zm as statBadgeContentVariants,
|
|
764
|
+
zm as statBadgeGridVariants,
|
|
765
|
+
Qm as statBadgeTitleVariants,
|
|
766
|
+
Ym as statBadgeVariants,
|
|
767
|
+
wx as stateVariants,
|
|
768
|
+
Jm as statusDotVariants,
|
|
769
|
+
of as tableCellVariants,
|
|
770
|
+
tf as tableHeadVariants,
|
|
771
|
+
af as tableVariants,
|
|
772
|
+
If as textareaVariants,
|
|
773
|
+
Ef as tipCardVariants,
|
|
774
|
+
Ks as toSignificantDigits,
|
|
775
|
+
Hf as toggleTrackVariants,
|
|
776
|
+
Hd as tokenTemplate,
|
|
777
|
+
Rd as tokenTemplateNumber,
|
|
778
|
+
Nd as tokenTemplateString,
|
|
779
|
+
Wd as ttlFromTimestamp,
|
|
780
|
+
qd as ttlLeft,
|
|
781
|
+
Xd as ttlLeftHuman,
|
|
782
782
|
mx as typographyVariants,
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
783
|
+
xu as useAxis,
|
|
784
|
+
Px as useCheckboxSelect,
|
|
785
|
+
Mx as useControllableState,
|
|
786
|
+
Gx as useDebounce,
|
|
787
|
+
Hx as useDebounceCall,
|
|
788
|
+
zx as useEditPriceManually,
|
|
789
|
+
Ox as useFilterAllSelected,
|
|
790
|
+
su as useFixedAssets,
|
|
791
|
+
ds as useFormFieldIds,
|
|
792
|
+
Ht as useGraphAside,
|
|
793
|
+
Xx as useHF,
|
|
794
|
+
dl as useHashTabs,
|
|
795
|
+
ix as useIntlTyped,
|
|
796
|
+
du as useIsAxisInRelativeUnits,
|
|
797
|
+
jx as useIsDesktop,
|
|
798
|
+
Jx as useIsExtraSmall,
|
|
799
|
+
$x as useIsMedium,
|
|
800
|
+
rs as useIsMobile,
|
|
801
|
+
es as useIsTablet,
|
|
802
|
+
uu as useLiquidationGraphActivePrice,
|
|
803
|
+
gu as useLiquidationGraphCurrentActiveValue,
|
|
804
|
+
Qx as useLiquidationGraphParams,
|
|
805
|
+
Yx as useLiquidationHeatmap,
|
|
806
|
+
os as useMediaQuery,
|
|
807
|
+
hi as useMobileMenu,
|
|
808
|
+
gp as useNavbarIndicator,
|
|
809
|
+
Dp as useNavigationAdapter,
|
|
810
|
+
as as useOpenedState,
|
|
811
|
+
ps as usePrevious,
|
|
812
|
+
cu as usePriceInNumber,
|
|
813
|
+
_x as useRangeFilter,
|
|
814
|
+
ul as useSectionTab,
|
|
815
|
+
Ux as useSelectFilter,
|
|
816
|
+
fm as useSliderContext,
|
|
817
817
|
ms as useSmartNumberInput,
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
gx as verticalListVariants
|
|
818
|
+
Wx as useSort,
|
|
819
|
+
gl as useTabControl,
|
|
820
|
+
Vf as useTheme,
|
|
821
|
+
Tu as useWithLiquidationGraphActivePrices,
|
|
822
|
+
Tm as validateMarkerPoints,
|
|
823
|
+
ld as validateMinMax,
|
|
824
|
+
xx as verticalIndicatorVariants,
|
|
825
|
+
ux as verticalListVariants
|
|
827
826
|
};
|