@gearbox-protocol/permissionless-ui 1.26.2 → 1.26.3
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/graph/formatters.cjs +1 -1
- package/dist/cjs/components/graph/graph-tooltip.cjs +1 -1
- package/dist/cjs/components/graph/graph.cjs +1 -1
- package/dist/cjs/components/graph/index.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/trading-view/trading-view.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/graph/formatters.js +147 -105
- package/dist/esm/components/graph/graph-tooltip.js +8 -8
- package/dist/esm/components/graph/graph.js +341 -302
- package/dist/esm/components/graph/index.js +16 -15
- package/dist/esm/components/index.js +440 -439
- package/dist/esm/components/trading-view/trading-view.js +147 -143
- package/dist/esm/index.js +589 -588
- package/dist/types/components/graph/formatters.d.ts +10 -1
- package/dist/types/components/graph/index.d.ts +1 -1
- package/dist/types/components/graph/plugins/vertical-line.d.ts +2 -2
- package/dist/types/components/trading-view/trading-view.d.ts +2 -0
- package/package.json +6 -6
package/dist/esm/index.js
CHANGED
|
@@ -91,185 +91,185 @@ import { filterBlockVariants as mt } from "./components/filter/variants.js";
|
|
|
91
91
|
import { FormField as ft } from "./components/form/form-field.js";
|
|
92
92
|
import { FormattedNumberString as st } from "./components/formatted-number/formatted-number.js";
|
|
93
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,
|
|
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
|
|
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
|
|
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
|
|
136
|
-
import { MarkdownViewer as
|
|
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
|
|
244
|
-
import { useSmartNumberInput as
|
|
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
|
|
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
|
+
import { MarkdownViewer as mp } from "./components/markdown-viewer/markdown-viewer.js";
|
|
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
|
+
import { useSmartNumberInput as ms } from "./hooks/use-smart-number-input.js";
|
|
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,
|
|
@@ -297,8 +297,8 @@ export {
|
|
|
297
297
|
k as AppBarMenuItem,
|
|
298
298
|
P as AppBarNavItem,
|
|
299
299
|
v as AppBarSidePanel,
|
|
300
|
-
|
|
301
|
-
|
|
300
|
+
mi as AppLogo,
|
|
301
|
+
li as AppLogoLink,
|
|
302
302
|
E as Apy,
|
|
303
303
|
y as ArcLoader,
|
|
304
304
|
R as AssetLine,
|
|
@@ -307,23 +307,23 @@ export {
|
|
|
307
307
|
K as Avatar,
|
|
308
308
|
j as AvatarFallback,
|
|
309
309
|
J as AvatarImage,
|
|
310
|
-
|
|
310
|
+
Qt as BAD_HF,
|
|
311
311
|
xr as BackButton,
|
|
312
312
|
rr as Badge,
|
|
313
|
-
|
|
313
|
+
Mm as BalanceIndicator,
|
|
314
314
|
tr as BaseLink,
|
|
315
|
-
|
|
315
|
+
xi as Block,
|
|
316
316
|
ir as BlockSync,
|
|
317
|
-
|
|
317
|
+
Gi as BlockedRegionDialog,
|
|
318
318
|
nr as BreadCrumbs,
|
|
319
319
|
ur as Button,
|
|
320
320
|
lr as ButtonCheckbox,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
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
327
|
vr as Card,
|
|
328
328
|
Mr as CardContent,
|
|
329
329
|
Er as CardDescription,
|
|
@@ -334,22 +334,22 @@ export {
|
|
|
334
334
|
Xr as Carousel,
|
|
335
335
|
zr as Checkbox,
|
|
336
336
|
Yr as CheckboxLabeled,
|
|
337
|
-
|
|
337
|
+
di as Col,
|
|
338
338
|
te as ColoredText,
|
|
339
339
|
pe as ComplexInput,
|
|
340
340
|
me as CompoundAPY,
|
|
341
341
|
xe as ConfirmMenu,
|
|
342
|
-
|
|
342
|
+
Wn as ConfirmationItem,
|
|
343
343
|
q as ConnectRequired,
|
|
344
|
-
|
|
344
|
+
gi as Container,
|
|
345
345
|
Tr as CopyButton,
|
|
346
346
|
de as CreditSessionStatus,
|
|
347
347
|
ge as CurrencyButton,
|
|
348
348
|
ut as DEFAULT_AREA_SERIES,
|
|
349
|
-
|
|
350
|
-
|
|
349
|
+
au as DEFAULT_AXIS_MAX,
|
|
350
|
+
iu as DEFAULT_AXIS_MIN,
|
|
351
351
|
gt as DEFAULT_OPTIONS,
|
|
352
|
-
|
|
352
|
+
ht as DEFAULT_SERIES_COLORS,
|
|
353
353
|
ct as DEFAULT_VERTICAL_LINE,
|
|
354
354
|
Nr as DangerZone,
|
|
355
355
|
ro as DefaultDropdownLabel,
|
|
@@ -385,9 +385,9 @@ export {
|
|
|
385
385
|
Io as DropdownMenuSubContent,
|
|
386
386
|
Bo as DropdownMenuSubTrigger,
|
|
387
387
|
no as DropdownMenuTrigger,
|
|
388
|
-
|
|
388
|
+
Tl as EditButton,
|
|
389
389
|
Fo as EditInput,
|
|
390
|
-
|
|
390
|
+
fs as EnglishLocale,
|
|
391
391
|
ko as ErrorLineMessage,
|
|
392
392
|
vo as ErrorMessage,
|
|
393
393
|
Eo as ErrorView,
|
|
@@ -395,8 +395,8 @@ export {
|
|
|
395
395
|
Wr as ExpandableCard,
|
|
396
396
|
yo as ExplorerLinksDropdown,
|
|
397
397
|
Sr as ExternalButton,
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
qs as FORMAT_CONSTANTS,
|
|
399
|
+
ri as FaIcon,
|
|
400
400
|
Ro as FadeoutLoading,
|
|
401
401
|
Oo as FilterBlock,
|
|
402
402
|
Lr as FilterButton,
|
|
@@ -410,416 +410,417 @@ export {
|
|
|
410
410
|
ot as FilterModalItem,
|
|
411
411
|
at as FilterRadioItem,
|
|
412
412
|
pt as FilterSeparator,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
413
|
+
Ti as Footer,
|
|
414
|
+
Ci as FooterLink,
|
|
415
|
+
Si as FooterLinkSection,
|
|
416
416
|
ft as FormField,
|
|
417
|
-
|
|
417
|
+
ax as FormattedMessageTyped,
|
|
418
418
|
st as FormattedNumberString,
|
|
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
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
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
|
+
ma as HideOn,
|
|
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
|
+
mp as MarkdownViewer,
|
|
473
473
|
Fe as Modal,
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
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
480
|
Ar as NavigationButton,
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
481
|
+
Lp as NavigationProvider,
|
|
482
|
+
Vp as NetworkIcon,
|
|
483
|
+
wp as NotFound,
|
|
484
484
|
Je as OneFieldDialog,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
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
497
|
be as PoolRewardsIcon,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
498
|
+
$p as Progress,
|
|
499
|
+
en as ProgressBar,
|
|
500
|
+
an as ProgressCircle,
|
|
501
|
+
nn as RadioGroup,
|
|
502
|
+
mn as RadioGroupItem,
|
|
503
|
+
ln as RadioOption,
|
|
504
504
|
hr as RangeButtons,
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
xn as RoundedImage,
|
|
506
|
+
dn as Row,
|
|
507
507
|
Q as SIWEClientProvider,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
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,
|
|
525
525
|
Z as SignInRequired,
|
|
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
|
-
|
|
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
553
|
jr as StyledButton,
|
|
554
554
|
$r as StyledDialogContainer,
|
|
555
|
-
|
|
555
|
+
nl as StyledDropdown,
|
|
556
556
|
ee as StyledRoundedImage,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
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
562
|
Vr as TabButton,
|
|
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
|
-
|
|
614
|
-
|
|
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
615
|
m as alertBadgeVariants,
|
|
616
|
-
|
|
616
|
+
rd as allLoaded,
|
|
617
617
|
sr as backButtonVariants,
|
|
618
618
|
er as badgeVariants,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
619
|
+
gs as bnToInputView,
|
|
620
|
+
dd as bnToLiquidationPriceView,
|
|
621
|
+
Ts as bnToPrettyView,
|
|
622
622
|
gr as buttonVariants,
|
|
623
623
|
kr as cardGridVariants,
|
|
624
|
-
|
|
624
|
+
Ss as cn,
|
|
625
625
|
ae as coloredTextVariants,
|
|
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
|
-
|
|
672
|
-
|
|
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
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
674
|
+
id as findClosestPoint,
|
|
675
|
+
ys as formatAssetAmount,
|
|
676
|
+
pu as formatAxisLabel,
|
|
677
|
+
nu as formatAxisTipLabel,
|
|
678
|
+
mu as formatAxisTipPrice,
|
|
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
695
|
Tt as getDefaultOptions,
|
|
696
696
|
Ct as getDefaultSeries,
|
|
697
697
|
St as getDefaultVerticalLine,
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
jt as getHFZones,
|
|
699
|
+
Dm as getIntervalBounds,
|
|
700
|
+
xd as getNetworkIcon,
|
|
701
701
|
le as getRewardTokenSymbol,
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
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
708
|
Lt as getXFormatter,
|
|
709
|
-
Dt as
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
_l as
|
|
713
|
-
Ul as
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
Qs as
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
km as
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
Op as
|
|
737
|
-
|
|
738
|
-
gd as
|
|
739
|
-
|
|
740
|
-
_s as
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
Sn as
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
Zm as
|
|
764
|
-
zm as
|
|
765
|
-
Qm as
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
of as
|
|
770
|
-
tf as
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
Hd as
|
|
777
|
-
Rd as
|
|
778
|
-
|
|
779
|
-
Wd as
|
|
780
|
-
qd as
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
jx as
|
|
798
|
-
Jx as
|
|
799
|
-
$x as
|
|
800
|
-
rs as
|
|
801
|
-
|
|
802
|
-
uu as
|
|
803
|
-
|
|
804
|
-
Qx as
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
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
|
+
md as splitInterval,
|
|
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
|
+
mx as typographyVariants,
|
|
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
|
+
ms as useSmartNumberInput,
|
|
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
|
|
825
826
|
};
|