@gearbox-protocol/permissionless-ui 1.13.0 → 1.14.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/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/legal-agreement/index.cjs +1 -0
- package/dist/cjs/components/legal-agreement/legal-agreement-dialog.cjs +1 -0
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/index.js +252 -249
- package/dist/esm/components/legal-agreement/index.js +5 -0
- package/dist/esm/components/legal-agreement/legal-agreement-dialog.js +217 -0
- package/dist/esm/index.js +355 -352
- package/dist/globals.css +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/legal-agreement/index.d.ts +1 -0
- package/dist/types/components/legal-agreement/legal-agreement-dialog.d.ts +61 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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 l } from "./components/alert-badge/alert-badge.js";
|
|
3
|
-
import { AlertDialog as f, AlertDialogAction as x, AlertDialogCancel as s, AlertDialogContent as d, AlertDialogDescription as T, AlertDialogFooter as u, AlertDialogHeader as
|
|
3
|
+
import { AlertDialog as f, AlertDialogAction as x, AlertDialogCancel as s, AlertDialogContent as d, AlertDialogDescription as T, AlertDialogFooter as u, AlertDialogHeader as g, AlertDialogOverlay as c, AlertDialogPortal as b, AlertDialogTitle as C, AlertDialogTrigger as S } from "./components/alert-dialog/alert-dialog.js";
|
|
4
4
|
import { AssetLine as L } from "./components/asset-line/asset-line.js";
|
|
5
5
|
import { AssetsListCell as V } from "./components/assets-list-cell/assets-list-cell.js";
|
|
6
6
|
import { AssetsRatio as I } from "./components/assets-ratio/assets-ratio.js";
|
|
7
7
|
import { ConnectRequired as G } from "./components/auth/connect-required.js";
|
|
8
8
|
import { SignInRequired as E } from "./components/auth/signin-required.js";
|
|
9
9
|
import { SIWEClientProvider as M } from "./components/auth/siwe-provider.js";
|
|
10
|
-
import { Avatar as
|
|
10
|
+
import { Avatar as k, AvatarFallback as w, AvatarImage as H } from "./components/avatar/avatar.js";
|
|
11
11
|
import { Badge as O, badgeVariants as y } from "./components/badge/badge.js";
|
|
12
12
|
import { BaseLink as N } from "./components/base-link/base-link.js";
|
|
13
13
|
import { BlockSync as q } from "./components/block-sync/block-sync.js";
|
|
@@ -21,14 +21,14 @@ import { NavigationButton as ie } from "./components/buttons/navigation-button/n
|
|
|
21
21
|
import { RangeButtons as ne } from "./components/buttons/range-buttons/range-buttons.js";
|
|
22
22
|
import { TabButton as me } from "./components/buttons/tab-button/tab-button.js";
|
|
23
23
|
import { CardGrid as xe, cardGridVariants as se } from "./components/card-grid/card-grid.js";
|
|
24
|
-
import { Card as Te, CardContent as ue, CardDescription as
|
|
24
|
+
import { Card as Te, CardContent as ue, CardDescription as ge, CardFooter as ce, CardHeader as be, CardTitle as Ce } from "./components/cards/card/card.js";
|
|
25
25
|
import { DangerZone as De } from "./components/cards/danger-zone/danger-zone.js";
|
|
26
26
|
import { ExpandablCall as Ae } from "./components/cards/expandable-call/expandable-call.js";
|
|
27
27
|
import { ExpandableCard as Fe } from "./components/cards/expandable-card/expandable-card.js";
|
|
28
28
|
import { Checkbox as he } from "./components/checkbox/checkbox.js";
|
|
29
29
|
import { ColoredText as Be, coloredTextVariants as Ee } from "./components/colored-text/colored-text.js";
|
|
30
30
|
import { CompoundAPY as Me } from "./components/compound-apy/compound-apy.js";
|
|
31
|
-
import { CreditSessionStatus as
|
|
31
|
+
import { CreditSessionStatus as ke } from "./components/credit-session-status/credit-session-status.js";
|
|
32
32
|
import { Description as He } from "./components/description/description.js";
|
|
33
33
|
import { DetailedPageTitle as Oe } from "./components/detailed-page-title/detailed-page-title.js";
|
|
34
34
|
import { Dialog as _e, DialogPortal as Ne, DialogTrigger as Ue } from "./components/dialog/dialog.js";
|
|
@@ -43,7 +43,7 @@ import { DialogTitle as ar } from "./components/dialog/dialog-title.js";
|
|
|
43
43
|
import { OneFieldDialog as pr } from "./components/dialog/one-field-dialog.js";
|
|
44
44
|
import { DropdownMenu as lr, DropdownMenuGroup as mr, DropdownMenuPortal as fr, DropdownMenuRadioGroup as xr, DropdownMenuSub as sr, DropdownMenuTrigger as dr } from "./components/dropdown-menu/dropdown-menu.js";
|
|
45
45
|
import { DropdownMenuCheckboxItem as ur } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
|
|
46
|
-
import { DropdownMenuContent as
|
|
46
|
+
import { DropdownMenuContent as cr } from "./components/dropdown-menu/dropdown-menu-content.js";
|
|
47
47
|
import { DropdownMenuItem as Cr } from "./components/dropdown-menu/dropdown-menu-item.js";
|
|
48
48
|
import { DropdownMenuLabel as Dr } from "./components/dropdown-menu/dropdown-menu-label.js";
|
|
49
49
|
import { DropdownMenuRadioItem as Ar } from "./components/dropdown-menu/dropdown-menu-radio-item.js";
|
|
@@ -52,7 +52,7 @@ import { DropdownMenuShortcut as hr } from "./components/dropdown-menu/dropdown-
|
|
|
52
52
|
import { DropdownMenuSubContent as Br } from "./components/dropdown-menu/dropdown-menu-sub-content.js";
|
|
53
53
|
import { DropdownMenuSubTrigger as vr } from "./components/dropdown-menu/dropdown-menu-sub-trigger.js";
|
|
54
54
|
import { ErrorLineMessage as Pr } from "./components/error-message/error-line-message.js";
|
|
55
|
-
import { ErrorMessage as
|
|
55
|
+
import { ErrorMessage as wr } from "./components/error-message/error-message.js";
|
|
56
56
|
import { ErrorView as Rr } from "./components/error-view/error-view.js";
|
|
57
57
|
import { FadeoutLoading as yr } from "./components/fadeout-loading/fadeout-loading.js";
|
|
58
58
|
import { FilterBlock as Nr } from "./components/filter/filter-block.js";
|
|
@@ -69,12 +69,12 @@ import { FilterSeparator as no } from "./components/filter/filter-separator.js";
|
|
|
69
69
|
import { filterBlockVariants as mo } from "./components/filter/variants.js";
|
|
70
70
|
import { FormField as xo } from "./components/form/form-field.js";
|
|
71
71
|
import { GeneralSelect as To } from "./components/general-select/general-select.js";
|
|
72
|
-
import { DEFAULT_AREA_SERIES as
|
|
72
|
+
import { DEFAULT_AREA_SERIES as go, DEFAULT_OPTIONS as co, DEFAULT_VERTICAL_LINE as bo, getDefaultOptions as Co, getDefaultSeries as So, getDefaultVerticalLine as Do } from "./components/graph/default-config.js";
|
|
73
73
|
import { getXFormatter as Ao, getYFormatter as Vo } from "./components/graph/formatters.js";
|
|
74
74
|
import { DEFAULT_SERIES_COLORS as Io, Graph as ho } from "./components/graph/graph.js";
|
|
75
75
|
import { GraphCurrentValue as Bo } from "./components/graph/graph-current-value.js";
|
|
76
76
|
import { GraphTooltip as vo } from "./components/graph/graph-tooltip.js";
|
|
77
|
-
import { GraphView as Po, GraphViewWithData as
|
|
77
|
+
import { GraphView as Po, GraphViewWithData as ko, graphViewVariants as wo, useGraphAside as Ho } from "./components/graph/graph-view.js";
|
|
78
78
|
import { VertLine as Oo } from "./components/graph/plugins/vertical-line.js";
|
|
79
79
|
import { Guard as _o } from "./components/guard/guard.js";
|
|
80
80
|
import { HeadCell as Uo, SimpleHeadCell as qo } from "./components/head-cell/head-cell.js";
|
|
@@ -86,111 +86,112 @@ import { HorizontalIndicator as it } from "./components/horizontal-indicator/hor
|
|
|
86
86
|
import { IconButton as nt, iconButtonVariants as lt } from "./components/icon-button/icon-button.js";
|
|
87
87
|
import { Input as ft, inputVariants as xt } from "./components/input/input.js";
|
|
88
88
|
import { Label as dt, labelVariants as Tt } from "./components/label/label.js";
|
|
89
|
-
import { AppLogo as
|
|
89
|
+
import { AppLogo as gt } from "./components/layout/app-logo/app-logo.js";
|
|
90
90
|
import { Block as bt } from "./components/layout/block/block.js";
|
|
91
91
|
import { Col as St } from "./components/layout/col/col.js";
|
|
92
92
|
import { Container as Lt } from "./components/layout/container/container.js";
|
|
93
93
|
import { Footer as Vt, FooterLink as Ft, FooterLinkSection as It, GearboxFooter as ht } from "./components/layout/footer/footer.js";
|
|
94
94
|
import { Grid as Bt } from "./components/layout/grid/grid.js";
|
|
95
95
|
import { Header as vt, useMobileMenu as Mt } from "./components/layout/header/header.js";
|
|
96
|
-
import { Layout as
|
|
96
|
+
import { Layout as kt } from "./components/layout/layout/layout.js";
|
|
97
97
|
import { LegalDisclaimer as Ht } from "./components/layout/legal-disclaimer/legal-disclaimer.js";
|
|
98
98
|
import { PageLayout as Ot } from "./components/layout/page-layout/page-layout.js";
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
99
|
+
import { BlockedRegionDialog as _t, LegalAgreementDialog as Nt } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
100
|
+
import { LiquidationModellingAssetsTable as qt } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
|
|
101
|
+
import { LiquidationGraph as zt } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
|
|
102
|
+
import { LiquidationGraphLegend as Zt } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
|
|
103
|
+
import { LiquidationGraphTip as Yt } from "./components/liquidation/liquidation-graph-tip/liquidation-graph-tip.js";
|
|
104
|
+
import { LoaderGuard as jt } from "./components/loader-guard/loader-guard.js";
|
|
105
|
+
import { MarkdownViewer as $t } from "./components/markdown-viewer/markdown-viewer.js";
|
|
106
|
+
import { Navbar as ra, NavbarNav as oa, navbarVariants as ta } from "./components/navbar/navbar.js";
|
|
107
|
+
import { NavbarIndicatorProvider as ia, useNavbarIndicator as pa } from "./components/navbar/navbar-indicator-context.js";
|
|
108
|
+
import { NavItem as la, navitemVariants as ma } from "./components/navitem/navitem.js";
|
|
109
|
+
import { NotFound as xa } from "./components/not-found/not-found.js";
|
|
110
|
+
import { OptionsItem as da, OptionsList as Ta } from "./components/options-list/options-list.js";
|
|
111
|
+
import { PageTitle as ga, pageTitleRootVariants as ca, pageTitleVariants as ba } from "./components/page-title/page-title.js";
|
|
112
|
+
import { PercentIndicator as Sa } from "./components/percent-indicator/percent-indicator.js";
|
|
113
|
+
import { PointsIcon as La } from "./components/points-icon/points-icon.js";
|
|
114
|
+
import { PoolPointsIndicator as Va } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
115
|
+
import { Progress as Ia } from "./components/progress/progress.js";
|
|
116
|
+
import { ProgressCircle as Ga } from "./components/progress-circle/progress-circle.js";
|
|
117
|
+
import { RadioGroup as Ea, RadioGroupItem as va, RadioOption as Ma } from "./components/radio-group/radio-group.js";
|
|
118
|
+
import { SearchBar as ka } from "./components/search-bar/search-bar.js";
|
|
119
|
+
import { SearchLine as Ha, WithSearchLine as Ra, searchLineInputVariants as Oa, searchLineVariants as ya } from "./components/search-line/search-line.js";
|
|
120
|
+
import { SegmentedControl as Na, segmentedControlVariants as Ua } from "./components/segmented-control/segmented-control.js";
|
|
121
|
+
import { Select as Wa, SelectContent as za, SelectGroup as Xa, SelectItem as Za, SelectLabel as Qa, SelectScrollDownButton as Ya, SelectScrollUpButton as Ka, SelectSeparator as ja, SelectTrigger as Ja, SelectValue as $a, selectTriggerVariants as ei } from "./components/select/select.js";
|
|
122
|
+
import { Separator as oi } from "./components/separator/separator.js";
|
|
123
|
+
import { ShortString as ai } from "./components/short-string/short-string.js";
|
|
124
|
+
import { ConfirmationItem as pi } from "./components/signatures/confirmation-item.js";
|
|
125
|
+
import { Identicon as li } from "./components/signatures/identicon.js";
|
|
126
|
+
import { VerticalTimeline as fi } from "./components/signatures/vertical-timeline.js";
|
|
127
|
+
import { Skeleton as si, skeletonVariants as di } from "./components/skeleton/skeleton.js";
|
|
128
|
+
import { SkeletonStack as ui } from "./components/skeleton/skeleton-stack.js";
|
|
129
|
+
import { Slider as ci } from "./components/slider/slider.js";
|
|
130
|
+
import { SmartNumberInput as Ci } from "./components/smart-number-input/smart-number-input.js";
|
|
131
|
+
import { Spinner as Di, SpinnerOverlay as Li } from "./components/spinner/spinner.js";
|
|
132
|
+
import { StatBadge as Vi, StatBadgeGrid as Fi, statBadgeContentVariants as Ii, statBadgeGridVariants as hi, statBadgeTitleVariants as Gi, statBadgeVariants as Bi } from "./components/stat-badge/stat-badge.js";
|
|
133
|
+
import { StatusDot as vi, statusDotVariants as Mi } from "./components/status-dot/status-dot.js";
|
|
134
|
+
import { StatusTriangle as ki } from "./components/status-triangle/status-triangle.js";
|
|
135
|
+
import { Stepper as Hi } from "./components/stepper/stepper.js";
|
|
136
|
+
import { Switch as Oi } from "./components/switch/switch.js";
|
|
137
|
+
import { TabControl as _i, TabItem as Ni, useHashTabs as Ui, useSectionTab as qi, useTabControl as Wi } from "./components/tab-control/tab-control.js";
|
|
138
|
+
import { EditButton as Xi } from "./components/table/edit-button.js";
|
|
139
|
+
import { GridTableCellAsset as Qi, GridTableCellUpdatable as Yi, GridTableEditable as Ki } from "./components/table/editable-grid-table.js";
|
|
140
|
+
import { TableCellAsset as Ji, TableCellUpdatable as $i, TableEditable as ep } from "./components/table/editable-table.js";
|
|
141
|
+
import { GridErrorLine as op } from "./components/table/grid-error-line.js";
|
|
142
|
+
import { GridLoadingLine as ap } from "./components/table/grid-loading-line.js";
|
|
143
|
+
import { GridTable as pp, GridTableBody as np, GridTableCaption as lp, GridTableCell as mp, GridTableFooter as fp, GridTableHead as xp, GridTableHeader as sp, GridTableRow as dp, Td as Tp, Th as up, gridTableCellVariants as gp, gridTableHeadVariants as cp, gridTableVariants as bp } from "./components/table/grid-table.js";
|
|
144
|
+
import { GridTableLoader as Sp } from "./components/table/grid-table-loader.js";
|
|
145
|
+
import { SortableHeadCell as Lp } from "./components/table/sortable-head-cell.js";
|
|
146
|
+
import { SortingTableHead as Vp, Table as Fp, TableBody as Ip, TableCaption as hp, TableCell as Gp, TableFooter as Bp, TableHead as Ep, TableHeader as vp, TableRow as Mp, tableCellVariants as Pp, tableHeadVariants as kp, tableVariants as wp } from "./components/table/table.js";
|
|
147
|
+
import { TableLoader as Rp } from "./components/table/table-loader.js";
|
|
148
|
+
import { TableLoaderGuard as yp } from "./components/table/table-loader-guard.js";
|
|
149
|
+
import { TableCellSm as Np, TableLineSm as Up } from "./components/table/table-sm.js";
|
|
150
|
+
import { UpdatedValue as Wp } from "./components/table/updated-value.js";
|
|
151
|
+
import { Tabs as Xp, TabsContent as Zp, TabsList as Qp, TabsTrigger as Yp } from "./components/tabs/tabs.js";
|
|
152
|
+
import { Textarea as jp, textareaVariants as Jp } from "./components/textarea/textarea.js";
|
|
153
|
+
import { ThemeProvider as en, useTheme as rn } from "./components/theme-provider.js";
|
|
154
|
+
import { ThemeToggle as tn } from "./components/theme-toggle/theme-toggle.js";
|
|
155
|
+
import { TipCard as pn, tipCardVariants as nn } from "./components/tip-card/tip-card.js";
|
|
156
|
+
import { TokenIcon as mn } from "./components/token-icon/token-icon.js";
|
|
157
|
+
import { TokenSymbol as xn } from "./components/token-symbol/token-symbol.js";
|
|
158
|
+
import { TokenTemplate as dn } from "./components/token-template/token-template.js";
|
|
159
|
+
import { Tooltip as un, TooltipContent as gn, TooltipProvider as cn, TooltipTrigger as bn } from "./components/tooltip/tooltip.js";
|
|
160
|
+
import { GraphDropdown as Sn } from "./components/trading-view/graph-dropdown.js";
|
|
161
|
+
import { TradingView as Ln } from "./components/trading-view/trading-view.js";
|
|
162
|
+
import { FormattedMessageTyped as Vn, useIntlTyped as Fn } from "./components/typed-intl/index.js";
|
|
163
|
+
import { Typography as hn, typographyVariants as Gn } from "./components/typography/typography.js";
|
|
164
|
+
import { VerticalIndicator as En, verticalIndicatorVariants as vn } from "./components/vertical-indicator/vertical-indicator.js";
|
|
165
|
+
import { VerticalList as Pn, verticalListVariants as kn } from "./components/vertical-list/vertical-list.js";
|
|
166
|
+
import { VSpace as Hn } from "./components/vspace/vspace.js";
|
|
167
|
+
import { WithCopy as On } from "./components/with-copy/with-copy.js";
|
|
168
|
+
import { WithFilterButton as _n } from "./components/with-filter-button/with-filter-button.js";
|
|
169
|
+
import { designTokens as Un } from "./configs/design-tokens.js";
|
|
170
|
+
import { interactiveVariants as Wn, paddingVariants as zn, sizeVariants as Xn, stateVariants as Zn } from "./configs/variants.js";
|
|
171
|
+
import { useCheckboxSelect as Yn } from "./hooks/use-checkbox-select.js";
|
|
172
|
+
import { useControllableState as jn } from "./hooks/use-controllable-state.js";
|
|
173
|
+
import { useDebounce as $n, useDebounceCall as el } from "./hooks/use-debounce.js";
|
|
174
|
+
import { getSortForField as ol, useFilterAllSelected as tl, useRangeFilter as al, useSelectFilter as il, useSort as pl } from "./hooks/use-filter.js";
|
|
175
|
+
import { useHF as ll } from "./hooks/use-hf.js";
|
|
176
|
+
import { useEditPriceManually as fl, useLiquidationGraphParams as xl, useLiquidationHeatmap as sl } from "./hooks/use-liquidation/index.js";
|
|
177
|
+
import { useIsDesktop as Tl, useIsMobile as ul, useIsTablet as gl, useMediaQuery as cl } from "./hooks/use-media-query.js";
|
|
178
|
+
import { useOpenedState as Cl } from "./hooks/use-opened-state.js";
|
|
179
|
+
import { usePrevious as Dl } from "./hooks/use-previous.js";
|
|
180
|
+
import { generateId as Al, useFormFieldIds as Vl } from "./utils/a11y.js";
|
|
181
|
+
import { bnToInputView as Il } from "./utils/bn-to-input-view.js";
|
|
182
|
+
import { cn as Gl } from "./utils/cn.js";
|
|
183
|
+
import { generateColorsFromBase as El, getCSSVariable as vl, hexToRgba as Ml, resolveCSSColor as Pl } from "./utils/colors.js";
|
|
184
|
+
import { copyToClipboard as wl } from "./utils/copy.js";
|
|
185
|
+
import { convertPercent as Rl, formatBytecodeSize as Ol, formatBytecodeVersion as yl, formatTimestamp as _l, shortenHash as Nl, significantTrunc as Ul } from "./utils/format.js";
|
|
186
|
+
import { formatAssetAmount as Wl } from "./utils/format-asset-amount.js";
|
|
187
|
+
import { PERCENTAGE_FACTOR as Xl, SLIPPAGE_DECIMALS as Zl, formatMoney as Ql, formatPercentAmount as Yl, percentTemplate as Kl, percentageTemplate as jl, slippageTemplate as Jl } from "./utils/format-money.js";
|
|
188
|
+
import { FORMAT_CONSTANTS as em, formatNumberWithSuffix as rm, formatPrice as om, getAdaptiveDecimals as tm, isBelowDisplayThreshold as am, isEffectivelyZero as im, toSignificantDigits as pm } from "./utils/format-number.js";
|
|
189
|
+
import { extractTextFromLabel as lm, serializeValue as mm } from "./utils/react.js";
|
|
190
|
+
import { createTokenSearchFilter as xm, searchInToken as sm } from "./utils/search-in-token.js";
|
|
191
|
+
import { shortSHA as Tm } from "./utils/short-sha.js";
|
|
192
|
+
import { negativeTokenTemplate as gm, tokenTemplate as cm, tokenTemplateNumber as bm, tokenTemplateString as Cm } from "./utils/templates.js";
|
|
193
|
+
import { TTL_CONSTANTS as Dm, getTTLZone as Lm, ttlFromTimestamp as Am, ttlLeft as Vm } from "./utils/ttl.js";
|
|
194
|
+
import { CELL_BAD as Im, CELL_CURRENT as hm, CELL_GOOD as Gm, CELL_HOVERED as Bm, CELL_LIQUIDATION as Em, CELL_OK as vm, DEFAULT_AXIS_MAX as Mm, DEFAULT_AXIS_MIN as Pm, formatAxisLabel as km, formatAxisTipLabel as wm, formatAxisTipPrice as Hm, getCellClass as Rm, isPointInCell as Om, useAxis as ym, useFixedAssets as _m, useIsAxisInRelativeUnits as Nm, useLiquidationGraphActivePrice as Um, useLiquidationGraphCurrentActiveValue as qm, usePriceInNumber as Wm, useWithLiquidationGraphActivePrices as zm } from "./hooks/use-liquidation/utils.js";
|
|
194
195
|
export {
|
|
195
196
|
o as Accordion,
|
|
196
197
|
t as AccordionContent,
|
|
@@ -203,17 +204,17 @@ export {
|
|
|
203
204
|
d as AlertDialogContent,
|
|
204
205
|
T as AlertDialogDescription,
|
|
205
206
|
u as AlertDialogFooter,
|
|
206
|
-
|
|
207
|
-
|
|
207
|
+
g as AlertDialogHeader,
|
|
208
|
+
c as AlertDialogOverlay,
|
|
208
209
|
b as AlertDialogPortal,
|
|
209
210
|
C as AlertDialogTitle,
|
|
210
211
|
S as AlertDialogTrigger,
|
|
211
|
-
|
|
212
|
+
gt as AppLogo,
|
|
212
213
|
L as AssetLine,
|
|
213
214
|
V as AssetsListCell,
|
|
214
215
|
I as AssetsRatio,
|
|
215
|
-
|
|
216
|
-
|
|
216
|
+
k as Avatar,
|
|
217
|
+
w as AvatarFallback,
|
|
217
218
|
H as AvatarImage,
|
|
218
219
|
zo as BAD_HF,
|
|
219
220
|
Z as BackButton,
|
|
@@ -221,18 +222,19 @@ export {
|
|
|
221
222
|
N as BaseLink,
|
|
222
223
|
bt as Block,
|
|
223
224
|
q as BlockSync,
|
|
225
|
+
_t as BlockedRegionDialog,
|
|
224
226
|
z as BreadCrumbs,
|
|
225
227
|
K as Button,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
228
|
+
Im as CELL_BAD,
|
|
229
|
+
hm as CELL_CURRENT,
|
|
230
|
+
Gm as CELL_GOOD,
|
|
231
|
+
Bm as CELL_HOVERED,
|
|
232
|
+
Em as CELL_LIQUIDATION,
|
|
233
|
+
vm as CELL_OK,
|
|
232
234
|
Te as Card,
|
|
233
235
|
ue as CardContent,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
+
ge as CardDescription,
|
|
237
|
+
ce as CardFooter,
|
|
236
238
|
xe as CardGrid,
|
|
237
239
|
be as CardHeader,
|
|
238
240
|
Ce as CardTitle,
|
|
@@ -240,15 +242,15 @@ export {
|
|
|
240
242
|
St as Col,
|
|
241
243
|
Be as ColoredText,
|
|
242
244
|
Me as CompoundAPY,
|
|
243
|
-
|
|
245
|
+
pi as ConfirmationItem,
|
|
244
246
|
G as ConnectRequired,
|
|
245
247
|
Lt as Container,
|
|
246
248
|
$ as CopyButton,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
ke as CreditSessionStatus,
|
|
250
|
+
go as DEFAULT_AREA_SERIES,
|
|
251
|
+
Mm as DEFAULT_AXIS_MAX,
|
|
252
|
+
Pm as DEFAULT_AXIS_MIN,
|
|
253
|
+
co as DEFAULT_OPTIONS,
|
|
252
254
|
Io as DEFAULT_SERIES_COLORS,
|
|
253
255
|
bo as DEFAULT_VERTICAL_LINE,
|
|
254
256
|
De as DangerZone,
|
|
@@ -267,7 +269,7 @@ export {
|
|
|
267
269
|
Ue as DialogTrigger,
|
|
268
270
|
lr as DropdownMenu,
|
|
269
271
|
ur as DropdownMenuCheckboxItem,
|
|
270
|
-
|
|
272
|
+
cr as DropdownMenuContent,
|
|
271
273
|
mr as DropdownMenuGroup,
|
|
272
274
|
Cr as DropdownMenuItem,
|
|
273
275
|
Dr as DropdownMenuLabel,
|
|
@@ -280,14 +282,14 @@ export {
|
|
|
280
282
|
Br as DropdownMenuSubContent,
|
|
281
283
|
vr as DropdownMenuSubTrigger,
|
|
282
284
|
dr as DropdownMenuTrigger,
|
|
283
|
-
|
|
285
|
+
Xi as EditButton,
|
|
284
286
|
Pr as ErrorLineMessage,
|
|
285
|
-
|
|
287
|
+
wr as ErrorMessage,
|
|
286
288
|
Rr as ErrorView,
|
|
287
289
|
Ae as ExpandablCall,
|
|
288
290
|
Fe as ExpandableCard,
|
|
289
291
|
re as ExternalButton,
|
|
290
|
-
|
|
292
|
+
em as FORMAT_CONSTANTS,
|
|
291
293
|
yr as FadeoutLoading,
|
|
292
294
|
Nr as FilterBlock,
|
|
293
295
|
te as FilterButton,
|
|
@@ -305,31 +307,31 @@ export {
|
|
|
305
307
|
Ft as FooterLink,
|
|
306
308
|
It as FooterLinkSection,
|
|
307
309
|
xo as FormField,
|
|
308
|
-
|
|
310
|
+
Vn as FormattedMessageTyped,
|
|
309
311
|
Xo as GOOD_HF,
|
|
310
312
|
ht as GearboxFooter,
|
|
311
313
|
To as GeneralSelect,
|
|
312
314
|
ho as Graph,
|
|
313
315
|
Bo as GraphCurrentValue,
|
|
314
|
-
|
|
316
|
+
Sn as GraphDropdown,
|
|
315
317
|
vo as GraphTooltip,
|
|
316
318
|
Po as GraphView,
|
|
317
|
-
|
|
319
|
+
ko as GraphViewWithData,
|
|
318
320
|
Bt as Grid,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
321
|
+
op as GridErrorLine,
|
|
322
|
+
ap as GridLoadingLine,
|
|
323
|
+
pp as GridTable,
|
|
324
|
+
np as GridTableBody,
|
|
325
|
+
lp as GridTableCaption,
|
|
326
|
+
mp as GridTableCell,
|
|
327
|
+
Qi as GridTableCellAsset,
|
|
328
|
+
Yi as GridTableCellUpdatable,
|
|
329
|
+
Ki as GridTableEditable,
|
|
330
|
+
fp as GridTableFooter,
|
|
331
|
+
xp as GridTableHead,
|
|
332
|
+
sp as GridTableHeader,
|
|
333
|
+
Sp as GridTableLoader,
|
|
334
|
+
dp as GridTableRow,
|
|
333
335
|
_o as Guard,
|
|
334
336
|
Uo as HeadCell,
|
|
335
337
|
vt as Header,
|
|
@@ -340,243 +342,244 @@ export {
|
|
|
340
342
|
ot as HideOn,
|
|
341
343
|
it as HorizontalIndicator,
|
|
342
344
|
nt as IconButton,
|
|
343
|
-
|
|
345
|
+
li as Identicon,
|
|
344
346
|
ft as Input,
|
|
345
347
|
dt as Label,
|
|
346
|
-
|
|
348
|
+
kt as Layout,
|
|
349
|
+
Nt as LegalAgreementDialog,
|
|
347
350
|
Ht as LegalDisclaimer,
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
351
|
+
zt as LiquidationGraph,
|
|
352
|
+
Zt as LiquidationGraphLegend,
|
|
353
|
+
Yt as LiquidationGraphTip,
|
|
354
|
+
qt as LiquidationModellingAssetsTable,
|
|
355
|
+
jt as LoaderGuard,
|
|
356
|
+
$t as MarkdownViewer,
|
|
357
|
+
la as NavItem,
|
|
358
|
+
ra as Navbar,
|
|
359
|
+
ia as NavbarIndicatorProvider,
|
|
360
|
+
oa as NavbarNav,
|
|
358
361
|
ie as NavigationButton,
|
|
359
|
-
|
|
362
|
+
xa as NotFound,
|
|
360
363
|
pr as OneFieldDialog,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
+
da as OptionsItem,
|
|
365
|
+
Ta as OptionsList,
|
|
366
|
+
Xl as PERCENTAGE_FACTOR,
|
|
364
367
|
Ot as PageLayout,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
368
|
+
ga as PageTitle,
|
|
369
|
+
Sa as PercentIndicator,
|
|
370
|
+
La as PointsIcon,
|
|
371
|
+
Va as PoolPointsIndicator,
|
|
372
|
+
Ia as Progress,
|
|
373
|
+
Ga as ProgressCircle,
|
|
374
|
+
Ea as RadioGroup,
|
|
375
|
+
va as RadioGroupItem,
|
|
376
|
+
Ma as RadioOption,
|
|
374
377
|
ne as RangeButtons,
|
|
375
378
|
M as SIWEClientProvider,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
379
|
+
Zl as SLIPPAGE_DECIMALS,
|
|
380
|
+
ka as SearchBar,
|
|
381
|
+
Ha as SearchLine,
|
|
382
|
+
Na as SegmentedControl,
|
|
383
|
+
Wa as Select,
|
|
384
|
+
za as SelectContent,
|
|
385
|
+
Xa as SelectGroup,
|
|
386
|
+
Za as SelectItem,
|
|
387
|
+
Qa as SelectLabel,
|
|
388
|
+
Ya as SelectScrollDownButton,
|
|
389
|
+
Ka as SelectScrollUpButton,
|
|
390
|
+
ja as SelectSeparator,
|
|
391
|
+
Ja as SelectTrigger,
|
|
392
|
+
$a as SelectValue,
|
|
393
|
+
oi as Separator,
|
|
394
|
+
ai as ShortString,
|
|
392
395
|
tt as ShowOn,
|
|
393
396
|
E as SignInRequired,
|
|
394
397
|
qo as SimpleHeadCell,
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
398
|
+
si as Skeleton,
|
|
399
|
+
ui as SkeletonStack,
|
|
400
|
+
ci as Slider,
|
|
401
|
+
Ci as SmartNumberInput,
|
|
402
|
+
Lp as SortableHeadCell,
|
|
403
|
+
Vp as SortingTableHead,
|
|
404
|
+
Di as Spinner,
|
|
405
|
+
Li as SpinnerOverlay,
|
|
406
|
+
Vi as StatBadge,
|
|
407
|
+
Fi as StatBadgeGrid,
|
|
408
|
+
vi as StatusDot,
|
|
409
|
+
ki as StatusTriangle,
|
|
410
|
+
Hi as Stepper,
|
|
411
|
+
Oi as Switch,
|
|
412
|
+
Dm as TTL_CONSTANTS,
|
|
410
413
|
me as TabButton,
|
|
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
|
-
|
|
414
|
+
_i as TabControl,
|
|
415
|
+
Ni as TabItem,
|
|
416
|
+
Fp as Table,
|
|
417
|
+
Ip as TableBody,
|
|
418
|
+
hp as TableCaption,
|
|
419
|
+
Gp as TableCell,
|
|
420
|
+
Ji as TableCellAsset,
|
|
421
|
+
Np as TableCellSm,
|
|
422
|
+
$i as TableCellUpdatable,
|
|
423
|
+
ep as TableEditable,
|
|
424
|
+
Bp as TableFooter,
|
|
425
|
+
Ep as TableHead,
|
|
426
|
+
vp as TableHeader,
|
|
427
|
+
Up as TableLineSm,
|
|
428
|
+
Rp as TableLoader,
|
|
429
|
+
yp as TableLoaderGuard,
|
|
430
|
+
Mp as TableRow,
|
|
431
|
+
Xp as Tabs,
|
|
432
|
+
Zp as TabsContent,
|
|
433
|
+
Qp as TabsList,
|
|
434
|
+
Yp as TabsTrigger,
|
|
435
|
+
Tp as Td,
|
|
436
|
+
jp as Textarea,
|
|
437
|
+
up as Th,
|
|
438
|
+
en as ThemeProvider,
|
|
439
|
+
tn as ThemeToggle,
|
|
440
|
+
pn as TipCard,
|
|
438
441
|
et as TipWrap,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
442
|
+
mn as TokenIcon,
|
|
443
|
+
xn as TokenSymbol,
|
|
444
|
+
dn as TokenTemplate,
|
|
445
|
+
un as Tooltip,
|
|
446
|
+
gn as TooltipContent,
|
|
447
|
+
cn as TooltipProvider,
|
|
448
|
+
bn as TooltipTrigger,
|
|
449
|
+
Ln as TradingView,
|
|
450
|
+
hn as Typography,
|
|
451
|
+
Wp as UpdatedValue,
|
|
452
|
+
Hn as VSpace,
|
|
450
453
|
Oo as VertLine,
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
454
|
+
En as VerticalIndicator,
|
|
455
|
+
Pn as VerticalList,
|
|
456
|
+
fi as VerticalTimeline,
|
|
457
|
+
On as WithCopy,
|
|
458
|
+
_n as WithFilterButton,
|
|
459
|
+
Ra as WithSearchLine,
|
|
457
460
|
l as alertBadgeVariants,
|
|
458
461
|
Q as backButtonVariants,
|
|
459
462
|
y as badgeVariants,
|
|
460
|
-
|
|
463
|
+
Il as bnToInputView,
|
|
461
464
|
j as buttonVariants,
|
|
462
465
|
se as cardGridVariants,
|
|
463
|
-
|
|
466
|
+
Gl as cn,
|
|
464
467
|
Ee as coloredTextVariants,
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
468
|
+
Rl as convertPercent,
|
|
469
|
+
wl as copyToClipboard,
|
|
470
|
+
xm as createTokenSearchFilter,
|
|
471
|
+
Un as designTokens,
|
|
472
|
+
lm as extractTextFromLabel,
|
|
470
473
|
mo as filterBlockVariants,
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
474
|
+
Wl as formatAssetAmount,
|
|
475
|
+
km as formatAxisLabel,
|
|
476
|
+
wm as formatAxisTipLabel,
|
|
477
|
+
Hm as formatAxisTipPrice,
|
|
478
|
+
Ol as formatBytecodeSize,
|
|
479
|
+
yl as formatBytecodeVersion,
|
|
480
|
+
Ql as formatMoney,
|
|
481
|
+
rm as formatNumberWithSuffix,
|
|
482
|
+
Yl as formatPercentAmount,
|
|
483
|
+
om as formatPrice,
|
|
484
|
+
_l as formatTimestamp,
|
|
485
|
+
El as generateColorsFromBase,
|
|
486
|
+
Al as generateId,
|
|
487
|
+
tm as getAdaptiveDecimals,
|
|
488
|
+
vl as getCSSVariable,
|
|
489
|
+
Rm as getCellClass,
|
|
487
490
|
Co as getDefaultOptions,
|
|
488
491
|
So as getDefaultSeries,
|
|
489
492
|
Do as getDefaultVerticalLine,
|
|
490
493
|
Qo as getHFZones,
|
|
491
|
-
|
|
492
|
-
|
|
494
|
+
ol as getSortForField,
|
|
495
|
+
Lm as getTTLZone,
|
|
493
496
|
Ao as getXFormatter,
|
|
494
497
|
Vo as getYFormatter,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
498
|
+
wo as graphViewVariants,
|
|
499
|
+
gp as gridTableCellVariants,
|
|
500
|
+
cp as gridTableHeadVariants,
|
|
501
|
+
bp as gridTableVariants,
|
|
502
|
+
Ml as hexToRgba,
|
|
500
503
|
lt as iconButtonVariants,
|
|
501
504
|
xt as inputVariants,
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
505
|
+
Wn as interactiveVariants,
|
|
506
|
+
am as isBelowDisplayThreshold,
|
|
507
|
+
im as isEffectivelyZero,
|
|
508
|
+
Om as isPointInCell,
|
|
506
509
|
Tt as labelVariants,
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
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
|
-
|
|
510
|
+
ta as navbarVariants,
|
|
511
|
+
ma as navitemVariants,
|
|
512
|
+
gm as negativeTokenTemplate,
|
|
513
|
+
zn as paddingVariants,
|
|
514
|
+
ca as pageTitleRootVariants,
|
|
515
|
+
ba as pageTitleVariants,
|
|
516
|
+
Kl as percentTemplate,
|
|
517
|
+
jl as percentageTemplate,
|
|
518
|
+
Pl as resolveCSSColor,
|
|
519
|
+
sm as searchInToken,
|
|
520
|
+
Oa as searchLineInputVariants,
|
|
521
|
+
ya as searchLineVariants,
|
|
522
|
+
Ua as segmentedControlVariants,
|
|
523
|
+
ei as selectTriggerVariants,
|
|
524
|
+
mm as serializeValue,
|
|
525
|
+
Tm as shortSHA,
|
|
526
|
+
Nl as shortenHash,
|
|
527
|
+
Ul as significantTrunc,
|
|
528
|
+
Xn as sizeVariants,
|
|
529
|
+
di as skeletonVariants,
|
|
530
|
+
Jl as slippageTemplate,
|
|
531
|
+
Ii as statBadgeContentVariants,
|
|
532
|
+
hi as statBadgeGridVariants,
|
|
533
|
+
Gi as statBadgeTitleVariants,
|
|
534
|
+
Bi as statBadgeVariants,
|
|
535
|
+
Zn as stateVariants,
|
|
536
|
+
Mi as statusDotVariants,
|
|
537
|
+
Pp as tableCellVariants,
|
|
538
|
+
kp as tableHeadVariants,
|
|
539
|
+
wp as tableVariants,
|
|
540
|
+
Jp as textareaVariants,
|
|
541
|
+
nn as tipCardVariants,
|
|
542
|
+
pm as toSignificantDigits,
|
|
543
|
+
cm as tokenTemplate,
|
|
544
|
+
bm as tokenTemplateNumber,
|
|
545
|
+
Cm as tokenTemplateString,
|
|
546
|
+
Am as ttlFromTimestamp,
|
|
547
|
+
Vm as ttlLeft,
|
|
548
|
+
Gn as typographyVariants,
|
|
549
|
+
ym as useAxis,
|
|
550
|
+
Yn as useCheckboxSelect,
|
|
551
|
+
jn as useControllableState,
|
|
552
|
+
$n as useDebounce,
|
|
553
|
+
el as useDebounceCall,
|
|
554
|
+
fl as useEditPriceManually,
|
|
555
|
+
tl as useFilterAllSelected,
|
|
556
|
+
_m as useFixedAssets,
|
|
557
|
+
Vl as useFormFieldIds,
|
|
555
558
|
Ho as useGraphAside,
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
559
|
+
ll as useHF,
|
|
560
|
+
Ui as useHashTabs,
|
|
561
|
+
Fn as useIntlTyped,
|
|
562
|
+
Nm as useIsAxisInRelativeUnits,
|
|
563
|
+
Tl as useIsDesktop,
|
|
564
|
+
ul as useIsMobile,
|
|
565
|
+
gl as useIsTablet,
|
|
566
|
+
Um as useLiquidationGraphActivePrice,
|
|
567
|
+
qm as useLiquidationGraphCurrentActiveValue,
|
|
568
|
+
xl as useLiquidationGraphParams,
|
|
569
|
+
sl as useLiquidationHeatmap,
|
|
570
|
+
cl as useMediaQuery,
|
|
568
571
|
Mt as useMobileMenu,
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
572
|
+
pa as useNavbarIndicator,
|
|
573
|
+
Cl as useOpenedState,
|
|
574
|
+
Dl as usePrevious,
|
|
575
|
+
Wm as usePriceInNumber,
|
|
576
|
+
al as useRangeFilter,
|
|
577
|
+
qi as useSectionTab,
|
|
578
|
+
il as useSelectFilter,
|
|
579
|
+
pl as useSort,
|
|
580
|
+
Wi as useTabControl,
|
|
581
|
+
rn as useTheme,
|
|
582
|
+
zm as useWithLiquidationGraphActivePrices,
|
|
583
|
+
vn as verticalIndicatorVariants,
|
|
584
|
+
kn as verticalListVariants
|
|
582
585
|
};
|