@gearbox-protocol/permissionless-ui 1.24.2 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/graph/formatters.cjs +1 -1
- package/dist/cjs/components/graph/graph-view.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/tab-control/tab-control.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 +101 -80
- package/dist/esm/components/graph/graph-view.js +114 -97
- package/dist/esm/components/graph/graph.js +378 -299
- package/dist/esm/components/graph/index.js +15 -14
- package/dist/esm/components/index.js +447 -446
- package/dist/esm/components/tab-control/tab-control.js +63 -72
- package/dist/esm/components/trading-view/trading-view.js +175 -107
- package/dist/esm/index.js +583 -582
- package/dist/globals.css +1 -1
- package/dist/types/components/graph/formatters.d.ts +8 -1
- package/dist/types/components/graph/graph-view.d.ts +11 -1
- package/dist/types/components/graph/graph.d.ts +35 -3
- package/dist/types/components/graph/index.d.ts +1 -1
- package/dist/types/components/graph/plugins/vertical-line.d.ts +2 -0
- package/dist/types/components/trading-view/trading-view.d.ts +30 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -92,184 +92,184 @@ 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
94
|
import { getXFormatter as Lt, getYFormatter as Dt } from "./components/graph/formatters.js";
|
|
95
|
-
import { DEFAULT_SERIES_COLORS as It, Graph as ht, getSeriesColorPalette as Bt } from "./components/graph/graph.js";
|
|
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
|
|
95
|
+
import { DEFAULT_SERIES_COLORS as It, Graph as ht, getSeriesColorPalette as Bt, getVerticalLineTooltipContent as Vt } from "./components/graph/graph.js";
|
|
96
|
+
import { GraphCurrentValue as wt } from "./components/graph/graph-current-value.js";
|
|
97
|
+
import { GraphTooltip as Pt } from "./components/graph/graph-tooltip.js";
|
|
98
|
+
import { GraphView as Mt, GraphViewWithData as Et, graphViewVariants as Gt, useGraphAside as yt } from "./components/graph/graph-view.js";
|
|
99
|
+
import { VertLine as Rt } from "./components/graph/plugins/vertical-line.js";
|
|
100
|
+
import { GridTDCell as Ot } from "./components/grid-td-cell/grid-td-cell.js";
|
|
101
|
+
import { Guard as Ut } from "./components/guard/guard.js";
|
|
102
|
+
import { HeadCell as qt, SimpleHeadCell as Xt } from "./components/head-cell/head-cell.js";
|
|
103
|
+
import { BAD_HF as zt, GOOD_HF as Qt, HealthFactor as Yt, getHFZones as Kt } from "./components/health-factor/health-factor.js";
|
|
104
|
+
import { HelpCenterContainer as Jt } from "./components/help-center-container/help-center-container.js";
|
|
105
|
+
import { HelpSection as ra, HelpSections as ea } from "./components/help-sections/help-sections.js";
|
|
106
|
+
import { HelpTip as ta, HelpTipIcon as aa, TipWrap as ia } from "./components/help-tip/help-tip.js";
|
|
107
|
+
import { HideOn as na, ShowOn as ma } from "./components/hide-on/hide-on.js";
|
|
108
|
+
import { HorizontalIndicator as fa } from "./components/horizontal-indicator/horizontal-indicator.js";
|
|
109
|
+
import { IconButton as sa, iconButtonVariants as da } from "./components/icon-button/icon-button.js";
|
|
110
|
+
import { faArrowDown as ga, faArrowLeft as ca, faArrowRight as Ta, faArrowUp as Ca, faArrowsUpDown as Sa, faBars as ba, faBolt as La, faCaretDown as Da, faCaretLeft as Aa, faCaretRight as Ia, faCaretUp as ha, faCheck as Ba, faChevronLeft as Va, faChevronRight as Fa, faCircle as wa, faCircleCheck as ka, faCircleExclamation as Pa, faCirclePlus as va, faCircleQuestion as Ma, faCloud as Ea, faCog as Ga, faCreditCard as ya, faEllipsisVertical as Ha, faEnvelope as Ra, faKeyboard as Na, faLifeRing as Oa, faMagnifyingGlass as _a, faMessage as Ua, faPlus as Wa, faRightFromBracket as qa, faTrash as Xa, faTriangleExclamation as Za, faUser as za, faUserPlus as Qa, faUsers as Ya, faWallet as Ka, faXmark as ja } from "@fortawesome/free-solid-svg-icons";
|
|
111
|
+
import { FaIcon as $a } from "./components/icons/fa-icon.js";
|
|
112
|
+
import { Input as ei, inputVariants as oi } from "./components/input/input.js";
|
|
113
|
+
import { Label as ai, labelVariants as ii } from "./components/label/label.js";
|
|
114
|
+
import { AppLogo as ni, AppLogoLink as mi } from "./components/layout/app-logo/app-logo.js";
|
|
115
|
+
import { Block as fi } from "./components/layout/block/block.js";
|
|
116
|
+
import { Col as si } from "./components/layout/col/col.js";
|
|
117
|
+
import { Container as ui } from "./components/layout/container/container.js";
|
|
118
|
+
import { Footer as ci, FooterLink as Ti, FooterLinkSection as Ci, GearboxFooter as Si } from "./components/layout/footer/footer.js";
|
|
119
|
+
import { Grid as Li } from "./components/layout/grid/grid.js";
|
|
120
|
+
import { Header as Ai, useMobileMenu as Ii } from "./components/layout/header/header.js";
|
|
121
|
+
import { Layout as Bi } from "./components/layout/layout/layout.js";
|
|
122
|
+
import { LegalDisclaimer as Fi } from "./components/layout/legal-disclaimer/legal-disclaimer.js";
|
|
123
|
+
import { PageLayout as ki } from "./components/layout/page-layout/page-layout.js";
|
|
124
|
+
import { SocialIcons as vi } from "./components/layout/social-icons/social-icons.js";
|
|
125
|
+
import { BlockedRegionDialog as Ei, LegalAgreementDialog as Gi, createGearboxAppConfig as yi, createLegalAgreementConfig as Hi, createPermissionlessInterfaceConfig as Ri, createPermissionlessSafeConfig as Ni } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
126
|
+
import { Link as _i } from "./components/link/link.js";
|
|
127
|
+
import { LiquidationModellingAssetsTable as Wi } from "./components/liquidation/liquidation-assets-table/liquidation-assets-table.js";
|
|
128
|
+
import { LiquidationGraph as Xi } from "./components/liquidation/liquidation-graph/liquidation-graph.js";
|
|
129
|
+
import { LiquidationGraphLegend as zi } from "./components/liquidation/liquidation-graph-legend/liquidation-graph-legend.js";
|
|
130
|
+
import { LiquidationGraphTip as Yi } 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 $i } from "./components/loader/loader.js";
|
|
133
|
+
import { LoaderGuard as ep } from "./components/loader-guard/loader-guard.js";
|
|
134
|
+
import { Loading as tp } from "./components/loading/loading.js";
|
|
135
|
+
import { LoadingBar as ip } from "./components/loading-bar/loading-bar.js";
|
|
136
|
+
import { MarkdownViewer as np } from "./components/markdown-viewer/markdown-viewer.js";
|
|
137
|
+
import { Navbar as lp, NavbarNav as fp, navbarVariants as xp } from "./components/navbar/navbar.js";
|
|
138
|
+
import { NavbarIndicatorProvider as dp, useNavbarIndicator as up } from "./components/navbar/navbar-indicator-context.js";
|
|
139
|
+
import { NavbarWithOverflow as cp } from "./components/navbar/navbar-with-overflow.js";
|
|
140
|
+
import { NavBarLogo as Cp } from "./components/navbar-logo/navbar-logo.js";
|
|
141
|
+
import { NavigationProvider as bp, useNavigationAdapter as Lp } from "./components/navigation-context/navigation-context.js";
|
|
142
|
+
import { NavItem as Ap, navitemVariants as Ip } from "./components/navitem/navitem.js";
|
|
143
|
+
import { NetworkIcon as Bp } from "./components/network-icon/network-icon.js";
|
|
144
|
+
import { NotFound as Fp } from "./components/not-found/not-found.js";
|
|
145
|
+
import { OptionsItem as kp, OptionsList as Pp } from "./components/options-list/options-list.js";
|
|
146
|
+
import { Overflow as Mp, OverflowWrap as Ep } from "./components/overflow/overflow.js";
|
|
147
|
+
import { OverflowContainer as yp } from "./components/overflow-container/overflow-container.js";
|
|
148
|
+
import { PageTitle as Rp, pageTitleRootVariants as Np, pageTitleVariants as Op } from "./components/page-title/page-title.js";
|
|
149
|
+
import { PercentIndicator as Up } from "./components/percent-indicator/percent-indicator.js";
|
|
150
|
+
import { PointsIcon as qp } 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 Qp } from "./components/pool-indicator-icon/pool-indicator-icon.js";
|
|
153
|
+
import { PoolPointsIndicator as Kp } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
154
|
+
import { Progress as Jp } from "./components/progress/progress.js";
|
|
155
|
+
import { ProgressBar as rn, hfToBarIndex as en } from "./components/progress-bar/progress-bar.js";
|
|
156
|
+
import { ProgressCircle as tn } from "./components/progress-circle/progress-circle.js";
|
|
157
|
+
import { RadioGroup as pn, RadioGroupItem as nn, RadioOption as mn } from "./components/radio-group/radio-group.js";
|
|
158
|
+
import { RoundedImage as fn } from "./components/rounded-image/rounded-image.js";
|
|
159
|
+
import { Row as sn } from "./components/row/row.js";
|
|
160
|
+
import { SearchBar as un } from "./components/search-bar/search-bar.js";
|
|
161
|
+
import { SearchLine as cn, WithSearchLine as Tn, searchLineInputVariants as Cn, searchLineVariants as Sn } from "./components/search-line/search-line.js";
|
|
162
|
+
import { SegmentedControl as Ln, segmentedControlVariants as Dn } from "./components/segmented-control/segmented-control.js";
|
|
163
|
+
import { Select as In, SelectContent as hn, SelectGroup as Bn, SelectItem as Vn, SelectLabel as Fn, SelectScrollDownButton as wn, SelectScrollUpButton as kn, SelectSeparator as Pn, SelectTrigger as vn, SelectValue as Mn, selectTriggerVariants as En } from "./components/select/select.js";
|
|
164
|
+
import { SeparateLine as yn } from "./components/separate-line/separate-line.js";
|
|
165
|
+
import { Separator as Rn } from "./components/separator/separator.js";
|
|
166
|
+
import { ShortString as On } from "./components/short-string/short-string.js";
|
|
167
|
+
import { ConfirmationItem as Un } from "./components/signatures/confirmation-item.js";
|
|
168
|
+
import { Identicon as qn } from "./components/signatures/identicon.js";
|
|
169
|
+
import { VerticalTimeline as Zn } from "./components/signatures/vertical-timeline.js";
|
|
170
|
+
import { SimpleAccordion as Qn, SimpleAccordionItem as Yn } from "./components/simple-accordion/simple-accordion.js";
|
|
171
|
+
import { SimpleDropdown as jn } from "./components/simple-dropdown/simple-dropdown.js";
|
|
172
|
+
import { SimpleDropdownMenuItem as $n } from "./components/simple-dropdown/simple-dropdown-menu-item.js";
|
|
173
|
+
import { Skeleton as em, skeletonVariants as om } from "./components/skeleton/skeleton.js";
|
|
174
|
+
import { SkeletonStack as am } from "./components/skeleton/skeleton-stack.js";
|
|
175
|
+
import { Slider as pm } from "./components/slider/slider.js";
|
|
176
|
+
import { SliderProvider as mm, useSliderContext as lm } from "./components/slider/slider-context.js";
|
|
177
|
+
import { SliderMark as xm } from "./components/slider/slider-mark.js";
|
|
178
|
+
import { SliderTrack as dm } from "./components/slider/slider-track.js";
|
|
179
|
+
import { makeMarkerPoints as gm, validateMarkerPoints as cm } from "./components/slider/slider-utils.js";
|
|
180
|
+
import { THEME_COLOR_MAP as Cm, THUMB_HALF as Sm, THUMB_SIZE as bm, getIntervalBounds as Lm, getThumbInBoundsOffset as Dm, resolveColor as Am } from "./components/slider/types.js";
|
|
181
|
+
import { SliderToken as hm } from "./components/slider-token/slider-token.js";
|
|
182
|
+
import { SliderTokenLabel as Vm } from "./components/slider-token/slider-token-label.js";
|
|
183
|
+
import { makeSliderTokenMarkerPoints as wm, mergeCloseMarkers as km } from "./components/slider-token/slider-token-utils.js";
|
|
184
|
+
import { BalanceIndicator as vm } from "./components/smart-number-input/balance-indicator.js";
|
|
185
|
+
import { SmartNumberInput as Em } from "./components/smart-number-input/smart-number-input.js";
|
|
186
|
+
import { Spinner as ym, SpinnerOverlay as Hm } from "./components/spinner/spinner.js";
|
|
187
|
+
import { SpinnerLoader as Nm } from "./components/spinner-loader/spinner-loader.js";
|
|
188
|
+
import { SplitList as _m } from "./components/split-list/split-list.js";
|
|
189
|
+
import { StatBadge as Wm, StatBadgeGrid as qm, statBadgeContentVariants as Xm, statBadgeGridVariants as Zm, statBadgeTitleVariants as zm, statBadgeVariants as Qm } from "./components/stat-badge/stat-badge.js";
|
|
190
|
+
import { StatusDot as Km, statusDotVariants as jm } from "./components/status-dot/status-dot.js";
|
|
191
|
+
import { HealthDot as $m, StatusBars as rl } from "./components/status-elements/status-elements.js";
|
|
192
|
+
import { StatusTriangle as ol } from "./components/status-triangle/status-triangle.js";
|
|
193
|
+
import { Stepper as al } from "./components/stepper/stepper.js";
|
|
194
|
+
import { StyledDropdown as pl } from "./components/styled-dropdown/styled-dropdown.js";
|
|
195
|
+
import { Switch as ml } from "./components/switch/switch.js";
|
|
196
|
+
import { TabControl as fl, TabItem as xl, useHashTabs as sl, useSectionTab as dl, useTabControl as ul } from "./components/tab-control/tab-control.js";
|
|
197
|
+
import { EditButton as cl } from "./components/table/edit-button.js";
|
|
198
|
+
import { GridTableCellAsset as Cl, GridTableCellUpdatable as Sl, GridTableEditable as bl } from "./components/table/editable-grid-table.js";
|
|
199
|
+
import { TableCellAsset as Dl, TableCellUpdatable as Al, TableEditable as Il } from "./components/table/editable-table.js";
|
|
200
|
+
import { GridErrorLine as Bl } from "./components/table/grid-error-line.js";
|
|
201
|
+
import { GridLoadingLine as Fl } from "./components/table/grid-loading-line.js";
|
|
202
|
+
import { GridTable as kl, GridTableBody as Pl, GridTableCaption as vl, GridTableCell as Ml, GridTableFooter as El, GridTableHead as Gl, GridTableHeader as yl, GridTableRow as Hl, Td as Rl, Th as Nl, gridTableCellVariants as Ol, gridTableHeadVariants as _l, gridTableVariants as Ul } from "./components/table/grid-table.js";
|
|
203
|
+
import { GridTableLoader as ql } from "./components/table/grid-table-loader.js";
|
|
204
|
+
import { SortingTableHead as Zl, Table as zl, TableBody as Ql, TableCaption as Yl, TableCell as Kl, TableFooter as jl, TableHead as Jl, TableHeader as $l, TableRow as rf, tableCellVariants as ef, tableHeadVariants as of, tableVariants as tf } from "./components/table/table.js";
|
|
205
|
+
import { TableLoader as pf } from "./components/table/table-loader.js";
|
|
206
|
+
import { TableLoaderGuard as mf } from "./components/table/table-loader-guard.js";
|
|
207
|
+
import { TableCellSm as ff, TableLineSm as xf } from "./components/table/table-sm.js";
|
|
208
|
+
import { UpdatedValue as df } from "./components/table/updated-value.js";
|
|
209
|
+
import { Tabs as gf, TabsContent as cf, TabsList as Tf, TabsTrigger as Cf } from "./components/tabs/tabs.js";
|
|
210
|
+
import { TextButton as bf } from "./components/text-button/text-button.js";
|
|
211
|
+
import { Textarea as Df, textareaVariants as Af } from "./components/textarea/textarea.js";
|
|
212
|
+
import { ThemeProvider as hf, useTheme as Bf } from "./components/theme-provider.js";
|
|
213
|
+
import { ThemeToggle as Ff } from "./components/theme-toggle/theme-toggle.js";
|
|
214
|
+
import { TimeToLiquidation as kf } from "./components/time-to-liquidation/time-to-liquidation.js";
|
|
215
|
+
import { TipCard as vf, tipCardVariants as Mf } from "./components/tip-card/tip-card.js";
|
|
216
|
+
import { Toggle as Gf, toggleTrackVariants as yf } from "./components/toggle/toggle.js";
|
|
217
|
+
import { TokenIcon as Rf, preloadTokenIcons as Nf } from "./components/token-icon/token-icon.js";
|
|
218
|
+
import { TokenSymbol as _f, getSymbolOrIcon as Uf } from "./components/token-symbol/token-symbol.js";
|
|
219
|
+
import { TokenTemplate as qf } from "./components/token-template/token-template.js";
|
|
220
|
+
import { SimpleTooltip as Zf } from "./components/tooltip/simple-tooltip.js";
|
|
221
|
+
import { Tooltip as Qf, TooltipContent as Yf, TooltipProvider as Kf, TooltipTrigger as jf } from "./components/tooltip/tooltip.js";
|
|
222
|
+
import { GraphDropdown as $f } from "./components/trading-view/graph-dropdown.js";
|
|
223
|
+
import { TradingView as ex } from "./components/trading-view/trading-view.js";
|
|
224
|
+
import { FormattedMessageTyped as tx, useIntlTyped as ax } from "./components/typed-intl/index.js";
|
|
225
|
+
import { Typography as px, typographyVariants as nx } from "./components/typography/typography.js";
|
|
226
|
+
import { VerticalIndicator as lx, verticalIndicatorVariants as fx } from "./components/vertical-indicator/vertical-indicator.js";
|
|
227
|
+
import { VerticalList as sx, verticalListVariants as dx } from "./components/vertical-list/vertical-list.js";
|
|
228
|
+
import { VSpace as gx } from "./components/vspace/vspace.js";
|
|
229
|
+
import { WithCopy as Tx } from "./components/with-copy/with-copy.js";
|
|
230
|
+
import { WithFilterButton as Sx } from "./components/with-filter-button/with-filter-button.js";
|
|
231
|
+
import { WithTitle as Lx } from "./components/with-title/with-title.js";
|
|
232
|
+
import { designTokens as Ax } from "./configs/design-tokens.js";
|
|
233
|
+
import { interactiveVariants as hx, paddingVariants as Bx, sizeVariants as Vx, stateVariants as Fx } from "./configs/variants.js";
|
|
234
|
+
import { useCheckboxSelect as kx } from "./hooks/use-checkbox-select.js";
|
|
235
|
+
import { useControllableState as vx } from "./hooks/use-controllable-state.js";
|
|
236
|
+
import { useDebounce as Ex } from "./hooks/use-debounce.js";
|
|
237
|
+
import { useDebounceCall as yx } from "./hooks/use-debounce-call.js";
|
|
238
|
+
import { getSortForField as Rx, useFilterAllSelected as Nx, useRangeFilter as Ox, useSelectFilter as _x, useSort as Ux } from "./hooks/use-filter.js";
|
|
239
|
+
import { useHF as qx } from "./hooks/use-hf.js";
|
|
240
|
+
import { useEditPriceManually as Zx, useLiquidationGraphParams as zx, useLiquidationHeatmap as Qx } from "./hooks/use-liquidation/index.js";
|
|
241
|
+
import { useIsDesktop as Kx, useIsExtraSmall as jx, useIsMedium as Jx, useIsMobile as $x, useIsTablet as rs, useMediaQuery as es } from "./hooks/use-media-query.js";
|
|
242
|
+
import { useOpenedState as ts } from "./hooks/use-opened-state.js";
|
|
243
|
+
import { usePrevious as is } from "./hooks/use-previous.js";
|
|
244
|
+
import { useSmartNumberInput as ns } from "./hooks/use-smart-number-input.js";
|
|
245
|
+
import { default as ls } from "./locale/en.json.js";
|
|
246
|
+
import { generateId as xs, useFormFieldIds as ss } from "./utils/a11y.js";
|
|
247
|
+
import { bnToInputView as us } from "./utils/bn-to-input-view.js";
|
|
248
|
+
import { bnToPrettyView as cs } from "./utils/bn-to-pretty-view.js";
|
|
249
|
+
import { cn as Cs } from "./utils/cn.js";
|
|
250
|
+
import { generateColorsFromBase as bs, getCSSVariable as Ls, hexToRgba as Ds, hslToHex as As, resolveCSSColor as Is } from "./utils/colors.js";
|
|
251
|
+
import { copyToClipboard as Bs } from "./utils/copy.js";
|
|
252
|
+
import { convertPercent as Fs, formatBytecodeSize as ws, formatBytecodeVersion as ks, formatTimestamp as Ps, shortenHash as vs, significantTrunc as Ms } from "./utils/format.js";
|
|
253
|
+
import { formatAssetAmount as Gs } from "./utils/format-asset-amount.js";
|
|
254
|
+
import { formatMoney as Hs, formatMoneyAmount as Rs, formatPercentAmount as Ns, percentTemplate as Os, percentageTemplate as _s } from "./utils/format-money.js";
|
|
255
|
+
import { FORMAT_CONSTANTS as Ws, formatNumberWithSuffix as qs, formatPrice as Xs, getAdaptiveDecimals as Zs, isBelowDisplayThreshold as zs, isEffectivelyZero as Qs, toSignificantDigits as Ys } from "./utils/format-number.js";
|
|
256
|
+
import { slippageTemplate as js } from "./utils/format-slippage.js";
|
|
257
|
+
import { allLoaded as $s, loadingProgress as rd, round5 as ed } from "./utils/loading.js";
|
|
258
|
+
import { decimalsToStep as td, findClosestPoint as ad, formatWithDecimals as id, formatWithoutDecimals as pd, splitInterval as nd, validateMinMax as md } from "./utils/math.js";
|
|
259
|
+
import { getNetworkIcon as fd } from "./utils/network-icons.js";
|
|
260
|
+
import { bnToLiquidationPriceView as sd, isPositiveFloat as dd, parseInputToBN as ud, parseSmallNumber as gd } from "./utils/parse-input-to-bn.js";
|
|
261
|
+
import { pluralize as Td, selectPluralString as Cd } from "./utils/plural.js";
|
|
262
|
+
import { getAvailableRanges as bd } from "./utils/ranges.js";
|
|
263
|
+
import { extractTextFromLabel as Dd, serializeValue as Ad } from "./utils/react.js";
|
|
264
|
+
import { searchInString as hd } from "./utils/search.js";
|
|
265
|
+
import { createTokenSearchFilter as Vd, searchInToken as Fd } from "./utils/search-in-token.js";
|
|
266
|
+
import { shortSHA as kd } from "./utils/short-sha.js";
|
|
267
|
+
import { isLongString as vd, shortenString as Md } from "./utils/shorten-string.js";
|
|
268
|
+
import { negativeTokenTemplate as Gd, tokenTemplate as yd, tokenTemplateNumber as Hd, tokenTemplateString as Rd } from "./utils/templates.js";
|
|
269
|
+
import { TTL_CONSTANTS as Od, getTTLZones as _d, ttlFromTimestamp as Ud, ttlLeft as Wd, ttlLeftHuman as qd } from "./utils/ttl.js";
|
|
270
|
+
import { openInNewWindow as Zd } from "./utils/window.js";
|
|
271
|
+
import { Z_INDEX as Qd, Z_INDEX_VALUES as Yd } from "./utils/z-index.js";
|
|
272
|
+
import { CELL_BAD as jd, CELL_CURRENT as Jd, CELL_GOOD as $d, CELL_HOVERED as ru, CELL_LIQUIDATION as eu, CELL_OK as ou, DEFAULT_AXIS_MAX as tu, DEFAULT_AXIS_MIN as au, formatAxisLabel as iu, formatAxisTipLabel as pu, formatAxisTipPrice as nu, getCellClass as mu, isPointInCell as lu, useAxis as fu, useFixedAssets as xu, useIsAxisInRelativeUnits as su, useLiquidationGraphActivePrice as du, useLiquidationGraphCurrentActiveValue as uu, usePriceInNumber as gu, useWithLiquidationGraphActivePrices as cu } 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
|
+
ni as AppLogo,
|
|
301
|
+
mi 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
|
+
zt as BAD_HF,
|
|
311
311
|
xr as BackButton,
|
|
312
312
|
rr as Badge,
|
|
313
|
-
|
|
313
|
+
vm as BalanceIndicator,
|
|
314
314
|
tr as BaseLink,
|
|
315
|
-
|
|
315
|
+
fi as Block,
|
|
316
316
|
ir as BlockSync,
|
|
317
|
-
|
|
317
|
+
Ei 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
|
+
Jd as CELL_CURRENT,
|
|
323
|
+
$d as CELL_GOOD,
|
|
324
|
+
ru as CELL_HOVERED,
|
|
325
|
+
eu as CELL_LIQUIDATION,
|
|
326
|
+
ou as CELL_OK,
|
|
327
327
|
vr as Card,
|
|
328
328
|
Mr as CardContent,
|
|
329
329
|
Er as CardDescription,
|
|
@@ -334,20 +334,20 @@ export {
|
|
|
334
334
|
Xr as Carousel,
|
|
335
335
|
zr as Checkbox,
|
|
336
336
|
Yr as CheckboxLabeled,
|
|
337
|
-
|
|
337
|
+
si as Col,
|
|
338
338
|
te as ColoredText,
|
|
339
339
|
pe as ComplexInput,
|
|
340
340
|
me as CompoundAPY,
|
|
341
341
|
xe as ConfirmMenu,
|
|
342
|
-
|
|
342
|
+
Un as ConfirmationItem,
|
|
343
343
|
q as ConnectRequired,
|
|
344
|
-
|
|
344
|
+
ui 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
|
+
tu as DEFAULT_AXIS_MAX,
|
|
350
|
+
au as DEFAULT_AXIS_MIN,
|
|
351
351
|
gt as DEFAULT_OPTIONS,
|
|
352
352
|
It as DEFAULT_SERIES_COLORS,
|
|
353
353
|
ct as DEFAULT_VERTICAL_LINE,
|
|
@@ -385,9 +385,9 @@ export {
|
|
|
385
385
|
Io as DropdownMenuSubContent,
|
|
386
386
|
Bo as DropdownMenuSubTrigger,
|
|
387
387
|
no as DropdownMenuTrigger,
|
|
388
|
-
|
|
388
|
+
cl as EditButton,
|
|
389
389
|
Fo as EditInput,
|
|
390
|
-
|
|
390
|
+
ls 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
|
+
Ws as FORMAT_CONSTANTS,
|
|
399
|
+
$a as FaIcon,
|
|
400
400
|
Ro as FadeoutLoading,
|
|
401
401
|
Oo as FilterBlock,
|
|
402
402
|
Lr as FilterButton,
|
|
@@ -410,415 +410,416 @@ export {
|
|
|
410
410
|
ot as FilterModalItem,
|
|
411
411
|
at as FilterRadioItem,
|
|
412
412
|
pt as FilterSeparator,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
413
|
+
ci as Footer,
|
|
414
|
+
Ti as FooterLink,
|
|
415
|
+
Ci as FooterLinkSection,
|
|
416
416
|
ft as FormField,
|
|
417
|
-
|
|
417
|
+
tx as FormattedMessageTyped,
|
|
418
418
|
st as FormattedNumberString,
|
|
419
|
-
|
|
420
|
-
|
|
419
|
+
Qt as GOOD_HF,
|
|
420
|
+
Si as GearboxFooter,
|
|
421
421
|
ht as Graph,
|
|
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
|
-
|
|
422
|
+
wt as GraphCurrentValue,
|
|
423
|
+
$f as GraphDropdown,
|
|
424
|
+
Pt as GraphTooltip,
|
|
425
|
+
Mt as GraphView,
|
|
426
|
+
Et as GraphViewWithData,
|
|
427
|
+
Li as Grid,
|
|
428
|
+
Bl as GridErrorLine,
|
|
429
|
+
Fl as GridLoadingLine,
|
|
430
|
+
Ot as GridTDCell,
|
|
431
|
+
kl as GridTable,
|
|
432
|
+
Pl as GridTableBody,
|
|
433
|
+
vl as GridTableCaption,
|
|
434
|
+
Ml as GridTableCell,
|
|
435
|
+
Cl as GridTableCellAsset,
|
|
436
|
+
Sl as GridTableCellUpdatable,
|
|
437
|
+
bl as GridTableEditable,
|
|
438
|
+
El as GridTableFooter,
|
|
439
|
+
Gl as GridTableHead,
|
|
440
|
+
yl as GridTableHeader,
|
|
441
|
+
ql as GridTableLoader,
|
|
442
|
+
Hl as GridTableRow,
|
|
443
|
+
Ut as Guard,
|
|
444
|
+
qt as HeadCell,
|
|
445
|
+
Ai as Header,
|
|
446
|
+
$m as HealthDot,
|
|
447
|
+
Yt as HealthFactor,
|
|
448
|
+
Jt as HelpCenterContainer,
|
|
449
|
+
ra as HelpSection,
|
|
450
|
+
ea as HelpSections,
|
|
451
|
+
ta as HelpTip,
|
|
452
|
+
aa as HelpTipIcon,
|
|
453
|
+
na as HideOn,
|
|
454
|
+
fa as HorizontalIndicator,
|
|
455
|
+
sa as IconButton,
|
|
456
|
+
qn as Identicon,
|
|
457
|
+
ei as Input,
|
|
458
|
+
ai as Label,
|
|
459
|
+
Bi as Layout,
|
|
460
|
+
Gi as LegalAgreementDialog,
|
|
461
|
+
Fi as LegalDisclaimer,
|
|
462
|
+
_i as Link,
|
|
463
|
+
Xi as LiquidationGraph,
|
|
464
|
+
zi as LiquidationGraphLegend,
|
|
465
|
+
Yi as LiquidationGraphTip,
|
|
466
|
+
Wi as LiquidationModellingAssetsTable,
|
|
467
|
+
ji as LiquidationPrice,
|
|
468
|
+
$i as Loader,
|
|
469
|
+
ep as LoaderGuard,
|
|
470
|
+
tp as Loading,
|
|
471
|
+
ip as LoadingBar,
|
|
472
|
+
np as MarkdownViewer,
|
|
473
473
|
Fe as Modal,
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
474
|
+
Cp as NavBarLogo,
|
|
475
|
+
Ap as NavItem,
|
|
476
|
+
lp as Navbar,
|
|
477
|
+
dp as NavbarIndicatorProvider,
|
|
478
|
+
fp as NavbarNav,
|
|
479
|
+
cp as NavbarWithOverflow,
|
|
480
480
|
Ar as NavigationButton,
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
481
|
+
bp as NavigationProvider,
|
|
482
|
+
Bp as NetworkIcon,
|
|
483
|
+
Fp as NotFound,
|
|
484
484
|
Je as OneFieldDialog,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
485
|
+
kp as OptionsItem,
|
|
486
|
+
Pp as OptionsList,
|
|
487
|
+
Mp as Overflow,
|
|
488
|
+
yp as OverflowContainer,
|
|
489
|
+
Ep as OverflowWrap,
|
|
490
|
+
ki as PageLayout,
|
|
491
|
+
Rp as PageTitle,
|
|
492
|
+
Up as PercentIndicator,
|
|
493
|
+
qp as PointsIcon,
|
|
494
|
+
Zp as PoolAPYTooltip,
|
|
495
|
+
Qp as PoolIndicatorIcon,
|
|
496
|
+
Kp as PoolPointsIndicator,
|
|
497
497
|
be as PoolRewardsIcon,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
498
|
+
Jp as Progress,
|
|
499
|
+
rn as ProgressBar,
|
|
500
|
+
tn as ProgressCircle,
|
|
501
|
+
pn as RadioGroup,
|
|
502
|
+
nn as RadioGroupItem,
|
|
503
|
+
mn as RadioOption,
|
|
504
504
|
hr as RangeButtons,
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
fn as RoundedImage,
|
|
506
|
+
sn 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
|
+
un as SearchBar,
|
|
509
|
+
cn as SearchLine,
|
|
510
|
+
Ln as SegmentedControl,
|
|
511
|
+
In as Select,
|
|
512
|
+
hn as SelectContent,
|
|
513
|
+
Bn as SelectGroup,
|
|
514
|
+
Vn as SelectItem,
|
|
515
|
+
Fn as SelectLabel,
|
|
516
|
+
wn as SelectScrollDownButton,
|
|
517
|
+
kn as SelectScrollUpButton,
|
|
518
|
+
Pn as SelectSeparator,
|
|
519
|
+
vn as SelectTrigger,
|
|
520
|
+
Mn as SelectValue,
|
|
521
|
+
yn as SeparateLine,
|
|
522
|
+
Rn as Separator,
|
|
523
|
+
On as ShortString,
|
|
524
|
+
ma 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
|
+
Qn as SimpleAccordion,
|
|
527
|
+
Yn as SimpleAccordionItem,
|
|
528
|
+
jn as SimpleDropdown,
|
|
529
|
+
$n as SimpleDropdownMenuItem,
|
|
530
|
+
Xt as SimpleHeadCell,
|
|
531
|
+
Zf as SimpleTooltip,
|
|
532
|
+
em as Skeleton,
|
|
533
|
+
am as SkeletonStack,
|
|
534
|
+
pm as Slider,
|
|
535
|
+
xm as SliderMark,
|
|
536
|
+
mm as SliderProvider,
|
|
537
|
+
hm as SliderToken,
|
|
538
|
+
Vm as SliderTokenLabel,
|
|
539
|
+
dm as SliderTrack,
|
|
540
|
+
Em as SmartNumberInput,
|
|
541
|
+
vi as SocialIcons,
|
|
542
|
+
Zl as SortingTableHead,
|
|
543
|
+
ym as Spinner,
|
|
544
|
+
Nm as SpinnerLoader,
|
|
545
|
+
Hm as SpinnerOverlay,
|
|
546
|
+
_m as SplitList,
|
|
547
|
+
Wm as StatBadge,
|
|
548
|
+
qm as StatBadgeGrid,
|
|
549
|
+
rl as StatusBars,
|
|
550
|
+
Km as StatusDot,
|
|
551
|
+
ol as StatusTriangle,
|
|
552
|
+
al as Stepper,
|
|
553
553
|
jr as StyledButton,
|
|
554
554
|
$r as StyledDialogContainer,
|
|
555
|
-
|
|
555
|
+
pl as StyledDropdown,
|
|
556
556
|
ee as StyledRoundedImage,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
557
|
+
ml as Switch,
|
|
558
|
+
Cm as THEME_COLOR_MAP,
|
|
559
|
+
Sm as THUMB_HALF,
|
|
560
|
+
bm as THUMB_SIZE,
|
|
561
|
+
Od 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
|
+
fl as TabControl,
|
|
564
|
+
xl as TabItem,
|
|
565
|
+
zl as Table,
|
|
566
|
+
Ql as TableBody,
|
|
567
|
+
Yl as TableCaption,
|
|
568
|
+
Kl as TableCell,
|
|
569
|
+
Dl as TableCellAsset,
|
|
570
|
+
ff as TableCellSm,
|
|
571
|
+
Al as TableCellUpdatable,
|
|
572
|
+
Il as TableEditable,
|
|
573
|
+
jl as TableFooter,
|
|
574
|
+
Jl as TableHead,
|
|
575
|
+
$l as TableHeader,
|
|
576
|
+
xf as TableLineSm,
|
|
577
|
+
pf as TableLoader,
|
|
578
|
+
mf as TableLoaderGuard,
|
|
579
|
+
rf as TableRow,
|
|
580
|
+
gf as Tabs,
|
|
581
|
+
cf as TabsContent,
|
|
582
|
+
Tf as TabsList,
|
|
583
|
+
Cf as TabsTrigger,
|
|
584
|
+
Rl as Td,
|
|
585
|
+
bf as TextButton,
|
|
586
|
+
Df as Textarea,
|
|
587
|
+
Nl as Th,
|
|
588
|
+
hf as ThemeProvider,
|
|
589
|
+
Ff as ThemeToggle,
|
|
590
|
+
kf as TimeToLiquidation,
|
|
591
|
+
vf as TipCard,
|
|
592
|
+
ia as TipWrap,
|
|
593
|
+
Gf as Toggle,
|
|
594
|
+
Rf as TokenIcon,
|
|
595
|
+
_f as TokenSymbol,
|
|
596
|
+
qf as TokenTemplate,
|
|
597
|
+
Qf as Tooltip,
|
|
598
|
+
Yf as TooltipContent,
|
|
599
|
+
Kf as TooltipProvider,
|
|
600
|
+
jf as TooltipTrigger,
|
|
601
|
+
ex as TradingView,
|
|
602
|
+
px as Typography,
|
|
603
|
+
df as UpdatedValue,
|
|
604
|
+
gx as VSpace,
|
|
605
|
+
Rt as VertLine,
|
|
606
|
+
lx as VerticalIndicator,
|
|
607
|
+
sx as VerticalList,
|
|
608
|
+
Zn as VerticalTimeline,
|
|
609
|
+
Tx as WithCopy,
|
|
610
|
+
Sx as WithFilterButton,
|
|
611
|
+
Tn as WithSearchLine,
|
|
612
|
+
Lx as WithTitle,
|
|
613
|
+
Qd as Z_INDEX,
|
|
614
|
+
Yd as Z_INDEX_VALUES,
|
|
615
615
|
m as alertBadgeVariants,
|
|
616
|
-
|
|
616
|
+
$s as allLoaded,
|
|
617
617
|
sr as backButtonVariants,
|
|
618
618
|
er as badgeVariants,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
619
|
+
us as bnToInputView,
|
|
620
|
+
sd as bnToLiquidationPriceView,
|
|
621
|
+
cs as bnToPrettyView,
|
|
622
622
|
gr as buttonVariants,
|
|
623
623
|
kr as cardGridVariants,
|
|
624
|
-
|
|
624
|
+
Cs 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
|
+
Fs as convertPercent,
|
|
627
|
+
Bs as copyToClipboard,
|
|
628
|
+
yi as createGearboxAppConfig,
|
|
629
|
+
Hi as createLegalAgreementConfig,
|
|
630
|
+
Ri as createPermissionlessInterfaceConfig,
|
|
631
|
+
Ni as createPermissionlessSafeConfig,
|
|
632
|
+
Vd as createTokenSearchFilter,
|
|
633
|
+
td as decimalsToStep,
|
|
634
|
+
Ax as designTokens,
|
|
635
|
+
Dd as extractTextFromLabel,
|
|
636
|
+
ga as faArrowDown,
|
|
637
|
+
ca as faArrowLeft,
|
|
638
|
+
Ta as faArrowRight,
|
|
639
|
+
Ca as faArrowUp,
|
|
640
|
+
Sa as faArrowsUpDown,
|
|
641
|
+
ba as faBars,
|
|
642
|
+
La as faBolt,
|
|
643
|
+
Da as faCaretDown,
|
|
644
|
+
Aa as faCaretLeft,
|
|
645
|
+
Ia as faCaretRight,
|
|
646
|
+
ha as faCaretUp,
|
|
647
|
+
Ba as faCheck,
|
|
648
|
+
Va as faChevronLeft,
|
|
649
|
+
Fa as faChevronRight,
|
|
650
|
+
wa as faCircle,
|
|
651
|
+
ka as faCircleCheck,
|
|
652
|
+
Pa as faCircleExclamation,
|
|
653
|
+
va as faCirclePlus,
|
|
654
|
+
Ma as faCircleQuestion,
|
|
655
|
+
Ea as faCloud,
|
|
656
|
+
Ga as faCog,
|
|
657
|
+
ya as faCreditCard,
|
|
658
|
+
Ha as faEllipsisVertical,
|
|
659
|
+
Ra as faEnvelope,
|
|
660
|
+
Na as faKeyboard,
|
|
661
|
+
Oa as faLifeRing,
|
|
662
|
+
_a as faMagnifyingGlass,
|
|
663
|
+
Ua as faMessage,
|
|
664
|
+
Wa as faPlus,
|
|
665
|
+
qa as faRightFromBracket,
|
|
666
|
+
Xa as faTrash,
|
|
667
|
+
Za as faTriangleExclamation,
|
|
668
|
+
za as faUser,
|
|
669
|
+
Qa as faUserPlus,
|
|
670
|
+
Ya as faUsers,
|
|
671
|
+
Ka 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
|
+
ad as findClosestPoint,
|
|
675
|
+
Gs as formatAssetAmount,
|
|
676
|
+
iu as formatAxisLabel,
|
|
677
|
+
pu as formatAxisTipLabel,
|
|
678
|
+
nu as formatAxisTipPrice,
|
|
679
|
+
ws as formatBytecodeSize,
|
|
680
|
+
ks as formatBytecodeVersion,
|
|
681
|
+
Hs as formatMoney,
|
|
682
|
+
Rs as formatMoneyAmount,
|
|
683
|
+
qs as formatNumberWithSuffix,
|
|
684
|
+
Ns as formatPercentAmount,
|
|
685
|
+
Xs as formatPrice,
|
|
686
|
+
Ps as formatTimestamp,
|
|
687
|
+
id as formatWithDecimals,
|
|
688
|
+
pd as formatWithoutDecimals,
|
|
689
|
+
bs as generateColorsFromBase,
|
|
690
|
+
xs as generateId,
|
|
691
|
+
Zs as getAdaptiveDecimals,
|
|
692
|
+
bd as getAvailableRanges,
|
|
693
|
+
Ls as getCSSVariable,
|
|
694
|
+
mu as getCellClass,
|
|
695
695
|
Tt as getDefaultOptions,
|
|
696
696
|
Ct as getDefaultSeries,
|
|
697
697
|
St as getDefaultVerticalLine,
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
Kt as getHFZones,
|
|
699
|
+
Lm as getIntervalBounds,
|
|
700
|
+
fd as getNetworkIcon,
|
|
701
701
|
le as getRewardTokenSymbol,
|
|
702
702
|
Bt as getSeriesColorPalette,
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
703
|
+
Rx as getSortForField,
|
|
704
|
+
Uf as getSymbolOrIcon,
|
|
705
|
+
_d as getTTLZones,
|
|
706
|
+
Dm as getThumbInBoundsOffset,
|
|
707
|
+
Vt as getVerticalLineTooltipContent,
|
|
707
708
|
Lt as getXFormatter,
|
|
708
709
|
Dt as getYFormatter,
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
710
|
+
Gt as graphViewVariants,
|
|
711
|
+
Ol as gridTableCellVariants,
|
|
712
|
+
_l as gridTableHeadVariants,
|
|
713
|
+
Ul as gridTableVariants,
|
|
714
|
+
Ds as hexToRgba,
|
|
715
|
+
en as hfToBarIndex,
|
|
716
|
+
As as hslToHex,
|
|
717
|
+
da as iconButtonVariants,
|
|
718
|
+
oi as inputVariants,
|
|
719
|
+
hx as interactiveVariants,
|
|
720
|
+
zs as isBelowDisplayThreshold,
|
|
721
|
+
Qs as isEffectivelyZero,
|
|
722
|
+
vd as isLongString,
|
|
723
|
+
lu as isPointInCell,
|
|
724
|
+
dd as isPositiveFloat,
|
|
725
|
+
ii as labelVariants,
|
|
726
|
+
rd as loadingProgress,
|
|
727
|
+
gm as makeMarkerPoints,
|
|
728
|
+
wm as makeSliderTokenMarkerPoints,
|
|
729
|
+
km as mergeCloseMarkers,
|
|
730
|
+
xp as navbarVariants,
|
|
731
|
+
Ip as navitemVariants,
|
|
732
|
+
Gd as negativeTokenTemplate,
|
|
733
|
+
Zd as openInNewWindow,
|
|
734
|
+
Bx as paddingVariants,
|
|
735
|
+
Np as pageTitleRootVariants,
|
|
736
|
+
Op as pageTitleVariants,
|
|
737
|
+
ud as parseInputToBN,
|
|
738
|
+
gd as parseSmallNumber,
|
|
739
|
+
Os as percentTemplate,
|
|
740
|
+
_s as percentageTemplate,
|
|
741
|
+
Td as pluralize,
|
|
742
|
+
Nf as preloadTokenIcons,
|
|
743
|
+
Is as resolveCSSColor,
|
|
744
|
+
Am as resolveColor,
|
|
745
|
+
ed as round5,
|
|
746
|
+
hd as searchInString,
|
|
747
|
+
Fd as searchInToken,
|
|
748
|
+
Cn as searchLineInputVariants,
|
|
749
|
+
Sn as searchLineVariants,
|
|
750
|
+
Dn as segmentedControlVariants,
|
|
751
|
+
Cd as selectPluralString,
|
|
752
|
+
En as selectTriggerVariants,
|
|
753
|
+
Ad as serializeValue,
|
|
754
|
+
kd as shortSHA,
|
|
755
|
+
vs as shortenHash,
|
|
756
|
+
Md as shortenString,
|
|
757
|
+
Ms as significantTrunc,
|
|
758
|
+
Vx as sizeVariants,
|
|
759
|
+
om as skeletonVariants,
|
|
760
|
+
js as slippageTemplate,
|
|
761
|
+
nd as splitInterval,
|
|
762
|
+
Xm as statBadgeContentVariants,
|
|
763
|
+
Zm as statBadgeGridVariants,
|
|
764
|
+
zm as statBadgeTitleVariants,
|
|
765
|
+
Qm as statBadgeVariants,
|
|
766
|
+
Fx as stateVariants,
|
|
767
|
+
jm as statusDotVariants,
|
|
768
|
+
ef as tableCellVariants,
|
|
769
|
+
of as tableHeadVariants,
|
|
770
|
+
tf as tableVariants,
|
|
771
|
+
Af as textareaVariants,
|
|
772
|
+
Mf as tipCardVariants,
|
|
773
|
+
Ys as toSignificantDigits,
|
|
774
|
+
yf as toggleTrackVariants,
|
|
775
|
+
yd as tokenTemplate,
|
|
776
|
+
Hd as tokenTemplateNumber,
|
|
777
|
+
Rd as tokenTemplateString,
|
|
778
|
+
Ud as ttlFromTimestamp,
|
|
779
|
+
Wd as ttlLeft,
|
|
780
|
+
qd as ttlLeftHuman,
|
|
781
|
+
nx as typographyVariants,
|
|
782
|
+
fu as useAxis,
|
|
783
|
+
kx as useCheckboxSelect,
|
|
784
|
+
vx as useControllableState,
|
|
785
|
+
Ex as useDebounce,
|
|
786
|
+
yx as useDebounceCall,
|
|
787
|
+
Zx as useEditPriceManually,
|
|
788
|
+
Nx as useFilterAllSelected,
|
|
789
|
+
xu as useFixedAssets,
|
|
790
|
+
ss as useFormFieldIds,
|
|
791
|
+
yt as useGraphAside,
|
|
792
|
+
qx as useHF,
|
|
793
|
+
sl as useHashTabs,
|
|
794
|
+
ax as useIntlTyped,
|
|
795
|
+
su as useIsAxisInRelativeUnits,
|
|
796
|
+
Kx as useIsDesktop,
|
|
797
|
+
jx as useIsExtraSmall,
|
|
798
|
+
Jx as useIsMedium,
|
|
799
|
+
$x as useIsMobile,
|
|
800
|
+
rs as useIsTablet,
|
|
801
|
+
du as useLiquidationGraphActivePrice,
|
|
802
|
+
uu as useLiquidationGraphCurrentActiveValue,
|
|
803
|
+
zx as useLiquidationGraphParams,
|
|
804
|
+
Qx as useLiquidationHeatmap,
|
|
805
|
+
es as useMediaQuery,
|
|
806
|
+
Ii as useMobileMenu,
|
|
807
|
+
up as useNavbarIndicator,
|
|
808
|
+
Lp as useNavigationAdapter,
|
|
809
|
+
ts as useOpenedState,
|
|
810
|
+
is as usePrevious,
|
|
811
|
+
gu as usePriceInNumber,
|
|
812
|
+
Ox as useRangeFilter,
|
|
813
|
+
dl as useSectionTab,
|
|
814
|
+
_x as useSelectFilter,
|
|
815
|
+
lm as useSliderContext,
|
|
816
|
+
ns as useSmartNumberInput,
|
|
817
|
+
Ux as useSort,
|
|
818
|
+
ul as useTabControl,
|
|
819
|
+
Bf as useTheme,
|
|
820
|
+
cu as useWithLiquidationGraphActivePrices,
|
|
821
|
+
cm as validateMarkerPoints,
|
|
822
|
+
md as validateMinMax,
|
|
823
|
+
fx as verticalIndicatorVariants,
|
|
824
|
+
dx as verticalListVariants
|
|
824
825
|
};
|