@gearbox-protocol/ui-kit 4.0.0-next.62 → 4.0.0-next.64
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/graph.cjs +1 -1
- package/dist/cjs/components/graph/series-config.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/table/grid-table.cjs +1 -1
- package/dist/cjs/components/trading-view/constants.cjs +1 -0
- package/dist/cjs/components/trading-view/index.cjs +1 -1
- package/dist/cjs/components/trading-view/price-scale-titles.cjs +1 -0
- package/dist/cjs/components/trading-view/trading-view.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/graph/graph.js +257 -266
- package/dist/esm/components/graph/series-config.js +10 -1
- package/dist/esm/components/index.js +70 -68
- package/dist/esm/components/table/grid-table.js +94 -90
- package/dist/esm/components/trading-view/constants.js +7 -0
- package/dist/esm/components/trading-view/index.js +4 -2
- package/dist/esm/components/trading-view/price-scale-titles.js +52 -0
- package/dist/esm/components/trading-view/trading-view.js +119 -115
- package/dist/esm/index.js +124 -122
- package/dist/globals.css +1 -1
- package/dist/types/components/graph/graph.d.ts +1 -5
- package/dist/types/components/graph/series-config.d.ts +13 -0
- package/dist/types/components/table/grid-table.d.ts +0 -52
- package/dist/types/components/trading-view/constants.d.ts +4 -0
- package/dist/types/components/trading-view/index.d.ts +1 -0
- package/dist/types/components/trading-view/price-scale-titles.d.ts +16 -0
- package/dist/types/components/trading-view/trading-view.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -12,8 +12,8 @@ import { HistoryChart as b } from "./components/base/history-chart/history-chart
|
|
|
12
12
|
import { InfoLine as k, InfoList as I, PointsInfoLine as M } from "./components/base/info-list/info-list.js";
|
|
13
13
|
import { LeverageInput as w } from "./components/base/leverage-input/leverage-input.js";
|
|
14
14
|
import { LeveragePresetChipsTest as F } from "./components/base/leverage-preset-chips/constants.js";
|
|
15
|
-
import { LeveragePresetChips as
|
|
16
|
-
import { LiquidationParamsTableTest as
|
|
15
|
+
import { LeveragePresetChips as V } from "./components/base/leverage-preset-chips/leverage-preset-chips.js";
|
|
16
|
+
import { LiquidationParamsTableTest as R } from "./components/base/liquidation-params-table/constants.js";
|
|
17
17
|
import { LiquidationParamsTable as N } from "./components/base/liquidation-params-table/liquidation-params-table.js";
|
|
18
18
|
import { LiquidationPriceBlockTest as q } from "./components/base/liquidation-price-block/constants.js";
|
|
19
19
|
import { LiquidationPriceBlock as O } from "./components/base/liquidation-price-block/liquidation-price-block.js";
|
|
@@ -35,8 +35,8 @@ import { StatBadge as bo, StatBadgeGrid as Lo } from "./components/base/stat-bad
|
|
|
35
35
|
import { StrategyApyBreakdownCardTest as Io } from "./components/base/strategy-apy-breakdown-card/constants.js";
|
|
36
36
|
import { StrategyApyBreakdownCard as ho } from "./components/base/strategy-apy-breakdown-card/strategy-apy-breakdown-card.js";
|
|
37
37
|
import { Tabber as yo, TabberSection as Fo } from "./components/base/tabber/tabber.js";
|
|
38
|
-
import { useTitleText as
|
|
39
|
-
import { TimeToLiquidationBlockTest as
|
|
38
|
+
import { useTitleText as Vo } from "./components/base/text/use-title-text.js";
|
|
39
|
+
import { TimeToLiquidationBlockTest as Ro } from "./components/base/time-to-liquidation-block/constants.js";
|
|
40
40
|
import { TimeToLiquidationBlock as No } from "./components/base/time-to-liquidation-block/time-to-liquidation-block.js";
|
|
41
41
|
import { TitleMetaTest as qo } from "./components/base/title-meta/constants.js";
|
|
42
42
|
import { TitleMeta as Oo } from "./components/base/title-meta/title-meta.js";
|
|
@@ -54,7 +54,7 @@ import { ApyValue as le, HealthFactorValue as se, LeverageValue as Te, TokenBigi
|
|
|
54
54
|
import { AlertBadge as Se } from "./components/alert-badge/alert-badge.js";
|
|
55
55
|
import { AlertDialog as Be, AlertDialogAction as Pe, AlertDialogCancel as De, AlertDialogContent as Ae, AlertDialogDescription as be, AlertDialogFooter as Le, AlertDialogHeader as ke, AlertDialogTitle as Ie, AlertDialogTrigger as Me } from "./components/alert-dialog/alert-dialog.js";
|
|
56
56
|
import { AlertModal as we } from "./components/alert-modal/alert-modal.js";
|
|
57
|
-
import { AppBarDotsButton as Fe, AppBarDropdownMenu as He, AppBarHamburgerButton as
|
|
57
|
+
import { AppBarDotsButton as Fe, AppBarDropdownMenu as He, AppBarHamburgerButton as Ve, AppBarMenuItem as ve, AppBarNavItem as Re } from "./components/app-bar/app-bar.js";
|
|
58
58
|
import { AssetsListCell as Ne } from "./components/assets-list-cell/assets-list-cell.js";
|
|
59
59
|
import { Badge as qe } from "./components/badge/badge.js";
|
|
60
60
|
import { Chip as Oe, ChipTest as Ue, Chips as _e, ChipsTest as Xe } from "./components/badge/chip.js";
|
|
@@ -76,8 +76,8 @@ import { CheckboxLabeled as Lr } from "./components/checkbox/checkbox-labeled.js
|
|
|
76
76
|
import { StyledButton as Ir } from "./components/client-adapters/styled-button/styled-button.js";
|
|
77
77
|
import { StyledDialogContainer as hr } from "./components/client-adapters/styled-dialog-container/styled-dialog-container.js";
|
|
78
78
|
import { AllocationWheelTest as yr, CollateralAllocationTooltipTest as Fr } from "./components/collateral-allocation-tooltip/constants.js";
|
|
79
|
-
import { NotificationCenter as
|
|
80
|
-
import { PoolAssetsTableTest as
|
|
79
|
+
import { NotificationCenter as Vr } from "./components/composites/notification-center/notification-center.js";
|
|
80
|
+
import { PoolAssetsTableTest as Rr } from "./components/composites/pool-assets-table/constants.js";
|
|
81
81
|
import { PoolAssetsTable as Nr } from "./components/composites/pool-assets-table/pool-assets-table.js";
|
|
82
82
|
import { TransactionConfirmAmountFieldTest as qr } from "./components/composites/tx-preview/confirm/amounts/constants.js";
|
|
83
83
|
import { TransactionConfirmAmountField as Or } from "./components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js";
|
|
@@ -101,8 +101,8 @@ import { DialogDescription as kt } from "./components/dialog/dialog-description.
|
|
|
101
101
|
import { DialogFooter as Mt } from "./components/dialog/dialog-footer.js";
|
|
102
102
|
import { DialogForm as wt } from "./components/dialog/dialog-form.js";
|
|
103
103
|
import { DialogHeader as Ft } from "./components/dialog/dialog-header.js";
|
|
104
|
-
import { DialogModalContainer as
|
|
105
|
-
import { DialogTitle as
|
|
104
|
+
import { DialogModalContainer as Vt } from "./components/dialog/dialog-modal-container.js";
|
|
105
|
+
import { DialogTitle as Rt } from "./components/dialog/dialog-title.js";
|
|
106
106
|
import { OneFieldDialog as Nt } from "./components/dialog/one-field-dialog.js";
|
|
107
107
|
import { DisabledWrap as qt } from "./components/disabled-wrap/disabled-wrap.js";
|
|
108
108
|
import { DropdownMenu as Ot, DropdownMenuPortal as Ut, DropdownMenuTrigger as _t } from "./components/dropdown-menu/dropdown-menu.js";
|
|
@@ -127,8 +127,8 @@ import { Label as kp } from "./components/label/label.js";
|
|
|
127
127
|
import { AppFooter as Mp } from "./components/layout/app-footer/app-footer.js";
|
|
128
128
|
import { AppHeader as wp } from "./components/layout/app-header/app-header.js";
|
|
129
129
|
import { Col as Fp } from "./components/layout/col/col.js";
|
|
130
|
-
import { Container as
|
|
131
|
-
import { Grid as
|
|
130
|
+
import { Container as Vp } from "./components/layout/container/container.js";
|
|
131
|
+
import { Grid as Rp } from "./components/layout/grid/grid.js";
|
|
132
132
|
import { Layout as Np } from "./components/layout/layout/layout.js";
|
|
133
133
|
import { BlockedRegionDialog as qp, LegalAgreementDialog as Gp } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
134
134
|
import { LegalAgreementLink as Up } from "./components/legal-agreement/legal-agreement-link.js";
|
|
@@ -151,8 +151,8 @@ import { SegmentedControl as Da } from "./components/segmented-control/segmented
|
|
|
151
151
|
import { Select as ba, SelectContent as La, SelectItem as ka, SelectTrigger as Ia, SelectValue as Ma } from "./components/select/select.js";
|
|
152
152
|
import { SeparateLine as wa } from "./components/separate-line/separate-line.js";
|
|
153
153
|
import { ShortString as Fa } from "./components/short-string/short-string.js";
|
|
154
|
-
import { SimpleDropdown as
|
|
155
|
-
import { SimpleDropdownMenuItem as
|
|
154
|
+
import { SimpleDropdown as Va } from "./components/simple-dropdown/simple-dropdown.js";
|
|
155
|
+
import { SimpleDropdownMenuItem as Ra } from "./components/simple-dropdown/simple-dropdown-menu-item.js";
|
|
156
156
|
import { Skeleton as Na } from "./components/skeleton/skeleton.js";
|
|
157
157
|
import { SkeletonStack as qa } from "./components/skeleton/skeleton-stack.js";
|
|
158
158
|
import { SliderTest as Oa } from "./components/slider/constants.js";
|
|
@@ -172,49 +172,50 @@ import { TokenSymbol as Dm } from "./components/token-symbol/token-symbol.js";
|
|
|
172
172
|
import { TokenTemplate as bm } from "./components/token-template/token-template.js";
|
|
173
173
|
import { SimpleTooltip as km } from "./components/tooltip/simple-tooltip.js";
|
|
174
174
|
import { Tooltip as Mm, TooltipContent as hm, TooltipProvider as wm, TooltipTrigger as ym } from "./components/tooltip/tooltip.js";
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
175
|
+
import { TradingViewTest as Hm } from "./components/trading-view/constants.js";
|
|
176
|
+
import { TradingView as vm } from "./components/trading-view/trading-view.js";
|
|
177
|
+
import { TruncatedText as Em } from "./components/truncated-text/truncated-text.js";
|
|
178
|
+
import { FormattedMessageTyped as Wm, useIntlTyped as qm } from "./components/typed-intl/index.js";
|
|
179
|
+
import { Typography as Om } from "./components/typography/typography.js";
|
|
180
|
+
import { VerticalIndicator as _m } from "./components/vertical-indicator/vertical-indicator.js";
|
|
181
|
+
import { VSpace as Ym } from "./components/vspace/vspace.js";
|
|
182
|
+
import { WithCopy as zm } from "./components/with-copy/with-copy.js";
|
|
183
|
+
import { ApyBreakdownTooltip as jm } from "./components/yield-breakdown-tooltip/yield-breakdown-tooltip.js";
|
|
184
|
+
import { useDebounceCall as Km } from "./hooks/use-debounce-call.js";
|
|
185
|
+
import { getSortForFields as oi, nextMultiSortState as ei, useSort as ri } from "./hooks/use-filter.js";
|
|
186
|
+
import { useIsDesktop as pi, useIsMedium as ai, useIsMobile as mi, useMediaQuery as ii } from "./hooks/use-media-query.js";
|
|
187
|
+
import { usePrevious as fi } from "./hooks/use-previous.js";
|
|
188
|
+
import { default as li } from "./locale/en.json.js";
|
|
189
|
+
import { cn as Ti, cn as di } from "./utils/cn.js";
|
|
190
|
+
import { APPROXIMATE_SYMBOL as ui, formatTimestamp as ci, shortenHash as Si } from "./utils/format.js";
|
|
191
|
+
import { formatLeverage as Bi } from "./utils/format-leverage.js";
|
|
192
|
+
import { formatMoney as Di, percentageTemplate as Ai } from "./utils/format-money.js";
|
|
193
|
+
import { formatUsdPrice as Li } from "./utils/format-price.js";
|
|
194
|
+
import { slippageTemplate as Ii } from "./utils/format-slippage.js";
|
|
195
|
+
import { leveragePresets as hi } from "./utils/leverage-presets.js";
|
|
196
|
+
import { bnToLiquidationPriceView as yi, parseInputToBN as Fi } from "./utils/parse-input-to-bn.js";
|
|
197
|
+
import { shortenString as Vi } from "./utils/shorten-string.js";
|
|
198
|
+
import { tokenTemplateString as Ri } from "./utils/templates.js";
|
|
199
|
+
import { openInNewWindow as Ni } from "./utils/window.js";
|
|
200
|
+
import { Z_INDEX as qi } from "./utils/z-index.js";
|
|
201
|
+
import { AmountInputTest as Oi } from "./components/base/amount-input/constants.js";
|
|
202
|
+
import { DetailedPageTitleTest as _i } from "./components/base/detailed-page-title/constants.js";
|
|
203
|
+
import { DetailsViewTest as Yi } from "./components/base/details-view/constants.js";
|
|
204
|
+
import { HistoryChartTest as zi } from "./components/base/history-chart/constants.js";
|
|
205
|
+
import { InfoListTest as ji } from "./components/base/info-list/constants.js";
|
|
206
|
+
import { LeverageInputTest as Ki } from "./components/base/leverage-input/constants.js";
|
|
207
|
+
import { ManagePaneTest as on } from "./components/base/manage-pane/constants.js";
|
|
208
|
+
import { PageTitleTest as rn } from "./components/base/page-title/constants.js";
|
|
209
|
+
import { ReviewButtonTest as pn } from "./components/base/review-button/constants.js";
|
|
210
|
+
import { SectionHeadingTest as mn } from "./components/base/section-heading/constants.js";
|
|
211
|
+
import { SegmentedTabsTest as fn } from "./components/base/segmented-tabs/constants.js";
|
|
212
|
+
import { StackTest as ln } from "./components/base/stack/constants.js";
|
|
213
|
+
import { StatBadgeTest as Tn } from "./components/base/stat-badge/constants.js";
|
|
214
|
+
import { TabberTest as gn } from "./components/base/tabber/constants.js";
|
|
215
|
+
import { TokenAmountTest as cn } from "./components/base/token-amount/constants.js";
|
|
216
|
+
import { BaseTableLineTest as Cn, BaseTableTest as Bn } from "./components/base-table/constants.js";
|
|
216
217
|
export {
|
|
217
|
-
|
|
218
|
+
ui as APPROXIMATE_SYMBOL,
|
|
218
219
|
Se as AlertBadge,
|
|
219
220
|
Be as AlertDialog,
|
|
220
221
|
Pe as AlertDialogAction,
|
|
@@ -228,15 +229,15 @@ export {
|
|
|
228
229
|
we as AlertModal,
|
|
229
230
|
yr as AllocationWheelTest,
|
|
230
231
|
r as AmountInput,
|
|
231
|
-
|
|
232
|
+
Oi as AmountInputTest,
|
|
232
233
|
Fe as AppBarDotsButton,
|
|
233
234
|
He as AppBarDropdownMenu,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
Ve as AppBarHamburgerButton,
|
|
236
|
+
ve as AppBarMenuItem,
|
|
237
|
+
Re as AppBarNavItem,
|
|
237
238
|
Mp as AppFooter,
|
|
238
239
|
wp as AppHeader,
|
|
239
|
-
|
|
240
|
+
jm as ApyBreakdownTooltip,
|
|
240
241
|
le as ApyValue,
|
|
241
242
|
d as AsideAlignAnchor,
|
|
242
243
|
Ne as AssetsListCell,
|
|
@@ -245,8 +246,8 @@ export {
|
|
|
245
246
|
Ze as BaseLink,
|
|
246
247
|
Qe as BaseTable,
|
|
247
248
|
Je as BaseTableLine,
|
|
248
|
-
|
|
249
|
-
|
|
249
|
+
Cn as BaseTableLineTest,
|
|
250
|
+
Bn as BaseTableTest,
|
|
250
251
|
qp as BlockedRegionDialog,
|
|
251
252
|
p as BorrowRateBlock,
|
|
252
253
|
m as BorrowRateBlockTest,
|
|
@@ -270,17 +271,17 @@ export {
|
|
|
270
271
|
Fr as CollateralAllocationTooltipTest,
|
|
271
272
|
lt as CompoundAPY,
|
|
272
273
|
Tt as ConfirmMenu,
|
|
273
|
-
|
|
274
|
+
Vp as Container,
|
|
274
275
|
ir as CopyButton,
|
|
275
276
|
mp as DEFAULT_SERIES_COLORS,
|
|
276
277
|
Cr as DangerZone,
|
|
277
278
|
s as DetailedPageTitle,
|
|
278
279
|
gt as DetailedPageTitleExplorerDropdown,
|
|
279
|
-
|
|
280
|
+
_i as DetailedPageTitleTest,
|
|
280
281
|
u as DetailsView,
|
|
281
282
|
c as DetailsViewLeftPane,
|
|
282
283
|
S as DetailsViewManagePane,
|
|
283
|
-
|
|
284
|
+
Yi as DetailsViewTest,
|
|
284
285
|
Ct as Dialog,
|
|
285
286
|
Dt as DialogContainer,
|
|
286
287
|
bt as DialogContent,
|
|
@@ -288,8 +289,8 @@ export {
|
|
|
288
289
|
Mt as DialogFooter,
|
|
289
290
|
wt as DialogForm,
|
|
290
291
|
Ft as DialogHeader,
|
|
291
|
-
|
|
292
|
-
|
|
292
|
+
Vt as DialogModalContainer,
|
|
293
|
+
Rt as DialogTitle,
|
|
293
294
|
Bt as DialogTrigger,
|
|
294
295
|
qt as DisabledWrap,
|
|
295
296
|
Ot as DropdownMenu,
|
|
@@ -299,15 +300,15 @@ export {
|
|
|
299
300
|
Ut as DropdownMenuPortal,
|
|
300
301
|
_t as DropdownMenuTrigger,
|
|
301
302
|
Kt as EditInput,
|
|
302
|
-
|
|
303
|
+
li as EnglishLocale,
|
|
303
304
|
op as ErrorLineMessage,
|
|
304
305
|
Pr as ExpandableCard,
|
|
305
306
|
fr as ExternalButton,
|
|
306
307
|
Bp as FaIcon,
|
|
307
308
|
rp as FadeoutLoading,
|
|
308
|
-
|
|
309
|
+
Wm as FormattedMessageTyped,
|
|
309
310
|
pp as FormattedNumberString,
|
|
310
|
-
|
|
311
|
+
Rp as Grid,
|
|
311
312
|
Ka as GridErrorLine,
|
|
312
313
|
np as Guard,
|
|
313
314
|
up as HFIndicator,
|
|
@@ -318,25 +319,25 @@ export {
|
|
|
318
319
|
se as HealthFactorValue,
|
|
319
320
|
dp as HelpTip,
|
|
320
321
|
b as HistoryChart,
|
|
321
|
-
|
|
322
|
+
zi as HistoryChartTest,
|
|
322
323
|
Sp as IconButton,
|
|
323
324
|
Dp as InfiniteScrollWrapper,
|
|
324
325
|
k as InfoLine,
|
|
325
326
|
I as InfoList,
|
|
326
|
-
|
|
327
|
+
ji as InfoListTest,
|
|
327
328
|
bp as Input,
|
|
328
329
|
kp as Label,
|
|
329
330
|
Np as Layout,
|
|
330
331
|
Gp as LegalAgreementDialog,
|
|
331
332
|
Up as LegalAgreementLink,
|
|
332
333
|
w as LeverageInput,
|
|
333
|
-
|
|
334
|
-
|
|
334
|
+
Ki as LeverageInputTest,
|
|
335
|
+
V as LeveragePresetChips,
|
|
335
336
|
F as LeveragePresetChipsTest,
|
|
336
337
|
Te as LeverageValue,
|
|
337
338
|
Xp as Link,
|
|
338
339
|
N as LiquidationParamsTable,
|
|
339
|
-
|
|
340
|
+
R as LiquidationParamsTableTest,
|
|
340
341
|
O as LiquidationPriceBlock,
|
|
341
342
|
q as LiquidationPriceBlockTest,
|
|
342
343
|
Zp as Loader,
|
|
@@ -346,7 +347,7 @@ export {
|
|
|
346
347
|
Y as ManagePaneMessage,
|
|
347
348
|
Z as ManagePaneTab,
|
|
348
349
|
z as ManagePaneTabDropdown,
|
|
349
|
-
|
|
350
|
+
on as ManagePaneTest,
|
|
350
351
|
Jp as MarkdownText,
|
|
351
352
|
ct as Modal,
|
|
352
353
|
K as MoreAccordion,
|
|
@@ -358,18 +359,18 @@ export {
|
|
|
358
359
|
oo as NestedInfoStackTest,
|
|
359
360
|
aa as NetworkIcon,
|
|
360
361
|
jo as NoValue,
|
|
361
|
-
|
|
362
|
+
Vr as NotificationCenter,
|
|
362
363
|
Nt as OneFieldDialog,
|
|
363
364
|
po as PageHeadProvider,
|
|
364
365
|
ao as PageTitle,
|
|
365
|
-
|
|
366
|
+
rn as PageTitleTest,
|
|
366
367
|
ee as PnlValue,
|
|
367
368
|
ia as PointsIcon,
|
|
368
369
|
M as PointsInfoLine,
|
|
369
370
|
fo as PoolApyBreakdownCard,
|
|
370
371
|
io as PoolApyBreakdownCardTest,
|
|
371
372
|
Nr as PoolAssetsTable,
|
|
372
|
-
|
|
373
|
+
Rr as PoolAssetsTableTest,
|
|
373
374
|
fa as PoolPointsIndicator,
|
|
374
375
|
To as PositionAssets,
|
|
375
376
|
lo as PositionAssetsTest,
|
|
@@ -384,15 +385,15 @@ export {
|
|
|
384
385
|
la as RadioGroup,
|
|
385
386
|
sa as RadioGroupItem,
|
|
386
387
|
uo as ReviewButton,
|
|
387
|
-
|
|
388
|
+
pn as ReviewButtonTest,
|
|
388
389
|
Sa as SdkStatusPill,
|
|
389
390
|
ua as SdkStatusPillTest,
|
|
390
391
|
Ba as SearchLine,
|
|
391
392
|
So as SectionHeading,
|
|
392
|
-
|
|
393
|
+
mn as SectionHeadingTest,
|
|
393
394
|
Da as SegmentedControl,
|
|
394
395
|
Bo as SegmentedTabs,
|
|
395
|
-
|
|
396
|
+
fn as SegmentedTabsTest,
|
|
396
397
|
ba as Select,
|
|
397
398
|
La as SelectContent,
|
|
398
399
|
ka as SelectItem,
|
|
@@ -400,8 +401,8 @@ export {
|
|
|
400
401
|
Ma as SelectValue,
|
|
401
402
|
wa as SeparateLine,
|
|
402
403
|
Fa as ShortString,
|
|
403
|
-
|
|
404
|
-
|
|
404
|
+
Va as SimpleDropdown,
|
|
405
|
+
Ra as SimpleDropdownMenuItem,
|
|
405
406
|
km as SimpleTooltip,
|
|
406
407
|
Na as Skeleton,
|
|
407
408
|
qa as SkeletonStack,
|
|
@@ -410,10 +411,10 @@ export {
|
|
|
410
411
|
Ya as SpinnerLoader,
|
|
411
412
|
za as SplitList,
|
|
412
413
|
Do as Stack,
|
|
413
|
-
|
|
414
|
+
ln as StackTest,
|
|
414
415
|
bo as StatBadge,
|
|
415
416
|
Lo as StatBadgeGrid,
|
|
416
|
-
|
|
417
|
+
Tn as StatBadgeTest,
|
|
417
418
|
ho as StrategyApyBreakdownCard,
|
|
418
419
|
Io as StrategyApyBreakdownCardTest,
|
|
419
420
|
Ir as StyledButton,
|
|
@@ -422,7 +423,7 @@ export {
|
|
|
422
423
|
ja as TabControl,
|
|
423
424
|
yo as Tabber,
|
|
424
425
|
Fo as TabberSection,
|
|
425
|
-
|
|
426
|
+
gn as TabberTest,
|
|
426
427
|
om as Table,
|
|
427
428
|
em as TableBody,
|
|
428
429
|
rm as TableCell,
|
|
@@ -437,12 +438,12 @@ export {
|
|
|
437
438
|
dm as Textarea,
|
|
438
439
|
um as ThemeProvider,
|
|
439
440
|
No as TimeToLiquidationBlock,
|
|
440
|
-
|
|
441
|
+
Ro as TimeToLiquidationBlockTest,
|
|
441
442
|
Sm as TipCard,
|
|
442
443
|
Oo as TitleMeta,
|
|
443
444
|
qo as TitleMetaTest,
|
|
444
445
|
_o as TokenAmount,
|
|
445
|
-
|
|
446
|
+
cn as TokenAmountTest,
|
|
446
447
|
de as TokenBigint,
|
|
447
448
|
Bm as TokenIcon,
|
|
448
449
|
zo as TokenPairSymbol,
|
|
@@ -453,7 +454,8 @@ export {
|
|
|
453
454
|
hm as TooltipContent,
|
|
454
455
|
wm as TooltipProvider,
|
|
455
456
|
ym as TooltipTrigger,
|
|
456
|
-
|
|
457
|
+
vm as TradingView,
|
|
458
|
+
Hm as TradingViewTest,
|
|
457
459
|
Or as TransactionConfirmAmountField,
|
|
458
460
|
qr as TransactionConfirmAmountFieldTest,
|
|
459
461
|
_r as TransactionConfirmDialogTest,
|
|
@@ -466,39 +468,39 @@ export {
|
|
|
466
468
|
Kr as TransactionConfirmSuccessResultTest,
|
|
467
469
|
at as TransactionConfirmTxHashRow,
|
|
468
470
|
$r as TransactionConfirmTxHashRowTest,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
+
Em as TruncatedText,
|
|
472
|
+
Om as Typography,
|
|
471
473
|
ge as UsdValue,
|
|
472
474
|
ue as UtilizationValue,
|
|
473
|
-
|
|
475
|
+
Ym as VSpace,
|
|
474
476
|
$o as ValueTest,
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
477
|
+
_m as VerticalIndicator,
|
|
478
|
+
zm as WithCopy,
|
|
479
|
+
qi as Z_INDEX,
|
|
480
|
+
yi as bnToLiquidationPriceView,
|
|
481
|
+
Ti as cn,
|
|
482
|
+
di as default,
|
|
483
|
+
Bi as formatLeverage,
|
|
484
|
+
Di as formatMoney,
|
|
485
|
+
ci as formatTimestamp,
|
|
486
|
+
Li as formatUsdPrice,
|
|
487
|
+
oi as getSortForFields,
|
|
488
|
+
hi as leveragePresets,
|
|
489
|
+
ei as nextMultiSortState,
|
|
490
|
+
Ni as openInNewWindow,
|
|
491
|
+
Fi as parseInputToBN,
|
|
492
|
+
Ai as percentageTemplate,
|
|
493
|
+
Si as shortenHash,
|
|
494
|
+
Vi as shortenString,
|
|
495
|
+
Ii as slippageTemplate,
|
|
496
|
+
Ri as tokenTemplateString,
|
|
497
|
+
Km as useDebounceCall,
|
|
498
|
+
qm as useIntlTyped,
|
|
499
|
+
pi as useIsDesktop,
|
|
500
|
+
ai as useIsMedium,
|
|
501
|
+
mi as useIsMobile,
|
|
502
|
+
ii as useMediaQuery,
|
|
503
|
+
fi as usePrevious,
|
|
504
|
+
ri as useSort,
|
|
505
|
+
Vo as useTitleText
|
|
504
506
|
};
|