@gearbox-protocol/ui-kit 4.0.0-next.44 → 4.0.0-next.45
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/base/liquidation-price-block/liquidation-price-block.cjs +1 -1
- package/dist/cjs/components/base/position-assets/position-assets.cjs +1 -1
- package/dist/cjs/components/base/time-to-liquidation-block/time-to-liquidation-block.cjs +1 -1
- package/dist/cjs/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/utils/format.cjs +1 -1
- package/dist/cjs/utils/index.cjs +1 -1
- package/dist/esm/components/base/liquidation-price-block/liquidation-price-block.js +46 -38
- package/dist/esm/components/base/position-assets/position-assets.js +43 -40
- package/dist/esm/components/base/time-to-liquidation-block/time-to-liquidation-block.js +40 -32
- package/dist/esm/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js +26 -25
- package/dist/esm/index.js +155 -154
- package/dist/esm/utils/format.js +14 -12
- package/dist/esm/utils/index.js +76 -75
- package/dist/globals.css +1 -1
- package/dist/types/components/base/liquidation-price-block/liquidation-price-block.d.ts +8 -1
- package/dist/types/components/base/position-assets/position-assets.d.ts +7 -1
- package/dist/types/components/base/time-to-liquidation-block/time-to-liquidation-block.d.ts +8 -1
- package/dist/types/utils/format.d.ts +8 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { ChartWithSideCardTest as x } from "./components/base/chart-with-side-ca
|
|
|
7
7
|
import { DetailedPageTitle as d } from "./components/base/detailed-page-title/detailed-page-title.js";
|
|
8
8
|
import { AsideAlignAnchor as c } from "./components/base/details-view/detail-aside/detail-aside-scope.js";
|
|
9
9
|
import { DetailAsideScreenLayout as S } from "./components/base/details-view/detail-aside/detail-aside-screen-layout.js";
|
|
10
|
-
import { DetailsView as A, DetailsViewLeftPane as
|
|
10
|
+
import { DetailsView as A, DetailsViewLeftPane as P, DetailsViewManagePane as b } from "./components/base/details-view/details-view.js";
|
|
11
11
|
import { HealthFactorBlockTest as L } from "./components/base/health-factor-block/constants.js";
|
|
12
12
|
import { HealthFactorBlock as I } from "./components/base/health-factor-block/health-factor-block.js";
|
|
13
13
|
import { HistoryChart as k } from "./components/base/history-chart/history-chart.js";
|
|
@@ -29,7 +29,7 @@ import { PageHeadProvider as xe, PageTitle as Te } from "./components/base/page-
|
|
|
29
29
|
import { PoolApyBreakdownCardTest as ge } from "./components/base/pool-apy-breakdown-card/constants.js";
|
|
30
30
|
import { PoolApyBreakdownCard as ue } from "./components/base/pool-apy-breakdown-card/pool-apy-breakdown-card.js";
|
|
31
31
|
import { PositionAssetsTest as Ce } from "./components/base/position-assets/constants.js";
|
|
32
|
-
import { PositionAssets as
|
|
32
|
+
import { PositionAssets as Pe } from "./components/base/position-assets/position-assets.js";
|
|
33
33
|
import { ReviewButton as De } from "./components/base/review-button/review-button.js";
|
|
34
34
|
import { SectionHeading as Be } from "./components/base/section-heading/section-heading.js";
|
|
35
35
|
import { SEGMENTED_TABS_INACTIVE_BUTTON_CLASS as he, SegmentedTabs as ke } from "./components/base/segmented-tabs/segmented-tabs.js";
|
|
@@ -53,7 +53,7 @@ import { TokenPairSymbolTest as xo } from "./components/base/token-pair-symbol/c
|
|
|
53
53
|
import { TokenPairSymbol as go } from "./components/base/token-pair-symbol/token-pair-symbol.js";
|
|
54
54
|
import { TokenPairTitleTest as uo } from "./components/base/token-pair-title/constants.js";
|
|
55
55
|
import { TokenPairTitle as Co } from "./components/base/token-pair-title/token-pair-title.js";
|
|
56
|
-
import { PositionShortLabelTest as
|
|
56
|
+
import { PositionShortLabelTest as Po, ValueTest as bo } from "./components/base/values/constants.js";
|
|
57
57
|
import { NoValue as Lo } from "./components/base/values/no-value.js";
|
|
58
58
|
import { PnlValue as Io } from "./components/base/values/pnl-value.js";
|
|
59
59
|
import { PointsValue as ko } from "./components/base/values/points-value.js";
|
|
@@ -66,7 +66,7 @@ import { Accordion as Ko, AccordionContent as zo, AccordionItem as Yo, Accordion
|
|
|
66
66
|
import { AlertBadge as Jo, alertBadgeVariants as $o } from "./components/alert-badge/alert-badge.js";
|
|
67
67
|
import { AlertDialog as or, AlertDialogAction as rr, AlertDialogCancel as tr, AlertDialogContent as ar, AlertDialogDescription as ir, AlertDialogFooter as nr, AlertDialogHeader as pr, AlertDialogOverlay as mr, AlertDialogPortal as lr, AlertDialogTitle as fr, AlertDialogTrigger as sr } from "./components/alert-dialog/alert-dialog.js";
|
|
68
68
|
import { AlertModal as Tr } from "./components/alert-modal/alert-modal.js";
|
|
69
|
-
import { AppBar as gr, AppBarCenter as cr, AppBarCenterContent as ur, AppBarDotsButton as Sr, AppBarDropdownMenu as Cr, AppBarHamburgerButton as Ar, AppBarMenuItem as
|
|
69
|
+
import { AppBar as gr, AppBarCenter as cr, AppBarCenterContent as ur, AppBarDotsButton as Sr, AppBarDropdownMenu as Cr, AppBarHamburgerButton as Ar, AppBarMenuItem as Pr, AppBarNavItem as br, AppBarSidePanel as Dr } from "./components/app-bar/app-bar.js";
|
|
70
70
|
import { AssetsListCell as Br } from "./components/assets-list-cell/assets-list-cell.js";
|
|
71
71
|
import { Badge as hr, badgeVariants as kr } from "./components/badge/badge.js";
|
|
72
72
|
import { Chip as wr, ChipTest as Fr, Chips as Mr, ChipsTest as Er } from "./components/badge/chip.js";
|
|
@@ -84,7 +84,7 @@ import { NavigationButton as lt } from "./components/buttons/navigation-button/n
|
|
|
84
84
|
import { RangeButtons as st } from "./components/buttons/range-buttons/range-buttons.js";
|
|
85
85
|
import { TabButton as Tt } from "./components/buttons/tab-button/tab-button.js";
|
|
86
86
|
import { Card as gt, CardContent as ct, CardDescription as ut, CardFooter as St, CardHeader as Ct, CardTitle as At } from "./components/cards/card/card.js";
|
|
87
|
-
import { DangerZone as
|
|
87
|
+
import { DangerZone as bt } from "./components/cards/danger-zone/danger-zone.js";
|
|
88
88
|
import { ExpandablCall as Lt } from "./components/cards/expandable-call/expandable-call.js";
|
|
89
89
|
import { ExpandableCard as It } from "./components/cards/expandable-card/expandable-card.js";
|
|
90
90
|
import { Checkbox as kt } from "./components/checkbox/checkbox.js";
|
|
@@ -106,7 +106,7 @@ import { computeTransactionConfirmDialogLayout as na } from "./components/compos
|
|
|
106
106
|
import { TransactionConfirmDialogTest as ma, transactionConfirmDialogShellVariants as la, transactionConfirmModalContainerVariants as fa, transactionConfirmPreviewScrollVariants as sa, transactionConfirmShellContentVariants as xa } from "./components/composites/tx-preview/confirm/dialog/constants.js";
|
|
107
107
|
import { TransactionConfirmShell as da } from "./components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.js";
|
|
108
108
|
import { TransactionConfirmExecuteButton as ca } from "./components/composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.js";
|
|
109
|
-
import { TransactionConfirmExecuteButtonTest as Sa, TransactionConfirmFailureResultTest as Ca, TransactionConfirmSuccessResultTest as Aa, TransactionConfirmTxHashRowTest as
|
|
109
|
+
import { TransactionConfirmExecuteButtonTest as Sa, TransactionConfirmFailureResultTest as Ca, TransactionConfirmSuccessResultTest as Aa, TransactionConfirmTxHashRowTest as Pa } from "./components/composites/tx-preview/confirm/result/constants.js";
|
|
110
110
|
import { TransactionConfirmFailureResult as Da } from "./components/composites/tx-preview/confirm/result/TransactionConfirmFailureResult.js";
|
|
111
111
|
import { TransactionConfirmSuccessIcon as Ba } from "./components/composites/tx-preview/confirm/result/TransactionConfirmSuccessIcon.js";
|
|
112
112
|
import { TransactionConfirmSuccessResult as ha } from "./components/composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.js";
|
|
@@ -132,7 +132,7 @@ import { DialogOverlay as di } from "./components/dialog/dialog-overlay.js";
|
|
|
132
132
|
import { DialogTitle as ci } from "./components/dialog/dialog-title.js";
|
|
133
133
|
import { OneFieldDialog as Si } from "./components/dialog/one-field-dialog.js";
|
|
134
134
|
import { DisabledWrap as Ai } from "./components/disabled-wrap/disabled-wrap.js";
|
|
135
|
-
import { DropdownMenu as
|
|
135
|
+
import { DropdownMenu as bi, DropdownMenuGroup as Di, DropdownMenuPortal as Li, DropdownMenuRadioGroup as Bi, DropdownMenuSub as Ii, DropdownMenuTrigger as hi } from "./components/dropdown-menu/dropdown-menu.js";
|
|
136
136
|
import { DropdownMenuCheckboxItem as Vi } from "./components/dropdown-menu/dropdown-menu-checkbox-item.js";
|
|
137
137
|
import { DropdownMenuContent as Fi } from "./components/dropdown-menu/dropdown-menu-content.js";
|
|
138
138
|
import { DropdownMenuItem as Ei } from "./components/dropdown-menu/dropdown-menu-item.js";
|
|
@@ -156,7 +156,7 @@ import { FilterLabel as dn } from "./components/filter/filter-label.js";
|
|
|
156
156
|
import { FilterModal as cn } from "./components/filter/filter-modal.js";
|
|
157
157
|
import { FilterModalItem as Sn } from "./components/filter/filter-modal-item.js";
|
|
158
158
|
import { FilterRadioItem as An } from "./components/filter/filter-radio-item.js";
|
|
159
|
-
import { FilterSeparator as
|
|
159
|
+
import { FilterSeparator as bn } from "./components/filter/filter-separator.js";
|
|
160
160
|
import { filterBlockVariants as Ln } from "./components/filter/variants.js";
|
|
161
161
|
import { FormattedNumberString as In } from "./components/formatted-number/formatted-number.js";
|
|
162
162
|
import { AXIS_EDGE_LABEL_PADDING_PX as kn, AXIS_FONT_SIZE as Vn, AXIS_TICK_MARK_DENSITY as wn, AXIS_TIME_EDGE_PADDING_PX as Fn, AXIS_TOP_LABEL_PADDING_PX as Mn, DEFAULT_AREA_SERIES as En, DEFAULT_OPTIONS as Rn, DEFAULT_VERTICAL_LINE as _n, getDefaultOptions as yn, getDefaultSeries as vn, getDefaultVerticalLine as Hn } from "./components/graph/default-config.js";
|
|
@@ -170,14 +170,14 @@ import { Guard as mp } from "./components/guard/guard.js";
|
|
|
170
170
|
import { HeadCell as fp, SimpleHeadCell as sp } from "./components/head-cell/head-cell.js";
|
|
171
171
|
import { BAD_HF as Tp, GOOD_HF as dp, HealthFactor as gp, getHFZones as cp } from "./components/health-factor/health-factor.js";
|
|
172
172
|
import { HelpTip as Sp, HelpTipIcon as Cp, TipWrap as Ap } from "./components/help-tip/help-tip.js";
|
|
173
|
-
import { HFIndicator as
|
|
173
|
+
import { HFIndicator as bp } from "./components/hf-indicator/hf-indicator.js";
|
|
174
174
|
import { IconButton as Lp, iconButtonVariants as Bp } from "./components/icon-button/icon-button.js";
|
|
175
175
|
import { faArrowDown as hp, faArrowLeft as kp, faArrowRight as Vp, faArrowUp as wp, faArrowsUpDown as Fp, faBars as Mp, faBolt as Ep, faCaretDown as Rp, faCaretLeft as _p, faCaretRight as yp, faCaretUp as vp, faCheck as Hp, faChevronDown as Np, faChevronLeft as Gp, faChevronRight as Op, faCircle as Wp, faCircleCheck as Up, faCircleExclamation as Xp, faCirclePlus as Zp, faCircleQuestion as qp, faCloud as Kp, faCog as zp, faCreditCard as Yp, faEllipsisVertical as Qp, faEnvelope as jp, faKeyboard as Jp, faLifeRing as $p, faMagnifyingGlass as em, faMessage as om, faPlus as rm, faRightFromBracket as tm, faTrash as am, faTriangleExclamation as im, faUser as nm, faUserPlus as pm, faUsers as mm, faWallet as lm, faXmark as fm } from "@fortawesome/free-solid-svg-icons";
|
|
176
176
|
import { FaIcon as xm } from "./components/icons/fa-icon.js";
|
|
177
177
|
import { InfiniteScrollWrapper as dm } from "./components/infinite-scroll/infinite-scroll-wrapper.js";
|
|
178
178
|
import { Input as cm, inputVariants as um } from "./components/input/input.js";
|
|
179
179
|
import { Label as Cm, labelVariants as Am } from "./components/label/label.js";
|
|
180
|
-
import { AppFooter as
|
|
180
|
+
import { AppFooter as bm, DEFAULT_APP_FOOTER_LINKS as Dm } from "./components/layout/app-footer/app-footer.js";
|
|
181
181
|
import { AppHeader as Bm } from "./components/layout/app-header/app-header.js";
|
|
182
182
|
import { Col as hm } from "./components/layout/col/col.js";
|
|
183
183
|
import { Container as Vm } from "./components/layout/container/container.js";
|
|
@@ -196,7 +196,7 @@ import { LoadingBar as xl } from "./components/loading-bar/loading-bar.js";
|
|
|
196
196
|
import { NameCell as dl } from "./components/name-cell/name-cell.js";
|
|
197
197
|
import { NavBarLogo as cl } from "./components/navbar-logo/navbar-logo.js";
|
|
198
198
|
import { NavigationProvider as Sl, useNavigationAdapter as Cl } from "./components/navigation-context/navigation-context.js";
|
|
199
|
-
import { NetworkIcon as
|
|
199
|
+
import { NetworkIcon as Pl } from "./components/network-icon/network-icon.js";
|
|
200
200
|
import { NetworkIndicator as Dl } from "./components/network-icon/network-indicator.js";
|
|
201
201
|
import { PointsIcon as Bl } from "./components/points-icon/points-icon.js";
|
|
202
202
|
import { PoolPointsIndicator as hl } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
@@ -214,7 +214,7 @@ import { SeparateLine as xf } from "./components/separate-line/separate-line.js"
|
|
|
214
214
|
import { ShortString as df } from "./components/short-string/short-string.js";
|
|
215
215
|
import { SimpleAccordion as cf, SimpleAccordionItem as uf } from "./components/simple-accordion/simple-accordion.js";
|
|
216
216
|
import { SimpleDropdown as Cf } from "./components/simple-dropdown/simple-dropdown.js";
|
|
217
|
-
import { SimpleDropdownMenuItem as
|
|
217
|
+
import { SimpleDropdownMenuItem as Pf } from "./components/simple-dropdown/simple-dropdown-menu-item.js";
|
|
218
218
|
import { Skeleton as Df, skeletonVariants as Lf } from "./components/skeleton/skeleton.js";
|
|
219
219
|
import { SkeletonStack as If } from "./components/skeleton/skeleton-stack.js";
|
|
220
220
|
import { SliderTest as kf } from "./components/slider/constants.js";
|
|
@@ -232,7 +232,7 @@ import { HealthDot as ns, StatusBars as ps } from "./components/status-elements/
|
|
|
232
232
|
import { TabControl as ls, TabItem as fs, useHashTabs as ss, useSectionTab as xs, useTabControl as Ts } from "./components/tab-control/tab-control.js";
|
|
233
233
|
import { GridErrorLine as gs } from "./components/table/grid-error-line.js";
|
|
234
234
|
import { GridLoadingLine as us } from "./components/table/grid-loading-line.js";
|
|
235
|
-
import { GridTable as Cs, GridTableBody as As, GridTableCaption as
|
|
235
|
+
import { GridTable as Cs, GridTableBody as As, GridTableCaption as Ps, GridTableCell as bs, GridTableFooter as Ds, GridTableHead as Ls, GridTableHeader as Bs, GridTableRow as Is, Td as hs, Th as ks, gridTableCellVariants as Vs, gridTableHeadVariants as ws, gridTableVariants as Fs } from "./components/table/grid-table.js";
|
|
236
236
|
import { SortingTableHead as Es, Table as Rs, TableBody as _s, TableCaption as ys, TableCell as vs, TableFooter as Hs, TableHead as Ns, TableHeader as Gs, TableRow as Os, tableCellVariants as Ws, tableHeadVariants as Us, tableVariants as Xs } from "./components/table/table.js";
|
|
237
237
|
import { TableLoader as qs } from "./components/table/table-loader.js";
|
|
238
238
|
import { TableLoaderGuard as zs } from "./components/table/table-loader-guard.js";
|
|
@@ -245,7 +245,7 @@ import { TipCard as xx, tipCardVariants as Tx } from "./components/tip-card/tip-
|
|
|
245
245
|
import { TokenIcon as gx, preloadTokenIcons as cx } from "./components/token-icon/token-icon.js";
|
|
246
246
|
import { TokenSymbol as Sx } from "./components/token-symbol/token-symbol.js";
|
|
247
247
|
import { TokenTemplate as Ax } from "./components/token-template/token-template.js";
|
|
248
|
-
import { SimpleTooltip as
|
|
248
|
+
import { SimpleTooltip as bx } from "./components/tooltip/simple-tooltip.js";
|
|
249
249
|
import { Tooltip as Lx, TooltipContent as Bx, TooltipProvider as Ix, TooltipTrigger as hx } from "./components/tooltip/tooltip.js";
|
|
250
250
|
import { GraphDropdown as Vx } from "./components/trading-view/graph-dropdown.js";
|
|
251
251
|
import { TradingView as Fx } from "./components/trading-view/trading-view.js";
|
|
@@ -263,7 +263,7 @@ import { useControllableState as nT } from "./hooks/use-controllable-state.js";
|
|
|
263
263
|
import { useDebounce as mT } from "./hooks/use-debounce.js";
|
|
264
264
|
import { useDebounceCall as fT } from "./hooks/use-debounce-call.js";
|
|
265
265
|
import { getSortForField as xT, getSortForFields as TT, nextMultiSortState as dT, useFilterAllSelected as gT, useMultiSort as cT, useRangeFilter as uT, useSelectFilter as ST, useSort as CT } from "./hooks/use-filter.js";
|
|
266
|
-
import { useIsDesktop as
|
|
266
|
+
import { useIsDesktop as PT, useIsExtraSmall as bT, useIsMedium as DT, useIsMobile as LT, useIsTablet as BT, useMediaQuery as IT } from "./hooks/use-media-query.js";
|
|
267
267
|
import { useObservedWidthKey as kT } from "./hooks/use-observed-width-key.js";
|
|
268
268
|
import { useOpenedState as wT } from "./hooks/use-opened-state.js";
|
|
269
269
|
import { usePrevious as MT } from "./hooks/use-previous.js";
|
|
@@ -277,47 +277,48 @@ import { bpsToPercent as QT } from "./utils/bps.js";
|
|
|
277
277
|
import { cn as JT } from "./utils/cn.js";
|
|
278
278
|
import { generateColorsFromBase as ed, getCSSVariable as od, hexToRgba as rd, hslToHex as td, resolveCSSColor as ad } from "./utils/colors.js";
|
|
279
279
|
import { copyToClipboard as nd } from "./utils/copy.js";
|
|
280
|
-
import {
|
|
281
|
-
import { formatAssetAmount as
|
|
282
|
-
import { formatLeverage as
|
|
283
|
-
import { formatCompactPercent as
|
|
284
|
-
import { FORMAT_CONSTANTS as
|
|
285
|
-
import { slippageTemplate as
|
|
286
|
-
import { formatChipLeverage as
|
|
287
|
-
import { allLoaded as
|
|
288
|
-
import { decimalsToStep as
|
|
289
|
-
import { getNetworkIcon as
|
|
290
|
-
import { bnToLiquidationPriceView as
|
|
291
|
-
import { pluralize as
|
|
292
|
-
import { getAvailableRanges as
|
|
293
|
-
import { extractTextFromLabel as
|
|
294
|
-
import { searchInString as
|
|
295
|
-
import { createTokenSearchFilter as
|
|
296
|
-
import { shortSHA as
|
|
297
|
-
import { isLongString as
|
|
298
|
-
import { negativeTokenTemplate as bg, tokenTemplate as
|
|
299
|
-
import { getTokenIcon as
|
|
300
|
-
import { TTL_CONSTANTS as
|
|
301
|
-
import { openInNewWindow as
|
|
302
|
-
import { Z_INDEX as
|
|
303
|
-
import { AmountInputTest as
|
|
304
|
-
import { DetailedPageTitleTest as
|
|
305
|
-
import { DetailsViewTest as
|
|
306
|
-
import { HistoryChartTest as
|
|
307
|
-
import { InfoListTest as
|
|
308
|
-
import { LeverageInputTest as
|
|
309
|
-
import { ManagePaneTest as
|
|
310
|
-
import { PageTitleTest as
|
|
311
|
-
import { ReviewButtonTest as
|
|
312
|
-
import { SectionHeadingTest as
|
|
313
|
-
import { SegmentedTabsTest as
|
|
314
|
-
import { StackTest as
|
|
315
|
-
import { StatBadgeTest as
|
|
316
|
-
import { StickyBarTest as
|
|
317
|
-
import { TabberTest as
|
|
318
|
-
import { TokenAmountTest as
|
|
319
|
-
import { BaseTableLineTest as
|
|
280
|
+
import { APPROXIMATE_SYMBOL as md, convertPercent as ld, formatBytecodeSize as fd, formatBytecodeVersion as sd, formatTimestamp as xd, shortenHash as Td, significantTrunc as dd } from "./utils/format.js";
|
|
281
|
+
import { formatAssetAmount as cd } from "./utils/format-asset-amount.js";
|
|
282
|
+
import { formatLeverage as Sd } from "./utils/format-leverage.js";
|
|
283
|
+
import { formatCompactPercent as Ad, formatMoney as Pd, formatMoneyAmount as bd, formatPercentAmount as Dd, percentTemplate as Ld, percentageTemplate as Bd } from "./utils/format-money.js";
|
|
284
|
+
import { FORMAT_CONSTANTS as hd, formatNumberWithSuffix as kd, formatPrice as Vd, getAdaptiveDecimals as wd, isBelowDisplayThreshold as Fd, isEffectivelyZero as Md, toSignificantDigits as Ed } from "./utils/format-number.js";
|
|
285
|
+
import { slippageTemplate as _d } from "./utils/format-slippage.js";
|
|
286
|
+
import { formatChipLeverage as vd, leveragePresets as Hd } from "./utils/leverage-presets.js";
|
|
287
|
+
import { allLoaded as Gd, loadingProgress as Od, round5 as Wd } from "./utils/loading.js";
|
|
288
|
+
import { decimalsToStep as Xd, findClosestPoint as Zd, formatWithDecimals as qd, formatWithoutDecimals as Kd, splitInterval as zd, validateMinMax as Yd } from "./utils/math.js";
|
|
289
|
+
import { getNetworkIcon as jd } from "./utils/network-icons.js";
|
|
290
|
+
import { bnToLiquidationPriceView as $d, isPositiveFloat as eg, parseInputToBN as og, parseSmallNumber as rg } from "./utils/parse-input-to-bn.js";
|
|
291
|
+
import { pluralize as ag, selectPluralString as ig } from "./utils/plural.js";
|
|
292
|
+
import { getAvailableRanges as pg } from "./utils/ranges.js";
|
|
293
|
+
import { extractTextFromLabel as lg, serializeValue as fg } from "./utils/react.js";
|
|
294
|
+
import { searchInString as xg } from "./utils/search.js";
|
|
295
|
+
import { createTokenSearchFilter as dg, searchInToken as gg } from "./utils/search-in-token.js";
|
|
296
|
+
import { shortSHA as ug } from "./utils/short-sha.js";
|
|
297
|
+
import { isLongString as Cg, shortenString as Ag } from "./utils/shorten-string.js";
|
|
298
|
+
import { negativeTokenTemplate as bg, tokenTemplate as Dg, tokenTemplateNumber as Lg, tokenTemplateString as Bg } from "./utils/templates.js";
|
|
299
|
+
import { getTokenIcon as hg, parseShareTokenUnderlying as kg } from "./utils/token-icon-source.js";
|
|
300
|
+
import { TTL_CONSTANTS as wg, getTTLZones as Fg, ttlFromTimestamp as Mg, ttlLeft as Eg, ttlLeftHuman as Rg } from "./utils/ttl.js";
|
|
301
|
+
import { openInNewWindow as yg } from "./utils/window.js";
|
|
302
|
+
import { Z_INDEX as Hg, Z_INDEX_VALUES as Ng } from "./utils/z-index.js";
|
|
303
|
+
import { AmountInputTest as Og } from "./components/base/amount-input/constants.js";
|
|
304
|
+
import { DetailedPageTitleTest as Ug } from "./components/base/detailed-page-title/constants.js";
|
|
305
|
+
import { DetailsViewTest as Zg } from "./components/base/details-view/constants.js";
|
|
306
|
+
import { HistoryChartTest as Kg } from "./components/base/history-chart/constants.js";
|
|
307
|
+
import { InfoListTest as Yg } from "./components/base/info-list/constants.js";
|
|
308
|
+
import { LeverageInputTest as jg } from "./components/base/leverage-input/constants.js";
|
|
309
|
+
import { ManagePaneTest as $g } from "./components/base/manage-pane/constants.js";
|
|
310
|
+
import { PageTitleTest as oc } from "./components/base/page-title/constants.js";
|
|
311
|
+
import { ReviewButtonTest as tc } from "./components/base/review-button/constants.js";
|
|
312
|
+
import { SectionHeadingTest as ic } from "./components/base/section-heading/constants.js";
|
|
313
|
+
import { SegmentedTabsTest as pc } from "./components/base/segmented-tabs/constants.js";
|
|
314
|
+
import { StackTest as lc } from "./components/base/stack/constants.js";
|
|
315
|
+
import { StatBadgeTest as sc } from "./components/base/stat-badge/constants.js";
|
|
316
|
+
import { StickyBarTest as Tc } from "./components/base/sticky-bar/constants.js";
|
|
317
|
+
import { TabberTest as gc } from "./components/base/tabber/constants.js";
|
|
318
|
+
import { TokenAmountTest as uc } from "./components/base/token-amount/constants.js";
|
|
319
|
+
import { BaseTableLineTest as Cc, BaseTableTest as Ac } from "./components/base-table/constants.js";
|
|
320
320
|
export {
|
|
321
|
+
md as APPROXIMATE_SYMBOL,
|
|
321
322
|
kn as AXIS_EDGE_LABEL_PADDING_PX,
|
|
322
323
|
Vn as AXIS_FONT_SIZE,
|
|
323
324
|
wn as AXIS_TICK_MARK_DENSITY,
|
|
@@ -343,17 +344,17 @@ export {
|
|
|
343
344
|
Ht as AllocationWheel,
|
|
344
345
|
Wt as AllocationWheelTest,
|
|
345
346
|
r as AmountInput,
|
|
346
|
-
|
|
347
|
+
Og as AmountInputTest,
|
|
347
348
|
gr as AppBar,
|
|
348
349
|
cr as AppBarCenter,
|
|
349
350
|
ur as AppBarCenterContent,
|
|
350
351
|
Sr as AppBarDotsButton,
|
|
351
352
|
Cr as AppBarDropdownMenu,
|
|
352
353
|
Ar as AppBarHamburgerButton,
|
|
353
|
-
|
|
354
|
-
|
|
354
|
+
Pr as AppBarMenuItem,
|
|
355
|
+
br as AppBarNavItem,
|
|
355
356
|
Dr as AppBarSidePanel,
|
|
356
|
-
|
|
357
|
+
bm as AppFooter,
|
|
357
358
|
Bm as AppHeader,
|
|
358
359
|
zx as ApyBreakdownTooltip,
|
|
359
360
|
No as ApyValue,
|
|
@@ -366,8 +367,8 @@ export {
|
|
|
366
367
|
_r as BaseLink,
|
|
367
368
|
vr as BaseTable,
|
|
368
369
|
Nr as BaseTableLine,
|
|
369
|
-
|
|
370
|
-
|
|
370
|
+
Cc as BaseTableLineTest,
|
|
371
|
+
Ac as BaseTableTest,
|
|
371
372
|
Gm as BlockedRegionDialog,
|
|
372
373
|
n as BorrowRateBlock,
|
|
373
374
|
m as BorrowRateBlockTest,
|
|
@@ -402,17 +403,17 @@ export {
|
|
|
402
403
|
Rn as DEFAULT_OPTIONS,
|
|
403
404
|
Xn as DEFAULT_SERIES_COLORS,
|
|
404
405
|
_n as DEFAULT_VERTICAL_LINE,
|
|
405
|
-
|
|
406
|
+
bt as DangerZone,
|
|
406
407
|
S as DetailAsideScreenLayout,
|
|
407
408
|
Oa as DetailedApy,
|
|
408
409
|
d as DetailedPageTitle,
|
|
409
410
|
Xa as DetailedPageTitleCopyButton,
|
|
410
411
|
qa as DetailedPageTitleExplorerDropdown,
|
|
411
|
-
|
|
412
|
+
Ug as DetailedPageTitleTest,
|
|
412
413
|
A as DetailsView,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
414
|
+
P as DetailsViewLeftPane,
|
|
415
|
+
b as DetailsViewManagePane,
|
|
416
|
+
Zg as DetailsViewTest,
|
|
416
417
|
Qa as Dialog,
|
|
417
418
|
ei as DialogContainer,
|
|
418
419
|
ri as DialogContent,
|
|
@@ -426,7 +427,7 @@ export {
|
|
|
426
427
|
ci as DialogTitle,
|
|
427
428
|
Ja as DialogTrigger,
|
|
428
429
|
Ai as DisabledWrap,
|
|
429
|
-
|
|
430
|
+
bi as DropdownMenu,
|
|
430
431
|
Vi as DropdownMenuCheckboxItem,
|
|
431
432
|
Fi as DropdownMenuContent,
|
|
432
433
|
Di as DropdownMenuGroup,
|
|
@@ -448,7 +449,7 @@ export {
|
|
|
448
449
|
Lt as ExpandablCall,
|
|
449
450
|
It as ExpandableCard,
|
|
450
451
|
it as ExternalButton,
|
|
451
|
-
|
|
452
|
+
hd as FORMAT_CONSTANTS,
|
|
452
453
|
xm as FaIcon,
|
|
453
454
|
$i as FadeoutLoading,
|
|
454
455
|
on as FilterBlock,
|
|
@@ -462,7 +463,7 @@ export {
|
|
|
462
463
|
cn as FilterModal,
|
|
463
464
|
Sn as FilterModalItem,
|
|
464
465
|
An as FilterRadioItem,
|
|
465
|
-
|
|
466
|
+
bn as FilterSeparator,
|
|
466
467
|
Ex as FormattedMessageTyped,
|
|
467
468
|
In as FormattedNumberString,
|
|
468
469
|
dp as GOOD_HF,
|
|
@@ -478,14 +479,14 @@ export {
|
|
|
478
479
|
us as GridLoadingLine,
|
|
479
480
|
Cs as GridTable,
|
|
480
481
|
As as GridTableBody,
|
|
481
|
-
|
|
482
|
-
|
|
482
|
+
Ps as GridTableCaption,
|
|
483
|
+
bs as GridTableCell,
|
|
483
484
|
Ds as GridTableFooter,
|
|
484
485
|
Ls as GridTableHead,
|
|
485
486
|
Bs as GridTableHeader,
|
|
486
487
|
Is as GridTableRow,
|
|
487
488
|
mp as Guard,
|
|
488
|
-
|
|
489
|
+
bp as HFIndicator,
|
|
489
490
|
fp as HeadCell,
|
|
490
491
|
ns as HealthDot,
|
|
491
492
|
gp as HealthFactor,
|
|
@@ -495,12 +496,12 @@ export {
|
|
|
495
496
|
Sp as HelpTip,
|
|
496
497
|
Cp as HelpTipIcon,
|
|
497
498
|
k as HistoryChart,
|
|
498
|
-
|
|
499
|
+
Kg as HistoryChartTest,
|
|
499
500
|
Lp as IconButton,
|
|
500
501
|
dm as InfiniteScrollWrapper,
|
|
501
502
|
w as InfoLine,
|
|
502
503
|
F as InfoList,
|
|
503
|
-
|
|
504
|
+
Yg as InfoListTest,
|
|
504
505
|
_ as InfoPortalOut,
|
|
505
506
|
y as InfoPortalProvider,
|
|
506
507
|
M as InfoSectionTitle,
|
|
@@ -514,7 +515,7 @@ export {
|
|
|
514
515
|
Zm as LegalAgreementPanel,
|
|
515
516
|
qm as LegalAgreementPanelTest,
|
|
516
517
|
H as LeverageInput,
|
|
517
|
-
|
|
518
|
+
jg as LeverageInputTest,
|
|
518
519
|
W as LeveragePresetChips,
|
|
519
520
|
G as LeveragePresetChipsTest,
|
|
520
521
|
Oo as LeverageValue,
|
|
@@ -532,7 +533,7 @@ export {
|
|
|
532
533
|
ee as ManagePaneMessage,
|
|
533
534
|
oe as ManagePaneTab,
|
|
534
535
|
re as ManagePaneTabDropdown,
|
|
535
|
-
|
|
536
|
+
$g as ManagePaneTest,
|
|
536
537
|
za as Modal,
|
|
537
538
|
ne as MoreAccordion,
|
|
538
539
|
ae as MoreAccordionTest,
|
|
@@ -542,14 +543,14 @@ export {
|
|
|
542
543
|
Sl as NavigationProvider,
|
|
543
544
|
fe as NestedInfoStack,
|
|
544
545
|
me as NestedInfoStackTest,
|
|
545
|
-
|
|
546
|
+
Pl as NetworkIcon,
|
|
546
547
|
Dl as NetworkIndicator,
|
|
547
548
|
Lo as NoValue,
|
|
548
549
|
Zt as NotificationCenter,
|
|
549
550
|
Si as OneFieldDialog,
|
|
550
551
|
xe as PageHeadProvider,
|
|
551
552
|
Te as PageTitle,
|
|
552
|
-
|
|
553
|
+
oc as PageTitleTest,
|
|
553
554
|
Io as PnlValue,
|
|
554
555
|
Bl as PointsIcon,
|
|
555
556
|
E as PointsInfoLine,
|
|
@@ -562,10 +563,10 @@ export {
|
|
|
562
563
|
Kt as PoolAssetsTableTest,
|
|
563
564
|
hl as PoolPointsIndicator,
|
|
564
565
|
Wa as PoolRewardsIcon,
|
|
565
|
-
|
|
566
|
+
Pe as PositionAssets,
|
|
566
567
|
Ce as PositionAssetsTest,
|
|
567
568
|
wo as PositionShortLabel,
|
|
568
|
-
|
|
569
|
+
Po as PositionShortLabelTest,
|
|
569
570
|
Mo as PositionStatusBadge,
|
|
570
571
|
Ro as PositionTypeBadge,
|
|
571
572
|
yo as PriceImpactValue,
|
|
@@ -578,7 +579,7 @@ export {
|
|
|
578
579
|
wl as RadioGroupItem,
|
|
579
580
|
st as RangeButtons,
|
|
580
581
|
De as ReviewButton,
|
|
581
|
-
|
|
582
|
+
tc as ReviewButtonTest,
|
|
582
583
|
Ml as RoundedImage,
|
|
583
584
|
he as SEGMENTED_TABS_INACTIVE_BUTTON_CLASS,
|
|
584
585
|
Re as SPACE_HEIGHT,
|
|
@@ -587,10 +588,10 @@ export {
|
|
|
587
588
|
Nl as SdkStatusPillTest,
|
|
588
589
|
Zl as SearchLine,
|
|
589
590
|
Be as SectionHeading,
|
|
590
|
-
|
|
591
|
+
ic as SectionHeadingTest,
|
|
591
592
|
Ql as SegmentedControl,
|
|
592
593
|
ke as SegmentedTabs,
|
|
593
|
-
|
|
594
|
+
pc as SegmentedTabsTest,
|
|
594
595
|
$l as Select,
|
|
595
596
|
ef as SelectContent,
|
|
596
597
|
of as SelectGroup,
|
|
@@ -608,9 +609,9 @@ export {
|
|
|
608
609
|
cf as SimpleAccordion,
|
|
609
610
|
uf as SimpleAccordionItem,
|
|
610
611
|
Cf as SimpleDropdown,
|
|
611
|
-
|
|
612
|
+
Pf as SimpleDropdownMenuItem,
|
|
612
613
|
sp as SimpleHeadCell,
|
|
613
|
-
|
|
614
|
+
bx as SimpleTooltip,
|
|
614
615
|
Df as Skeleton,
|
|
615
616
|
If as SkeletonStack,
|
|
616
617
|
wf as Slider,
|
|
@@ -624,14 +625,14 @@ export {
|
|
|
624
625
|
jf as SpinnerOverlay,
|
|
625
626
|
os as SplitList,
|
|
626
627
|
ve as Stack,
|
|
627
|
-
|
|
628
|
+
lc as StackTest,
|
|
628
629
|
Ne as StatBadge,
|
|
629
630
|
Ge as StatBadgeGrid,
|
|
630
|
-
|
|
631
|
+
sc as StatBadgeTest,
|
|
631
632
|
ps as StatusBars,
|
|
632
633
|
ts as StatusDot,
|
|
633
634
|
We as StickyBar,
|
|
634
|
-
|
|
635
|
+
Tc as StickyBarTest,
|
|
635
636
|
qe as StrategyApyBreakdownCard,
|
|
636
637
|
Xe as StrategyApyBreakdownCardTest,
|
|
637
638
|
Mt as StyledButton,
|
|
@@ -640,13 +641,13 @@ export {
|
|
|
640
641
|
Uf as THEME_COLOR_MAP,
|
|
641
642
|
Xf as THUMB_HALF,
|
|
642
643
|
Zf as THUMB_SIZE,
|
|
643
|
-
|
|
644
|
+
wg as TTL_CONSTANTS,
|
|
644
645
|
Tt as TabButton,
|
|
645
646
|
ls as TabControl,
|
|
646
647
|
fs as TabItem,
|
|
647
648
|
ze as Tabber,
|
|
648
649
|
Ye as TabberSection,
|
|
649
|
-
|
|
650
|
+
gc as TabberTest,
|
|
650
651
|
Rs as Table,
|
|
651
652
|
_s as TableBody,
|
|
652
653
|
ys as TableCaption,
|
|
@@ -675,7 +676,7 @@ export {
|
|
|
675
676
|
mo as TitleMeta,
|
|
676
677
|
no as TitleMetaTest,
|
|
677
678
|
fo as TokenAmount,
|
|
678
|
-
|
|
679
|
+
uc as TokenAmountTest,
|
|
679
680
|
Wo as TokenBigint,
|
|
680
681
|
gx as TokenIcon,
|
|
681
682
|
go as TokenPairSymbol,
|
|
@@ -703,38 +704,38 @@ export {
|
|
|
703
704
|
ha as TransactionConfirmSuccessResult,
|
|
704
705
|
Aa as TransactionConfirmSuccessResultTest,
|
|
705
706
|
Va as TransactionConfirmTxHashRow,
|
|
706
|
-
|
|
707
|
+
Pa as TransactionConfirmTxHashRowTest,
|
|
707
708
|
yx as Typography,
|
|
708
709
|
Uo as UsdValue,
|
|
709
710
|
Xo as UtilizationValue,
|
|
710
711
|
Wx as VSpace,
|
|
711
|
-
|
|
712
|
+
bo as ValueTest,
|
|
712
713
|
np as VertLine,
|
|
713
714
|
Nx as VerticalIndicator,
|
|
714
715
|
Xx as WithCopy,
|
|
715
716
|
ql as WithSearchLine,
|
|
716
717
|
qx as WithTitle,
|
|
717
718
|
Yx as YieldBreakdownTooltip,
|
|
718
|
-
|
|
719
|
-
|
|
719
|
+
Hg as Z_INDEX,
|
|
720
|
+
Ng as Z_INDEX_VALUES,
|
|
720
721
|
$o as alertBadgeVariants,
|
|
721
|
-
|
|
722
|
+
Gd as allLoaded,
|
|
722
723
|
Jr as backButtonVariants,
|
|
723
724
|
kr as badgeVariants,
|
|
724
725
|
qT as bnToInputView,
|
|
725
|
-
|
|
726
|
+
$d as bnToLiquidationPriceView,
|
|
726
727
|
zT as bnToPrettyView,
|
|
727
728
|
Zo as bps,
|
|
728
729
|
QT as bpsToPercent,
|
|
729
730
|
ot as buttonVariants,
|
|
730
731
|
JT as cn,
|
|
731
732
|
na as computeTransactionConfirmDialogLayout,
|
|
732
|
-
|
|
733
|
+
ld as convertPercent,
|
|
733
734
|
nd as copyToClipboard,
|
|
734
|
-
|
|
735
|
-
|
|
735
|
+
dg as createTokenSearchFilter,
|
|
736
|
+
Xd as decimalsToStep,
|
|
736
737
|
jx as designTokens,
|
|
737
|
-
|
|
738
|
+
lg as extractTextFromLabel,
|
|
738
739
|
hp as faArrowDown,
|
|
739
740
|
kp as faArrowLeft,
|
|
740
741
|
Vp as faArrowRight,
|
|
@@ -774,25 +775,25 @@ export {
|
|
|
774
775
|
lm as faWallet,
|
|
775
776
|
fm as faXmark,
|
|
776
777
|
Ln as filterBlockVariants,
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
778
|
+
Zd as findClosestPoint,
|
|
779
|
+
cd as formatAssetAmount,
|
|
780
|
+
fd as formatBytecodeSize,
|
|
781
|
+
sd as formatBytecodeVersion,
|
|
782
|
+
vd as formatChipLeverage,
|
|
783
|
+
Ad as formatCompactPercent,
|
|
784
|
+
Sd as formatLeverage,
|
|
785
|
+
Pd as formatMoney,
|
|
785
786
|
bd as formatMoneyAmount,
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
787
|
+
kd as formatNumberWithSuffix,
|
|
788
|
+
Dd as formatPercentAmount,
|
|
789
|
+
Vd as formatPrice,
|
|
790
|
+
xd as formatTimestamp,
|
|
791
|
+
qd as formatWithDecimals,
|
|
792
|
+
Kd as formatWithoutDecimals,
|
|
792
793
|
ed as generateColorsFromBase,
|
|
793
794
|
HT as generateId,
|
|
794
|
-
|
|
795
|
-
|
|
795
|
+
wd as getAdaptiveDecimals,
|
|
796
|
+
pg as getAvailableRanges,
|
|
796
797
|
Kr as getBreakpointState,
|
|
797
798
|
od as getCSSVariable,
|
|
798
799
|
yn as getDefaultOptions,
|
|
@@ -800,13 +801,13 @@ export {
|
|
|
800
801
|
Hn as getDefaultVerticalLine,
|
|
801
802
|
cp as getHFZones,
|
|
802
803
|
qf as getIntervalBounds,
|
|
803
|
-
|
|
804
|
+
jd as getNetworkIcon,
|
|
804
805
|
Kn as getSeriesColorPalette,
|
|
805
806
|
xT as getSortForField,
|
|
806
807
|
TT as getSortForFields,
|
|
807
|
-
|
|
808
|
+
Fg as getTTLZones,
|
|
808
809
|
Kf as getThumbInBoundsOffset,
|
|
809
|
-
|
|
810
|
+
hg as getTokenIcon,
|
|
810
811
|
zn as getVerticalLineLabelStyle,
|
|
811
812
|
Yn as getVerticalLineTooltipContent,
|
|
812
813
|
Gn as getXFormatter,
|
|
@@ -821,10 +822,10 @@ export {
|
|
|
821
822
|
Bp as iconButtonVariants,
|
|
822
823
|
um as inputVariants,
|
|
823
824
|
$x as interactiveVariants,
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
825
|
+
Fd as isBelowDisplayThreshold,
|
|
826
|
+
Md as isEffectivelyZero,
|
|
827
|
+
Cg as isLongString,
|
|
828
|
+
eg as isPositiveFloat,
|
|
828
829
|
Qe as isTabber,
|
|
829
830
|
Am as labelVariants,
|
|
830
831
|
zm as legalAgreementAwaitingDescriptionVariants,
|
|
@@ -838,19 +839,19 @@ export {
|
|
|
838
839
|
rl as legalAgreementPanelNotificationVariants,
|
|
839
840
|
tl as legalAgreementPanelRootVariants,
|
|
840
841
|
al as legalAgreementPanelV2BannerVariants,
|
|
841
|
-
|
|
842
|
-
|
|
842
|
+
Hd as leveragePresets,
|
|
843
|
+
Od as loadingProgress,
|
|
843
844
|
Nf as makeMarkerPoints,
|
|
844
845
|
bg as negativeTokenTemplate,
|
|
845
846
|
dT as nextMultiSortState,
|
|
846
|
-
|
|
847
|
+
yg as openInNewWindow,
|
|
847
848
|
eT as paddingVariants,
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
849
|
+
og as parseInputToBN,
|
|
850
|
+
kg as parseShareTokenUnderlying,
|
|
851
|
+
rg as parseSmallNumber,
|
|
852
|
+
Ld as percentTemplate,
|
|
853
|
+
Bd as percentageTemplate,
|
|
854
|
+
ag as pluralize,
|
|
854
855
|
OT as pointProgramsOf,
|
|
855
856
|
WT as positiveTokenRewardsOf,
|
|
856
857
|
cx as preloadTokenIcons,
|
|
@@ -858,25 +859,25 @@ export {
|
|
|
858
859
|
ad as resolveCSSColor,
|
|
859
860
|
zf as resolveColor,
|
|
860
861
|
Gf as resolveSnap,
|
|
861
|
-
|
|
862
|
+
Wd as round5,
|
|
862
863
|
Ol as sdkStatusDotVariant,
|
|
863
|
-
|
|
864
|
-
|
|
864
|
+
xg as searchInString,
|
|
865
|
+
gg as searchInToken,
|
|
865
866
|
Kl as searchLineInputVariants,
|
|
866
867
|
zl as searchLineVariants,
|
|
867
868
|
jl as segmentedControlVariants,
|
|
868
|
-
|
|
869
|
+
ig as selectPluralString,
|
|
869
870
|
ff as selectTriggerVariants,
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
871
|
+
fg as serializeValue,
|
|
872
|
+
ug as shortSHA,
|
|
873
|
+
Td as shortenHash,
|
|
874
|
+
Ag as shortenString,
|
|
874
875
|
_a as shouldShowTransactionProgressStepper,
|
|
875
|
-
|
|
876
|
+
dd as significantTrunc,
|
|
876
877
|
oT as sizeVariants,
|
|
877
878
|
Lf as skeletonVariants,
|
|
878
|
-
|
|
879
|
-
|
|
879
|
+
_d as slippageTemplate,
|
|
880
|
+
zd as splitInterval,
|
|
880
881
|
rT as stateVariants,
|
|
881
882
|
as as statusDotVariants,
|
|
882
883
|
zr as subscribeBreakpoints,
|
|
@@ -885,19 +886,19 @@ export {
|
|
|
885
886
|
Xs as tableVariants,
|
|
886
887
|
px as textareaVariants,
|
|
887
888
|
Tx as tipCardVariants,
|
|
888
|
-
|
|
889
|
+
Ed as toSignificantDigits,
|
|
889
890
|
UT as tokenRewardsOf,
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
891
|
+
Dg as tokenTemplate,
|
|
892
|
+
Lg as tokenTemplateNumber,
|
|
893
|
+
Bg as tokenTemplateString,
|
|
893
894
|
XT as totalApyOf,
|
|
894
895
|
la as transactionConfirmDialogShellVariants,
|
|
895
896
|
fa as transactionConfirmModalContainerVariants,
|
|
896
897
|
sa as transactionConfirmPreviewScrollVariants,
|
|
897
898
|
xa as transactionConfirmShellContentVariants,
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
899
|
+
Mg as ttlFromTimestamp,
|
|
900
|
+
Eg as ttlLeft,
|
|
901
|
+
Rg as ttlLeftHuman,
|
|
901
902
|
vx as typographyVariants,
|
|
902
903
|
Yr as useBreakpointContext,
|
|
903
904
|
aT as useCheckboxSelect,
|
|
@@ -910,8 +911,8 @@ export {
|
|
|
910
911
|
ap as useGraphAside,
|
|
911
912
|
ss as useHashTabs,
|
|
912
913
|
Rx as useIntlTyped,
|
|
913
|
-
|
|
914
|
-
|
|
914
|
+
PT as useIsDesktop,
|
|
915
|
+
bT as useIsExtraSmall,
|
|
915
916
|
DT as useIsMedium,
|
|
916
917
|
LT as useIsMobile,
|
|
917
918
|
BT as useIsTablet,
|
|
@@ -931,6 +932,6 @@ export {
|
|
|
931
932
|
fx as useTheme,
|
|
932
933
|
eo as useTitleText,
|
|
933
934
|
Of as validateMarkerPoints,
|
|
934
|
-
|
|
935
|
+
Yd as validateMinMax,
|
|
935
936
|
Gx as verticalIndicatorVariants
|
|
936
937
|
};
|