@gearbox-protocol/permissionless-ui 1.22.0-next.40 → 1.22.0-next.41
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/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/fadeout-loading/fadeout-loading.cjs +1 -1
- package/dist/cjs/components/health-factor/health-factor.cjs +1 -1
- package/dist/cjs/components/help-tip/help-tip.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/liquidation-price/index.cjs +1 -0
- package/dist/cjs/components/liquidation-price/liquidation-price.cjs +1 -0
- package/dist/cjs/components/status-elements/status-elements.cjs +1 -1
- package/dist/cjs/components/vertical-indicator/vertical-indicator.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/block-sync/block-sync.js +4 -2
- package/dist/esm/components/checkbox/checkbox-labeled.js +2 -0
- package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +2 -0
- package/dist/esm/components/complex-input/complex-input.js +4 -2
- package/dist/esm/components/fadeout-loading/fadeout-loading.js +12 -12
- package/dist/esm/components/health-factor/health-factor.js +53 -42
- package/dist/esm/components/help-tip/help-tip.js +113 -64
- package/dist/esm/components/index.js +241 -239
- package/dist/esm/components/liquidation-price/index.js +4 -0
- package/dist/esm/components/liquidation-price/liquidation-price.js +43 -0
- package/dist/esm/components/status-elements/status-elements.js +46 -28
- package/dist/esm/components/vertical-indicator/vertical-indicator.js +90 -90
- package/dist/esm/index.js +398 -396
- package/dist/globals.css +1 -1
- package/dist/types/components/fadeout-loading/fadeout-loading.d.ts +5 -13
- package/dist/types/components/health-factor/health-factor.d.ts +16 -35
- package/dist/types/components/help-tip/help-tip.d.ts +33 -44
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/liquidation-price/index.d.ts +1 -0
- package/dist/types/components/liquidation-price/liquidation-price.d.ts +41 -0
- package/dist/types/components/status-elements/status-elements.d.ts +11 -1
- package/dist/types/components/vertical-indicator/vertical-indicator.d.ts +24 -51
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { AssetsRatio as E } from "./components/assets-ratio/assets-ratio.js";
|
|
|
10
10
|
import { ConnectRequired as v } from "./components/auth/connect-required.js";
|
|
11
11
|
import { SignInRequired as y } from "./components/auth/signin-required.js";
|
|
12
12
|
import { SIWEClientProvider as R } from "./components/auth/siwe-provider.js";
|
|
13
|
-
import { Avatar as O, AvatarFallback as _, AvatarImage as
|
|
13
|
+
import { Avatar as O, AvatarFallback as _, AvatarImage as q } from "./components/avatar/avatar.js";
|
|
14
14
|
import { Badge as W, badgeVariants as z } from "./components/badge/badge.js";
|
|
15
15
|
import { BaseLink as Z } from "./components/base-link/base-link.js";
|
|
16
16
|
import { BlockSync as Q } from "./components/block-sync/block-sync.js";
|
|
@@ -33,7 +33,7 @@ import { Carousel as Mr } from "./components/carousel/carousel.js";
|
|
|
33
33
|
import { Checkbox as Hr } from "./components/checkbox/checkbox.js";
|
|
34
34
|
import { CheckboxLabeled as Nr } from "./components/checkbox/checkbox-labeled.js";
|
|
35
35
|
import { StyledButton as _r } from "./components/client-adapters/styled-button/styled-button.js";
|
|
36
|
-
import { StyledDialogContainer as
|
|
36
|
+
import { StyledDialogContainer as Ur } from "./components/client-adapters/styled-dialog-container/styled-dialog-container.js";
|
|
37
37
|
import { StyledRoundedImage as zr } from "./components/client-adapters/styled-rounded-image/styled-rounded-image.js";
|
|
38
38
|
import { ColoredText as Zr, coloredTextVariants as Yr } from "./components/colored-text/colored-text.js";
|
|
39
39
|
import { BalanceIndicator as Kr, ComplexInput as jr } from "./components/complex-input/complex-input.js";
|
|
@@ -57,7 +57,7 @@ import { DialogOverlay as ke } from "./components/dialog/dialog-overlay.js";
|
|
|
57
57
|
import { DialogTitle as Me } from "./components/dialog/dialog-title.js";
|
|
58
58
|
import { OneFieldDialog as He } from "./components/dialog/one-field-dialog.js";
|
|
59
59
|
import { DefaultDropdownLabel as Ne } from "./components/dropdown-label/dropdown-label.js";
|
|
60
|
-
import { DropdownMenu as _e, DropdownMenuGroup as
|
|
60
|
+
import { DropdownMenu as _e, DropdownMenuGroup as qe, DropdownMenuPortal as Ue, DropdownMenuRadioGroup as We, DropdownMenuSub as ze, DropdownMenuTrigger as Xe } from "./components/dropdown-menu/dropdown-menu.js";
|
|
61
61
|
import { DropdownMenuCheckboxItem as Ye } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
|
|
62
62
|
import { DropdownMenuContent as Ke } from "./components/dropdown-menu/dropdown-menu-content.js";
|
|
63
63
|
import { DropdownMenuItem as Je } from "./components/dropdown-menu/dropdown-menu-item.js";
|
|
@@ -82,7 +82,7 @@ import { FilterGroup as Mo } from "./components/filter/filter-group.js";
|
|
|
82
82
|
import { FilterLabel as Ho } from "./components/filter/filter-label.js";
|
|
83
83
|
import { FilterModal as No } from "./components/filter/filter-modal.js";
|
|
84
84
|
import { FilterModalItem as _o } from "./components/filter/filter-modal-item.js";
|
|
85
|
-
import { FilterRadioItem as
|
|
85
|
+
import { FilterRadioItem as Uo } from "./components/filter/filter-radio-item.js";
|
|
86
86
|
import { FilterSeparator as zo } from "./components/filter/filter-separator.js";
|
|
87
87
|
import { filterBlockVariants as Zo } from "./components/filter/variants.js";
|
|
88
88
|
import { FormField as Qo } from "./components/form/form-field.js";
|
|
@@ -101,7 +101,7 @@ import { Guard as Gt } from "./components/guard/guard.js";
|
|
|
101
101
|
import { HeadCell as Pt, SimpleHeadCell as Et } from "./components/head-cell/head-cell.js";
|
|
102
102
|
import { BAD_HF as vt, GOOD_HF as Mt, HealthFactor as yt, getHFZones as Ht } from "./components/health-factor/health-factor.js";
|
|
103
103
|
import { HelpCenterContainer as Nt } from "./components/help-center-container/help-center-container.js";
|
|
104
|
-
import { HelpSection as _t, HelpSections as
|
|
104
|
+
import { HelpSection as _t, HelpSections as qt } from "./components/help-sections/help-sections.js";
|
|
105
105
|
import { HelpTip as Wt, HelpTipIcon as zt, TipWrap as Xt } from "./components/help-tip/help-tip.js";
|
|
106
106
|
import { HideOn as Yt, ShowOn as Qt } from "./components/hide-on/hide-on.js";
|
|
107
107
|
import { HorizontalIndicator as jt } from "./components/horizontal-indicator/horizontal-indicator.js";
|
|
@@ -121,127 +121,128 @@ import { PageLayout as wa } from "./components/layout/page-layout/page-layout.js
|
|
|
121
121
|
import { BlockedRegionDialog as Ea, LegalAgreementDialog as ka, createGearboxAppConfig as va, createLegalAgreementConfig as Ma, createPermissionlessInterfaceConfig as ya, createPermissionlessSafeConfig as Ha } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
122
122
|
import { LiquidationModellingAssetsTable as Na } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
|
|
123
123
|
import { LiquidationGraph as _a } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
|
|
124
|
-
import { LiquidationGraphLegend as
|
|
124
|
+
import { LiquidationGraphLegend as Ua } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
|
|
125
125
|
import { LiquidationGraphTip as za } from "./components/liquidation/liquidation-graph-tip/liquidation-graph-tip.js";
|
|
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 {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
126
|
+
import { LiquidationPrice as Za } from "./components/liquidation-price/liquidation-price.js";
|
|
127
|
+
import { LoaderGuard as Qa } from "./components/loader-guard/loader-guard.js";
|
|
128
|
+
import { MarkdownViewer as ja } from "./components/markdown-viewer/markdown-viewer.js";
|
|
129
|
+
import { Navbar as $a, NavbarNav as ri, navbarVariants as ei } from "./components/navbar/navbar.js";
|
|
130
|
+
import { NavbarIndicatorProvider as ti, useNavbarIndicator as ai } from "./components/navbar/navbar-indicator-context.js";
|
|
131
|
+
import { NavBarLogo as pi } from "./components/navbar-logo/navbar-logo.js";
|
|
132
|
+
import { NavItem as mi, navitemVariants as li } from "./components/navitem/navitem.js";
|
|
133
|
+
import { NetworkIcon as xi } from "./components/network-icon/network-icon.js";
|
|
134
|
+
import { NotFound as di } from "./components/not-found/not-found.js";
|
|
135
|
+
import { OptionsItem as Ti, OptionsList as gi } from "./components/options-list/options-list.js";
|
|
136
|
+
import { Overflow as bi, OverflowWrap as Si } from "./components/overflow/overflow.js";
|
|
137
|
+
import { OverflowContainer as Li } from "./components/overflow-container/overflow-container.js";
|
|
138
|
+
import { PageTitle as Ai, pageTitleRootVariants as Ii, pageTitleVariants as Vi } from "./components/page-title/page-title.js";
|
|
139
|
+
import { PercentIndicator as Fi } from "./components/percent-indicator/percent-indicator.js";
|
|
140
|
+
import { PointsIcon as Gi } from "./components/points-icon/points-icon.js";
|
|
141
|
+
import { PoolAPYTooltip as Pi } from "./components/pool-apy-tooltip/pool-apy-tooltip.js";
|
|
142
|
+
import { PoolIndicatorIcon as ki } from "./components/pool-indicator-icon/pool-indicator-icon.js";
|
|
143
|
+
import { PoolPointsIndicator as Mi } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
144
|
+
import { Progress as Hi } from "./components/progress/progress.js";
|
|
145
|
+
import { ProgressCircle as Ni } from "./components/progress-circle/progress-circle.js";
|
|
146
|
+
import { RadioGroup as _i, RadioGroupItem as qi, RadioOption as Ui } from "./components/radio-group/radio-group.js";
|
|
147
|
+
import { RoundedImage as zi } from "./components/rounded-image/rounded-image.js";
|
|
148
|
+
import { Row as Zi } from "./components/row/row.js";
|
|
149
|
+
import { SearchBar as Qi } from "./components/search-bar/search-bar.js";
|
|
150
|
+
import { SearchLine as ji, WithSearchLine as Ji, searchLineInputVariants as $i, searchLineVariants as rp } from "./components/search-line/search-line.js";
|
|
151
|
+
import { SegmentedControl as op, segmentedControlVariants as tp } from "./components/segmented-control/segmented-control.js";
|
|
152
|
+
import { Select as ip, SelectContent as pp, SelectGroup as np, SelectItem as mp, SelectLabel as lp, SelectScrollDownButton as fp, SelectScrollUpButton as xp, SelectSeparator as sp, SelectTrigger as dp, SelectValue as up, selectTriggerVariants as Tp } from "./components/select/select.js";
|
|
153
|
+
import { Separator as cp } from "./components/separator/separator.js";
|
|
154
|
+
import { ShortString as Sp } from "./components/short-string/short-string.js";
|
|
155
|
+
import { ConfirmationItem as Lp } from "./components/signatures/confirmation-item.js";
|
|
156
|
+
import { Identicon as Ap } from "./components/signatures/identicon.js";
|
|
157
|
+
import { VerticalTimeline as Vp } from "./components/signatures/vertical-timeline.js";
|
|
158
|
+
import { Skeleton as Fp, skeletonVariants as Bp } from "./components/skeleton/skeleton.js";
|
|
159
|
+
import { SkeletonStack as wp } from "./components/skeleton/skeleton-stack.js";
|
|
160
|
+
import { Slider as Ep } from "./components/slider/slider.js";
|
|
161
|
+
import { SliderToken as vp } from "./components/slider-token/slider-token.js";
|
|
162
|
+
import { SmartNumberInput as yp } from "./components/smart-number-input/smart-number-input.js";
|
|
163
|
+
import { Spinner as Rp, SpinnerOverlay as Np } from "./components/spinner/spinner.js";
|
|
164
|
+
import { SplitList as _p } from "./components/split-list/split-list.js";
|
|
165
|
+
import { StatBadge as Up, StatBadgeGrid as Wp, statBadgeContentVariants as zp, statBadgeGridVariants as Xp, statBadgeTitleVariants as Zp, statBadgeVariants as Yp } from "./components/stat-badge/stat-badge.js";
|
|
166
|
+
import { StatusDot as Kp, statusDotVariants as jp } from "./components/status-dot/status-dot.js";
|
|
167
|
+
import { HealthDot as $p, StatusBars as rn } from "./components/status-elements/status-elements.js";
|
|
168
|
+
import { StatusTriangle as on } from "./components/status-triangle/status-triangle.js";
|
|
169
|
+
import { Stepper as an } from "./components/stepper/stepper.js";
|
|
170
|
+
import { StyledDropdown as nn } from "./components/styled-dropdown/styled-dropdown.js";
|
|
171
|
+
import { Switch as ln } from "./components/switch/switch.js";
|
|
172
|
+
import { TabControl as xn, TabItem as sn, useHashTabs as dn, useSectionTab as un, useTabControl as Tn } from "./components/tab-control/tab-control.js";
|
|
173
|
+
import { EditButton as cn } from "./components/table/edit-button.js";
|
|
174
|
+
import { GridTableCellAsset as Sn, GridTableCellUpdatable as Cn, GridTableEditable as Ln } from "./components/table/editable-grid-table.js";
|
|
175
|
+
import { TableCellAsset as An, TableCellUpdatable as In, TableEditable as Vn } from "./components/table/editable-table.js";
|
|
176
|
+
import { GridErrorLine as Fn } from "./components/table/grid-error-line.js";
|
|
177
|
+
import { GridLoadingLine as Gn } from "./components/table/grid-loading-line.js";
|
|
178
|
+
import { GridTable as Pn, GridTableBody as En, GridTableCaption as kn, GridTableCell as vn, GridTableFooter as Mn, GridTableHead as yn, GridTableHeader as Hn, GridTableRow as Rn, Td as Nn, Th as On, gridTableCellVariants as _n, gridTableHeadVariants as qn, gridTableVariants as Un } from "./components/table/grid-table.js";
|
|
179
|
+
import { GridTableLoader as zn } from "./components/table/grid-table-loader.js";
|
|
180
|
+
import { SortableHeadCell as Zn } from "./components/table/sortable-head-cell.js";
|
|
181
|
+
import { SortingTableHead as Qn, Table as Kn, TableBody as jn, TableCaption as Jn, TableCell as $n, TableFooter as rm, TableHead as em, TableHeader as om, TableRow as tm, tableCellVariants as am, tableHeadVariants as im, tableVariants as pm } from "./components/table/table.js";
|
|
182
|
+
import { TableLoader as mm } from "./components/table/table-loader.js";
|
|
183
|
+
import { TableLoaderGuard as fm } from "./components/table/table-loader-guard.js";
|
|
184
|
+
import { TableCellSm as sm, TableLineSm as dm } from "./components/table/table-sm.js";
|
|
185
|
+
import { UpdatedValue as Tm } from "./components/table/updated-value.js";
|
|
186
|
+
import { Tabs as cm, TabsContent as bm, TabsList as Sm, TabsTrigger as Cm } from "./components/tabs/tabs.js";
|
|
187
|
+
import { TextButton as Dm } from "./components/text-button/text-button.js";
|
|
188
|
+
import { Textarea as Im, textareaVariants as Vm } from "./components/textarea/textarea.js";
|
|
189
|
+
import { ThemeProvider as Fm, useTheme as Bm } from "./components/theme-provider.js";
|
|
190
|
+
import { ThemeToggle as wm } from "./components/theme-toggle/theme-toggle.js";
|
|
191
|
+
import { TipCard as Em, tipCardVariants as km } from "./components/tip-card/tip-card.js";
|
|
192
|
+
import { TokenIcon as Mm, preloadTokenIcons as ym } from "./components/token-icon/token-icon.js";
|
|
193
|
+
import { TokenSymbol as Rm } from "./components/token-symbol/token-symbol.js";
|
|
194
|
+
import { TokenTemplate as Om } from "./components/token-template/token-template.js";
|
|
195
|
+
import { SimpleTooltip as qm } from "./components/tooltip/simple-tooltip.js";
|
|
196
|
+
import { Tooltip as Wm, TooltipContent as zm, TooltipProvider as Xm, TooltipTrigger as Zm } from "./components/tooltip/tooltip.js";
|
|
197
|
+
import { GraphDropdown as Qm } from "./components/trading-view/graph-dropdown.js";
|
|
198
|
+
import { TradingView as jm } from "./components/trading-view/trading-view.js";
|
|
199
|
+
import { FormattedMessageTyped as $m, useIntlTyped as rl } from "./components/typed-intl/index.js";
|
|
200
|
+
import { Typography as ol, typographyVariants as tl } from "./components/typography/typography.js";
|
|
201
|
+
import { VerticalIndicator as il, verticalIndicatorVariants as pl } from "./components/vertical-indicator/vertical-indicator.js";
|
|
202
|
+
import { VerticalList as ml, verticalListVariants as ll } from "./components/vertical-list/vertical-list.js";
|
|
203
|
+
import { VSpace as xl } from "./components/vspace/vspace.js";
|
|
204
|
+
import { WithCopy as dl } from "./components/with-copy/with-copy.js";
|
|
205
|
+
import { WithFilterButton as Tl } from "./components/with-filter-button/with-filter-button.js";
|
|
206
|
+
import { WithTitle as cl } from "./components/with-title/with-title.js";
|
|
207
|
+
import { designTokens as Sl } from "./configs/design-tokens.js";
|
|
208
|
+
import { interactiveVariants as Ll, paddingVariants as Dl, sizeVariants as Al, stateVariants as Il } from "./configs/variants.js";
|
|
209
|
+
import { useCheckboxSelect as hl } from "./hooks/use-checkbox-select.js";
|
|
210
|
+
import { useControllableState as Bl } from "./hooks/use-controllable-state.js";
|
|
211
|
+
import { useDebounce as wl } from "./hooks/use-debounce.js";
|
|
212
|
+
import { useDebounceCall as El } from "./hooks/use-debounce-call.js";
|
|
213
|
+
import { getSortForField as vl, useFilterAllSelected as Ml, useRangeFilter as yl, useSelectFilter as Hl, useSort as Rl } from "./hooks/use-filter.js";
|
|
214
|
+
import { useHF as Ol } from "./hooks/use-hf.js";
|
|
215
|
+
import { useEditPriceManually as ql, useLiquidationGraphParams as Ul, useLiquidationHeatmap as Wl } from "./hooks/use-liquidation/index.js";
|
|
216
|
+
import { useIsDesktop as Xl, useIsMobile as Zl, useIsTablet as Yl, useMediaQuery as Ql } from "./hooks/use-media-query.js";
|
|
217
|
+
import { useOpenedState as jl } from "./hooks/use-opened-state.js";
|
|
218
|
+
import { usePrevious as $l } from "./hooks/use-previous.js";
|
|
219
|
+
import { default as ef } from "./locale/en.json.js";
|
|
220
|
+
import { generateId as tf, useFormFieldIds as af } from "./utils/a11y.js";
|
|
221
|
+
import { bnToInputView as nf } from "./utils/bn-to-input-view.js";
|
|
222
|
+
import { bnToPrettyView as lf } from "./utils/bn-to-pretty-view.js";
|
|
223
|
+
import { cn as xf } from "./utils/cn.js";
|
|
224
|
+
import { generateColorsFromBase as df, getCSSVariable as uf, hexToRgba as Tf, resolveCSSColor as gf } from "./utils/colors.js";
|
|
225
|
+
import { copyToClipboard as bf } from "./utils/copy.js";
|
|
226
|
+
import { convertPercent as Cf, formatBytecodeSize as Lf, formatBytecodeVersion as Df, formatTimestamp as Af, shortenHash as If, significantTrunc as Vf } from "./utils/format.js";
|
|
227
|
+
import { formatAssetAmount as Ff } from "./utils/format-asset-amount.js";
|
|
228
|
+
import { formatMoney as Gf, formatMoneyAmount as wf, formatPercentAmount as Pf, percentTemplate as Ef, percentageTemplate as kf } from "./utils/format-money.js";
|
|
229
|
+
import { FORMAT_CONSTANTS as Mf, formatNumberWithSuffix as yf, formatPrice as Hf, getAdaptiveDecimals as Rf, isBelowDisplayThreshold as Nf, isEffectivelyZero as Of, toSignificantDigits as _f } from "./utils/format-number.js";
|
|
230
|
+
import { slippageTemplate as Uf } from "./utils/format-slippage.js";
|
|
231
|
+
import { allLoaded as zf, loadingProgress as Xf, round5 as Zf } from "./utils/loading.js";
|
|
232
|
+
import { getNetworkIcon as Qf } from "./utils/network-icons.js";
|
|
233
|
+
import { bnToLiquidationPriceView as jf, isPositiveFloat as Jf, parseInputToBN as $f, parseSmallNumber as rx } from "./utils/parse-input-to-bn.js";
|
|
234
|
+
import { pluralize as ox, selectPluralString as tx } from "./utils/plural.js";
|
|
235
|
+
import { getAvailableRanges as ix } from "./utils/ranges.js";
|
|
236
|
+
import { extractTextFromLabel as nx, serializeValue as mx } from "./utils/react.js";
|
|
237
|
+
import { searchInString as fx } from "./utils/search.js";
|
|
238
|
+
import { createTokenSearchFilter as sx, searchInToken as dx } from "./utils/search-in-token.js";
|
|
239
|
+
import { shortSHA as Tx } from "./utils/short-sha.js";
|
|
240
|
+
import { isLongString as cx, shortenString as bx } from "./utils/shorten-string.js";
|
|
241
|
+
import { negativeTokenTemplate as Cx, tokenTemplate as Lx, tokenTemplateNumber as Dx, tokenTemplateString as Ax } from "./utils/templates.js";
|
|
242
|
+
import { TTL_CONSTANTS as Vx, getTTLZone as hx, ttlFromTimestamp as Fx, ttlLeft as Bx, ttlLeftParsed as Gx } from "./utils/ttl.js";
|
|
243
|
+
import { openInNewWindow as Px } from "./utils/window.js";
|
|
244
|
+
import { Z_INDEX as kx } from "./utils/z-index.js";
|
|
245
|
+
import { CELL_BAD as Mx, CELL_CURRENT as yx, CELL_GOOD as Hx, CELL_HOVERED as Rx, CELL_LIQUIDATION as Nx, CELL_OK as Ox, DEFAULT_AXIS_MAX as _x, DEFAULT_AXIS_MIN as qx, formatAxisLabel as Ux, formatAxisTipLabel as Wx, formatAxisTipPrice as zx, getCellClass as Xx, isPointInCell as Zx, useAxis as Yx, useFixedAssets as Qx, useIsAxisInRelativeUnits as Kx, useLiquidationGraphActivePrice as jx, useLiquidationGraphCurrentActiveValue as Jx, usePriceInNumber as $x, useWithLiquidationGraphActivePrices as rs } from "./hooks/use-liquidation/utils.js";
|
|
245
246
|
export {
|
|
246
247
|
o as Accordion,
|
|
247
248
|
t as AccordionContent,
|
|
@@ -268,7 +269,7 @@ export {
|
|
|
268
269
|
E as AssetsRatio,
|
|
269
270
|
O as Avatar,
|
|
270
271
|
_ as AvatarFallback,
|
|
271
|
-
|
|
272
|
+
q as AvatarImage,
|
|
272
273
|
vt as BAD_HF,
|
|
273
274
|
er as BackButton,
|
|
274
275
|
W as Badge,
|
|
@@ -280,12 +281,12 @@ export {
|
|
|
280
281
|
j as BreadCrumbs,
|
|
281
282
|
ar as Button,
|
|
282
283
|
$ as ButtonCheckbox,
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
284
|
+
Mx as CELL_BAD,
|
|
285
|
+
yx as CELL_CURRENT,
|
|
286
|
+
Hx as CELL_GOOD,
|
|
287
|
+
Rx as CELL_HOVERED,
|
|
288
|
+
Nx as CELL_LIQUIDATION,
|
|
289
|
+
Ox as CELL_OK,
|
|
289
290
|
Dr as Card,
|
|
290
291
|
Ar as CardContent,
|
|
291
292
|
Ir as CardDescription,
|
|
@@ -301,15 +302,15 @@ export {
|
|
|
301
302
|
jr as ComplexInput,
|
|
302
303
|
$r as CompoundAPY,
|
|
303
304
|
ee as ConfirmMenu,
|
|
304
|
-
|
|
305
|
+
Lp as ConfirmationItem,
|
|
305
306
|
v as ConnectRequired,
|
|
306
307
|
ua as Container,
|
|
307
308
|
nr as CopyButton,
|
|
308
309
|
te as CreditSessionStatus,
|
|
309
310
|
ie as CurrencyButton,
|
|
310
311
|
tt as DEFAULT_AREA_SERIES,
|
|
311
|
-
|
|
312
|
-
|
|
312
|
+
_x as DEFAULT_AXIS_MAX,
|
|
313
|
+
qx as DEFAULT_AXIS_MIN,
|
|
313
314
|
at as DEFAULT_OPTIONS,
|
|
314
315
|
dt as DEFAULT_SERIES_COLORS,
|
|
315
316
|
it as DEFAULT_VERTICAL_LINE,
|
|
@@ -333,10 +334,10 @@ export {
|
|
|
333
334
|
_e as DropdownMenu,
|
|
334
335
|
Ye as DropdownMenuCheckboxItem,
|
|
335
336
|
Ke as DropdownMenuContent,
|
|
336
|
-
|
|
337
|
+
qe as DropdownMenuGroup,
|
|
337
338
|
Je as DropdownMenuItem,
|
|
338
339
|
ro as DropdownMenuLabel,
|
|
339
|
-
|
|
340
|
+
Ue as DropdownMenuPortal,
|
|
340
341
|
We as DropdownMenuRadioGroup,
|
|
341
342
|
oo as DropdownMenuRadioItem,
|
|
342
343
|
ao as DropdownMenuSeparator,
|
|
@@ -345,9 +346,9 @@ export {
|
|
|
345
346
|
mo as DropdownMenuSubContent,
|
|
346
347
|
fo as DropdownMenuSubTrigger,
|
|
347
348
|
Xe as DropdownMenuTrigger,
|
|
348
|
-
|
|
349
|
+
cn as EditButton,
|
|
349
350
|
so as EditInput,
|
|
350
|
-
|
|
351
|
+
ef as EnglishLocale,
|
|
351
352
|
To as ErrorLineMessage,
|
|
352
353
|
co as ErrorMessage,
|
|
353
354
|
So as ErrorView,
|
|
@@ -355,7 +356,7 @@ export {
|
|
|
355
356
|
kr as ExpandableCard,
|
|
356
357
|
Lo as ExplorerLinksDropdown,
|
|
357
358
|
lr as ExternalButton,
|
|
358
|
-
|
|
359
|
+
Mf as FORMAT_CONSTANTS,
|
|
359
360
|
Ao as FadeoutLoading,
|
|
360
361
|
Vo as FilterBlock,
|
|
361
362
|
xr as FilterButton,
|
|
@@ -367,13 +368,13 @@ export {
|
|
|
367
368
|
Ho as FilterLabel,
|
|
368
369
|
No as FilterModal,
|
|
369
370
|
_o as FilterModalItem,
|
|
370
|
-
|
|
371
|
+
Uo as FilterRadioItem,
|
|
371
372
|
zo as FilterSeparator,
|
|
372
373
|
ga as Footer,
|
|
373
374
|
ca as FooterLink,
|
|
374
375
|
ba as FooterLinkSection,
|
|
375
376
|
Qo as FormField,
|
|
376
|
-
|
|
377
|
+
$m as FormattedMessageTyped,
|
|
377
378
|
jo as FormattedNumberString,
|
|
378
379
|
Mt as GOOD_HF,
|
|
379
380
|
Sa as GearboxFooter,
|
|
@@ -381,319 +382,320 @@ export {
|
|
|
381
382
|
et as GeneralSelect,
|
|
382
383
|
ut as Graph,
|
|
383
384
|
gt as GraphCurrentValue,
|
|
384
|
-
|
|
385
|
+
Qm as GraphDropdown,
|
|
385
386
|
bt as GraphTooltip,
|
|
386
387
|
Ct as GraphView,
|
|
387
388
|
Lt as GraphViewWithData,
|
|
388
389
|
La as Grid,
|
|
389
|
-
|
|
390
|
-
|
|
390
|
+
Fn as GridErrorLine,
|
|
391
|
+
Gn as GridLoadingLine,
|
|
391
392
|
Ft as GridTDCell,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
393
|
+
Pn as GridTable,
|
|
394
|
+
En as GridTableBody,
|
|
395
|
+
kn as GridTableCaption,
|
|
396
|
+
vn as GridTableCell,
|
|
397
|
+
Sn as GridTableCellAsset,
|
|
398
|
+
Cn as GridTableCellUpdatable,
|
|
399
|
+
Ln as GridTableEditable,
|
|
400
|
+
Mn as GridTableFooter,
|
|
401
|
+
yn as GridTableHead,
|
|
402
|
+
Hn as GridTableHeader,
|
|
403
|
+
zn as GridTableLoader,
|
|
404
|
+
Rn as GridTableRow,
|
|
404
405
|
Gt as Guard,
|
|
405
406
|
Pt as HeadCell,
|
|
406
407
|
Aa as Header,
|
|
407
|
-
|
|
408
|
+
$p as HealthDot,
|
|
408
409
|
yt as HealthFactor,
|
|
409
410
|
Nt as HelpCenterContainer,
|
|
410
411
|
_t as HelpSection,
|
|
411
|
-
|
|
412
|
+
qt as HelpSections,
|
|
412
413
|
Wt as HelpTip,
|
|
413
414
|
zt as HelpTipIcon,
|
|
414
415
|
Yt as HideOn,
|
|
415
416
|
jt as HorizontalIndicator,
|
|
416
417
|
$t as IconButton,
|
|
417
|
-
|
|
418
|
+
Ap as Identicon,
|
|
418
419
|
oa as Input,
|
|
419
420
|
ia as Label,
|
|
420
421
|
ha as Layout,
|
|
421
422
|
ka as LegalAgreementDialog,
|
|
422
423
|
Ba as LegalDisclaimer,
|
|
423
424
|
_a as LiquidationGraph,
|
|
424
|
-
|
|
425
|
+
Ua as LiquidationGraphLegend,
|
|
425
426
|
za as LiquidationGraphTip,
|
|
426
427
|
Na as LiquidationModellingAssetsTable,
|
|
427
|
-
Za as
|
|
428
|
-
Qa as
|
|
428
|
+
Za as LiquidationPrice,
|
|
429
|
+
Qa as LoaderGuard,
|
|
430
|
+
ja as MarkdownViewer,
|
|
429
431
|
de as Modal,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
432
|
+
pi as NavBarLogo,
|
|
433
|
+
mi as NavItem,
|
|
434
|
+
$a as Navbar,
|
|
435
|
+
ti as NavbarIndicatorProvider,
|
|
436
|
+
ri as NavbarNav,
|
|
435
437
|
dr as NavigationButton,
|
|
436
|
-
|
|
437
|
-
|
|
438
|
+
xi as NetworkIcon,
|
|
439
|
+
di as NotFound,
|
|
438
440
|
He as OneFieldDialog,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
441
|
+
Ti as OptionsItem,
|
|
442
|
+
gi as OptionsList,
|
|
443
|
+
bi as Overflow,
|
|
444
|
+
Li as OverflowContainer,
|
|
445
|
+
Si as OverflowWrap,
|
|
444
446
|
wa as PageLayout,
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
447
|
+
Ai as PageTitle,
|
|
448
|
+
Fi as PercentIndicator,
|
|
449
|
+
Gi as PointsIcon,
|
|
450
|
+
Pi as PoolAPYTooltip,
|
|
451
|
+
ki as PoolIndicatorIcon,
|
|
452
|
+
Mi as PoolPointsIndicator,
|
|
453
|
+
Hi as Progress,
|
|
454
|
+
Ni as ProgressCircle,
|
|
455
|
+
_i as RadioGroup,
|
|
456
|
+
qi as RadioGroupItem,
|
|
457
|
+
Ui as RadioOption,
|
|
456
458
|
Tr as RangeButtons,
|
|
457
|
-
|
|
458
|
-
|
|
459
|
+
zi as RoundedImage,
|
|
460
|
+
Zi as Row,
|
|
459
461
|
R as SIWEClientProvider,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
462
|
+
Qi as SearchBar,
|
|
463
|
+
ji as SearchLine,
|
|
464
|
+
op as SegmentedControl,
|
|
465
|
+
ip as Select,
|
|
466
|
+
pp as SelectContent,
|
|
467
|
+
np as SelectGroup,
|
|
468
|
+
mp as SelectItem,
|
|
469
|
+
lp as SelectLabel,
|
|
470
|
+
fp as SelectScrollDownButton,
|
|
471
|
+
xp as SelectScrollUpButton,
|
|
472
|
+
sp as SelectSeparator,
|
|
473
|
+
dp as SelectTrigger,
|
|
474
|
+
up as SelectValue,
|
|
475
|
+
cp as Separator,
|
|
476
|
+
Sp as ShortString,
|
|
475
477
|
Qt as ShowOn,
|
|
476
478
|
y as SignInRequired,
|
|
477
479
|
Et as SimpleHeadCell,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
480
|
+
qm as SimpleTooltip,
|
|
481
|
+
Fp as Skeleton,
|
|
482
|
+
wp as SkeletonStack,
|
|
483
|
+
Ep as Slider,
|
|
484
|
+
vp as SliderToken,
|
|
485
|
+
yp as SmartNumberInput,
|
|
486
|
+
Zn as SortableHeadCell,
|
|
487
|
+
Qn as SortingTableHead,
|
|
488
|
+
Rp as Spinner,
|
|
489
|
+
Np as SpinnerOverlay,
|
|
490
|
+
_p as SplitList,
|
|
491
|
+
Up as StatBadge,
|
|
492
|
+
Wp as StatBadgeGrid,
|
|
493
|
+
rn as StatusBars,
|
|
494
|
+
Kp as StatusDot,
|
|
495
|
+
on as StatusTriangle,
|
|
496
|
+
an as Stepper,
|
|
495
497
|
_r as StyledButton,
|
|
496
|
-
|
|
497
|
-
|
|
498
|
+
Ur as StyledDialogContainer,
|
|
499
|
+
nn as StyledDropdown,
|
|
498
500
|
zr as StyledRoundedImage,
|
|
499
|
-
|
|
500
|
-
|
|
501
|
+
ln as Switch,
|
|
502
|
+
Vx as TTL_CONSTANTS,
|
|
501
503
|
cr as TabButton,
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
504
|
+
xn as TabControl,
|
|
505
|
+
sn as TabItem,
|
|
506
|
+
Kn as Table,
|
|
507
|
+
jn as TableBody,
|
|
508
|
+
Jn as TableCaption,
|
|
509
|
+
$n as TableCell,
|
|
510
|
+
An as TableCellAsset,
|
|
511
|
+
sm as TableCellSm,
|
|
512
|
+
In as TableCellUpdatable,
|
|
513
|
+
Vn as TableEditable,
|
|
514
|
+
rm as TableFooter,
|
|
515
|
+
em as TableHead,
|
|
516
|
+
om as TableHeader,
|
|
517
|
+
dm as TableLineSm,
|
|
518
|
+
mm as TableLoader,
|
|
519
|
+
fm as TableLoaderGuard,
|
|
520
|
+
tm as TableRow,
|
|
521
|
+
cm as Tabs,
|
|
522
|
+
bm as TabsContent,
|
|
523
|
+
Sm as TabsList,
|
|
524
|
+
Cm as TabsTrigger,
|
|
525
|
+
Nn as Td,
|
|
526
|
+
Dm as TextButton,
|
|
527
|
+
Im as Textarea,
|
|
528
|
+
On as Th,
|
|
529
|
+
Fm as ThemeProvider,
|
|
530
|
+
wm as ThemeToggle,
|
|
531
|
+
Em as TipCard,
|
|
530
532
|
Xt as TipWrap,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
533
|
+
Mm as TokenIcon,
|
|
534
|
+
Rm as TokenSymbol,
|
|
535
|
+
Om as TokenTemplate,
|
|
536
|
+
Wm as Tooltip,
|
|
537
|
+
zm as TooltipContent,
|
|
538
|
+
Xm as TooltipProvider,
|
|
539
|
+
Zm as TooltipTrigger,
|
|
540
|
+
jm as TradingView,
|
|
541
|
+
ol as Typography,
|
|
542
|
+
Tm as UpdatedValue,
|
|
543
|
+
xl as VSpace,
|
|
542
544
|
Vt as VertLine,
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
545
|
+
il as VerticalIndicator,
|
|
546
|
+
ml as VerticalList,
|
|
547
|
+
Vp as VerticalTimeline,
|
|
548
|
+
dl as WithCopy,
|
|
549
|
+
Tl as WithFilterButton,
|
|
550
|
+
Ji as WithSearchLine,
|
|
551
|
+
cl as WithTitle,
|
|
552
|
+
kx as Z_INDEX,
|
|
551
553
|
m as alertBadgeVariants,
|
|
552
|
-
|
|
554
|
+
zf as allLoaded,
|
|
553
555
|
or as backButtonVariants,
|
|
554
556
|
z as badgeVariants,
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
557
|
+
nf as bnToInputView,
|
|
558
|
+
jf as bnToLiquidationPriceView,
|
|
559
|
+
lf as bnToPrettyView,
|
|
558
560
|
ir as buttonVariants,
|
|
559
561
|
Cr as cardGridVariants,
|
|
560
|
-
|
|
562
|
+
xf as cn,
|
|
561
563
|
Yr as coloredTextVariants,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
+
Cf as convertPercent,
|
|
565
|
+
bf as copyToClipboard,
|
|
564
566
|
va as createGearboxAppConfig,
|
|
565
567
|
Ma as createLegalAgreementConfig,
|
|
566
568
|
ya as createPermissionlessInterfaceConfig,
|
|
567
569
|
Ha as createPermissionlessSafeConfig,
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
570
|
+
sx as createTokenSearchFilter,
|
|
571
|
+
Sl as designTokens,
|
|
572
|
+
nx as extractTextFromLabel,
|
|
571
573
|
Zo as filterBlockVariants,
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
574
|
+
Ff as formatAssetAmount,
|
|
575
|
+
Ux as formatAxisLabel,
|
|
576
|
+
Wx as formatAxisTipLabel,
|
|
577
|
+
zx as formatAxisTipPrice,
|
|
578
|
+
Lf as formatBytecodeSize,
|
|
579
|
+
Df as formatBytecodeVersion,
|
|
580
|
+
Gf as formatMoney,
|
|
581
|
+
wf as formatMoneyAmount,
|
|
582
|
+
yf as formatNumberWithSuffix,
|
|
583
|
+
Pf as formatPercentAmount,
|
|
584
|
+
Hf as formatPrice,
|
|
585
|
+
Af as formatTimestamp,
|
|
586
|
+
df as generateColorsFromBase,
|
|
587
|
+
tf as generateId,
|
|
588
|
+
Rf as getAdaptiveDecimals,
|
|
589
|
+
ix as getAvailableRanges,
|
|
590
|
+
uf as getCSSVariable,
|
|
591
|
+
Xx as getCellClass,
|
|
590
592
|
pt as getDefaultOptions,
|
|
591
593
|
nt as getDefaultSeries,
|
|
592
594
|
mt as getDefaultVerticalLine,
|
|
593
595
|
Ht as getHFZones,
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
596
|
+
Qf as getNetworkIcon,
|
|
597
|
+
vl as getSortForField,
|
|
598
|
+
hx as getTTLZone,
|
|
597
599
|
ft as getXFormatter,
|
|
598
600
|
xt as getYFormatter,
|
|
599
601
|
Dt as graphViewVariants,
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
602
|
+
_n as gridTableCellVariants,
|
|
603
|
+
qn as gridTableHeadVariants,
|
|
604
|
+
Un as gridTableVariants,
|
|
605
|
+
Tf as hexToRgba,
|
|
604
606
|
ra as iconButtonVariants,
|
|
605
607
|
ta as inputVariants,
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
608
|
+
Ll as interactiveVariants,
|
|
609
|
+
Nf as isBelowDisplayThreshold,
|
|
610
|
+
Of as isEffectivelyZero,
|
|
611
|
+
cx as isLongString,
|
|
612
|
+
Zx as isPointInCell,
|
|
613
|
+
Jf as isPositiveFloat,
|
|
612
614
|
pa as labelVariants,
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
615
|
+
Xf as loadingProgress,
|
|
616
|
+
ei as navbarVariants,
|
|
617
|
+
li as navitemVariants,
|
|
618
|
+
Cx as negativeTokenTemplate,
|
|
619
|
+
Px as openInNewWindow,
|
|
620
|
+
Dl as paddingVariants,
|
|
621
|
+
Ii as pageTitleRootVariants,
|
|
622
|
+
Vi as pageTitleVariants,
|
|
623
|
+
$f as parseInputToBN,
|
|
624
|
+
rx as parseSmallNumber,
|
|
625
|
+
Ef as percentTemplate,
|
|
626
|
+
kf as percentageTemplate,
|
|
627
|
+
ox as pluralize,
|
|
628
|
+
ym as preloadTokenIcons,
|
|
629
|
+
gf as resolveCSSColor,
|
|
630
|
+
Zf as round5,
|
|
631
|
+
fx as searchInString,
|
|
632
|
+
dx as searchInToken,
|
|
633
|
+
$i as searchLineInputVariants,
|
|
634
|
+
rp as searchLineVariants,
|
|
635
|
+
tp as segmentedControlVariants,
|
|
636
|
+
tx as selectPluralString,
|
|
637
|
+
Tp as selectTriggerVariants,
|
|
638
|
+
mx as serializeValue,
|
|
639
|
+
Tx as shortSHA,
|
|
640
|
+
If as shortenHash,
|
|
641
|
+
bx as shortenString,
|
|
642
|
+
Vf as significantTrunc,
|
|
643
|
+
Al as sizeVariants,
|
|
644
|
+
Bp as skeletonVariants,
|
|
645
|
+
Uf as slippageTemplate,
|
|
646
|
+
zp as statBadgeContentVariants,
|
|
647
|
+
Xp as statBadgeGridVariants,
|
|
648
|
+
Zp as statBadgeTitleVariants,
|
|
649
|
+
Yp as statBadgeVariants,
|
|
650
|
+
Il as stateVariants,
|
|
651
|
+
jp as statusDotVariants,
|
|
652
|
+
am as tableCellVariants,
|
|
653
|
+
im as tableHeadVariants,
|
|
654
|
+
pm as tableVariants,
|
|
655
|
+
Vm as textareaVariants,
|
|
656
|
+
km as tipCardVariants,
|
|
657
|
+
_f as toSignificantDigits,
|
|
658
|
+
Lx as tokenTemplate,
|
|
659
|
+
Dx as tokenTemplateNumber,
|
|
660
|
+
Ax as tokenTemplateString,
|
|
661
|
+
Fx as ttlFromTimestamp,
|
|
662
|
+
Bx as ttlLeft,
|
|
663
|
+
Gx as ttlLeftParsed,
|
|
664
|
+
tl as typographyVariants,
|
|
665
|
+
Yx as useAxis,
|
|
666
|
+
hl as useCheckboxSelect,
|
|
667
|
+
Bl as useControllableState,
|
|
668
|
+
wl as useDebounce,
|
|
669
|
+
El as useDebounceCall,
|
|
670
|
+
ql as useEditPriceManually,
|
|
671
|
+
Ml as useFilterAllSelected,
|
|
672
|
+
Qx as useFixedAssets,
|
|
673
|
+
af as useFormFieldIds,
|
|
672
674
|
At as useGraphAside,
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
675
|
+
Ol as useHF,
|
|
676
|
+
dn as useHashTabs,
|
|
677
|
+
rl as useIntlTyped,
|
|
678
|
+
Kx as useIsAxisInRelativeUnits,
|
|
679
|
+
Xl as useIsDesktop,
|
|
680
|
+
Zl as useIsMobile,
|
|
681
|
+
Yl as useIsTablet,
|
|
682
|
+
jx as useLiquidationGraphActivePrice,
|
|
683
|
+
Jx as useLiquidationGraphCurrentActiveValue,
|
|
684
|
+
Ul as useLiquidationGraphParams,
|
|
685
|
+
Wl as useLiquidationHeatmap,
|
|
686
|
+
Ql as useMediaQuery,
|
|
685
687
|
Ia as useMobileMenu,
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
688
|
+
ai as useNavbarIndicator,
|
|
689
|
+
jl as useOpenedState,
|
|
690
|
+
$l as usePrevious,
|
|
691
|
+
$x as usePriceInNumber,
|
|
692
|
+
yl as useRangeFilter,
|
|
693
|
+
un as useSectionTab,
|
|
694
|
+
Hl as useSelectFilter,
|
|
695
|
+
Rl as useSort,
|
|
696
|
+
Tn as useTabControl,
|
|
697
|
+
Bm as useTheme,
|
|
698
|
+
rs as useWithLiquidationGraphActivePrices,
|
|
699
|
+
pl as verticalIndicatorVariants,
|
|
700
|
+
ll as verticalListVariants
|
|
699
701
|
};
|