@gearbox-protocol/ui-kit 4.0.1 → 4.1.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/base/review-button/review-button.cjs +1 -1
- package/dist/cjs/components/base/segmented-tabs/segmented-tabs.cjs +1 -1
- package/dist/cjs/components/buttons/button/button.variants.cjs +1 -1
- package/dist/cjs/components/buttons/tab-button/tab-button.cjs +1 -1
- package/dist/cjs/components/client-adapters/index.cjs +1 -1
- package/dist/cjs/components/graph/default-config.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/rounded-image/rounded-image.cjs +1 -1
- package/dist/cjs/components/token-icon/token-icon-source.cjs +1 -1
- package/dist/cjs/components/token-icon/token-icon.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/base/review-button/review-button.js +19 -25
- package/dist/esm/components/base/segmented-tabs/segmented-tabs.js +7 -6
- package/dist/esm/components/buttons/button/button.variants.js +5 -5
- package/dist/esm/components/buttons/tab-button/tab-button.js +12 -9
- package/dist/esm/components/client-adapters/index.js +2 -4
- package/dist/esm/components/graph/default-config.js +20 -20
- package/dist/esm/components/index.js +279 -281
- package/dist/esm/components/navbar-logo/navbar-logo.js +10 -13
- package/dist/esm/components/rounded-image/rounded-image.js +42 -45
- package/dist/esm/components/token-icon/token-icon-source.js +51 -44
- package/dist/esm/components/token-icon/token-icon.js +28 -136
- package/dist/esm/index.js +327 -329
- package/dist/globals.css +1 -1
- package/dist/types/components/client-adapters/index.d.ts +0 -1
- package/dist/types/components/token-icon/token-icon-source.d.ts +4 -42
- package/dist/types/components/token-icon/token-icon.d.ts +6 -17
- package/dist/types/components/token-symbol/token-symbol.d.ts +1 -1
- package/dist/types/types/common.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/components/client-adapters/styled-button/index.cjs +0 -1
- package/dist/cjs/components/client-adapters/styled-button/styled-button.cjs +0 -1
- package/dist/esm/components/client-adapters/styled-button/index.js +0 -4
- package/dist/esm/components/client-adapters/styled-button/styled-button.js +0 -29
- package/dist/types/components/client-adapters/styled-button/index.d.ts +0 -1
- package/dist/types/components/client-adapters/styled-button/styled-button.d.ts +0 -18
|
@@ -3,7 +3,7 @@ import { AlertDialog as a, AlertDialogAction as p, AlertDialogCancel as m, Alert
|
|
|
3
3
|
import { AlertModal as d } from "./alert-modal/alert-modal.js";
|
|
4
4
|
import { AssetsListCell as c } from "./assets-list-cell/assets-list-cell.js";
|
|
5
5
|
import { Badge as C } from "./badge/badge.js";
|
|
6
|
-
import { Chip as P, ChipTest as D, Chips as
|
|
6
|
+
import { Chip as P, ChipTest as D, Chips as b, ChipsTest as B } from "./badge/chip.js";
|
|
7
7
|
import { AmountInput as L } from "./base/amount-input/amount-input.js";
|
|
8
8
|
import { BorrowRateBlock as h } from "./base/borrow-rate-block/borrow-rate-block.js";
|
|
9
9
|
import { BorrowRateBlockTest as I } from "./base/borrow-rate-block/constants.js";
|
|
@@ -25,7 +25,7 @@ import { LiquidationPriceBlockTest as fo } from "./base/liquidation-price-block/
|
|
|
25
25
|
import { LiquidationPriceBlock as lo } from "./base/liquidation-price-block/liquidation-price-block.js";
|
|
26
26
|
import { ManagePane as To, ManagePaneActionTab as go, ManagePaneMessage as co, ManagePaneTab as uo, ManagePaneTabDropdown as Co } from "./base/manage-pane/manage-pane.js";
|
|
27
27
|
import { MoreAccordionTest as Po } from "./base/more-accordion/constants.js";
|
|
28
|
-
import { MoreAccordion as
|
|
28
|
+
import { MoreAccordion as bo } from "./base/more-accordion/more-accordion.js";
|
|
29
29
|
import { NestedInfoStackTest as Ao } from "./base/nested-info-stack/constants.js";
|
|
30
30
|
import { NestedInfoStack as ko } from "./base/nested-info-stack/nested-info-stack.js";
|
|
31
31
|
import { PageHeadProvider as wo, PageTitle as Io } from "./base/page-title/page-title.js";
|
|
@@ -50,7 +50,7 @@ import { TokenAmount as Te } from "./base/token-amount/token-amount.js";
|
|
|
50
50
|
import { TokenPairSymbolTest as ge } from "./base/token-pair-symbol/constants.js";
|
|
51
51
|
import { TokenPairSymbol as ue } from "./base/token-pair-symbol/token-pair-symbol.js";
|
|
52
52
|
import { NoValue as Se } from "./no-value/no-value.js";
|
|
53
|
-
import { PositionShortLabelTest as De, ValueTest as
|
|
53
|
+
import { PositionShortLabelTest as De, ValueTest as be } from "./base/values/constants.js";
|
|
54
54
|
import { PnlValue as Ae } from "./base/values/pnl-value.js";
|
|
55
55
|
import { PositionShortLabel as ke } from "./base/values/position-short-label.js";
|
|
56
56
|
import { PositionStatusBadge as we } from "./base/values/position-status-badge.js";
|
|
@@ -72,130 +72,129 @@ import { DangerZone as Tr } from "./cards/danger-zone/danger-zone.js";
|
|
|
72
72
|
import { ExpandableCard as gr } from "./cards/expandable-card/expandable-card.js";
|
|
73
73
|
import { Checkbox as ur } from "./checkbox/checkbox.js";
|
|
74
74
|
import { CheckboxLabeled as Sr } from "./checkbox/checkbox-labeled.js";
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import { tokenTemplateString as bi } from "../utils/templates.js";
|
|
75
|
+
import { StyledDialogContainer as Dr } from "./client-adapters/styled-dialog-container/styled-dialog-container.js";
|
|
76
|
+
import { AllocationWheelTest as Br, CollateralAllocationTooltipTest as Ar } from "./collateral-allocation-tooltip/constants.js";
|
|
77
|
+
import { NotificationCenter as kr } from "./composites/notification-center/notification-center.js";
|
|
78
|
+
import { PoolAssetsTableTest as wr } from "./composites/pool-assets-table/constants.js";
|
|
79
|
+
import { PoolAssetsTable as Mr } from "./composites/pool-assets-table/pool-assets-table.js";
|
|
80
|
+
import { TransactionConfirmAmountFieldTest as Fr } from "./composites/tx-preview/confirm/amounts/constants.js";
|
|
81
|
+
import { TransactionConfirmAmountField as Vr } from "./composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js";
|
|
82
|
+
import { TransactionConfirmDialogTest as vr } from "./composites/tx-preview/confirm/dialog/constants.js";
|
|
83
|
+
import { TransactionConfirmShell as Nr } from "./composites/tx-preview/confirm/dialog/TransactionConfirmShell.js";
|
|
84
|
+
import { TransactionConfirmExecuteButton as qr } from "./composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.js";
|
|
85
|
+
import { TransactionConfirmExecuteButtonTest as Or, TransactionConfirmFailureResultTest as Ur, TransactionConfirmSuccessResultTest as _r, TransactionConfirmTxHashRowTest as zr } from "./composites/tx-preview/confirm/result/constants.js";
|
|
86
|
+
import { TransactionConfirmFailureResult as Zr } from "./composites/tx-preview/confirm/result/TransactionConfirmFailureResult.js";
|
|
87
|
+
import { TransactionConfirmSuccessResult as Jr } from "./composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.js";
|
|
88
|
+
import { TransactionConfirmTxHashRow as Qr } from "./composites/tx-preview/confirm/result/TransactionConfirmTxHashRow.js";
|
|
89
|
+
import { ProgressStepperTest as $r } from "./composites/tx-preview/confirm/stepper/constants.js";
|
|
90
|
+
import { ProgressStepper as et } from "./composites/tx-preview/confirm/stepper/ProgressStepper.js";
|
|
91
|
+
import { CompoundAPY as tt } from "./compound-apy/compound-apy.js";
|
|
92
|
+
import { ConfirmMenu as pt } from "./confirm-menu/confirm-menu.js";
|
|
93
|
+
import { DetailedPageTitleExplorerDropdown as it } from "./detailed-page-title/detailed-page-title-explorer-dropdown.js";
|
|
94
|
+
import { Modal as ft } from "./modal/modal.js";
|
|
95
|
+
import { Dialog as lt, DialogTrigger as st } from "./dialog/dialog.js";
|
|
96
|
+
import { DialogContainer as dt } from "./dialog/dialog-container.js";
|
|
97
|
+
import { DialogContent as ct } from "./dialog/dialog-content.js";
|
|
98
|
+
import { DialogDescription as Ct } from "./dialog/dialog-description.js";
|
|
99
|
+
import { DialogFooter as Pt } from "./dialog/dialog-footer.js";
|
|
100
|
+
import { DialogForm as bt } from "./dialog/dialog-form.js";
|
|
101
|
+
import { DialogHeader as At } from "./dialog/dialog-header.js";
|
|
102
|
+
import { DialogModalContainer as kt } from "./dialog/dialog-modal-container.js";
|
|
103
|
+
import { DialogTitle as wt } from "./dialog/dialog-title.js";
|
|
104
|
+
import { OneFieldDialog as Mt } from "./dialog/one-field-dialog.js";
|
|
105
|
+
import { DisabledWrap as Ft } from "./disabled-wrap/disabled-wrap.js";
|
|
106
|
+
import { DropdownMenu as Vt, DropdownMenuPortal as Rt, DropdownMenuTrigger as vt } from "./dropdown-menu/dropdown-menu.js";
|
|
107
|
+
import { DropdownMenuContent as Nt } from "./dropdown-menu/dropdown-menu-content.js";
|
|
108
|
+
import { DropdownMenuItem as qt } from "./dropdown-menu/dropdown-menu-item.js";
|
|
109
|
+
import { DropdownMenuLabel as Ot } from "./dropdown-menu/dropdown-menu-label.js";
|
|
110
|
+
import { EditInput as _t } from "./edit-input/edit-input.js";
|
|
111
|
+
import { ErrorLineMessage as Yt } from "./error-message/error-line-message.js";
|
|
112
|
+
import { FadeoutLoading as jt } from "./fadeout-loading/fadeout-loading.js";
|
|
113
|
+
import { FormattedNumberString as Kt } from "./formatted-number/formatted-number.js";
|
|
114
|
+
import { DEFAULT_SERIES_COLORS as Xt } from "./graph/graph-vocabulary.js";
|
|
115
|
+
import { Guard as oa } from "./guard/guard.js";
|
|
116
|
+
import { HeadCell as ra } from "./head-cell/head-cell.js";
|
|
117
|
+
import { HealthFactor as aa } from "./health-factor/health-factor.js";
|
|
118
|
+
import { HelpTip as ma } from "./help-tip/help-tip.js";
|
|
119
|
+
import { HFIndicator as na } from "./hf-indicator/hf-indicator.js";
|
|
120
|
+
import { IconButton as xa } from "./icon-button/icon-button.js";
|
|
121
|
+
import { FaIcon as sa } from "./icons/fa-icon.js";
|
|
122
|
+
import { InfiniteScrollWrapper as da } from "./infinite-scroll/infinite-scroll-wrapper.js";
|
|
123
|
+
import { Input as ca } from "./input/input.js";
|
|
124
|
+
import { Label as Ca } from "./label/label.js";
|
|
125
|
+
import { AppFooter as Pa } from "./layout/app-footer/app-footer.js";
|
|
126
|
+
import { AppHeader as ba } from "./layout/app-header/app-header.js";
|
|
127
|
+
import { Col as Aa } from "./layout/col/col.js";
|
|
128
|
+
import { Container as ka } from "./layout/container/container.js";
|
|
129
|
+
import { Grid as wa } from "./layout/grid/grid.js";
|
|
130
|
+
import { Layout as Ma } from "./layout/layout/layout.js";
|
|
131
|
+
import { BlockedRegionDialog as Fa, LegalAgreementDialog as Ha } from "./legal-agreement/legal-agreement-dialog.js";
|
|
132
|
+
import { LegalAgreementLink as Ra } from "./legal-agreement/legal-agreement-link.js";
|
|
133
|
+
import { Link as Ea } from "./link/link.js";
|
|
134
|
+
import { Loader as Wa } from "./loader/loader.js";
|
|
135
|
+
import { Loading as Ga } from "./loading/loading.js";
|
|
136
|
+
import { MarkdownText as Ua } from "./markdown-text/markdown-text.js";
|
|
137
|
+
import { NameCell as za } from "./name-cell/name-cell.js";
|
|
138
|
+
import { NavBarLogo as Za } from "./navbar-logo/navbar-logo.js";
|
|
139
|
+
import { NavigationProvider as Ja } from "./navigation-context/navigation-provider.js";
|
|
140
|
+
import { PointsIcon as Qa } from "./points-icon/points-icon.js";
|
|
141
|
+
import { PoolPointsIndicator as $a } from "./pool-points-indicator/pool-points-indicator.js";
|
|
142
|
+
import { RadioGroup as ep, RadioGroupItem as rp } from "./radio-group/radio-group.js";
|
|
143
|
+
import { RWAFeature as ap } from "./rwa-feature/rwa-feature.js";
|
|
144
|
+
import { SdkStatusPillTest as mp } from "./sdk-status-pill/constants.js";
|
|
145
|
+
import { SdkStatusPill as np } from "./sdk-status-pill/sdk-status-pill.js";
|
|
146
|
+
import { SearchLine as xp } from "./search-line/search-line.js";
|
|
147
|
+
import { SegmentedControl as sp } from "./segmented-control/segmented-control.js";
|
|
148
|
+
import { Select as dp, SelectContent as gp, SelectItem as cp, SelectTrigger as up, SelectValue as Cp } from "./select/select.js";
|
|
149
|
+
import { SeparateLine as Pp } from "./separate-line/separate-line.js";
|
|
150
|
+
import { ShortString as bp } from "./short-string/short-string.js";
|
|
151
|
+
import { SimpleDropdown as Ap } from "./simple-dropdown/simple-dropdown.js";
|
|
152
|
+
import { SimpleDropdownMenuItem as kp } from "./simple-dropdown/simple-dropdown-menu-item.js";
|
|
153
|
+
import { Skeleton as wp } from "./skeleton/skeleton.js";
|
|
154
|
+
import { SkeletonStack as Mp } from "./skeleton/skeleton-stack.js";
|
|
155
|
+
import { SliderTest as Fp } from "./slider/constants.js";
|
|
156
|
+
import { Spinner as Vp } from "./spinner/spinner.js";
|
|
157
|
+
import { SpinnerLoader as vp } from "./spinner-loader/spinner-loader.js";
|
|
158
|
+
import { SplitList as Np } from "./split-list/split-list.js";
|
|
159
|
+
import { TabControl as qp } from "./tab-control/tab-control.js";
|
|
160
|
+
import { GridErrorLine as Op } from "./table/grid-error-line.js";
|
|
161
|
+
import { Table as _p, TableBody as zp, TableCell as Yp, TableHead as Zp, TableHeader as jp, TableRow as Jp } from "./table/table.js";
|
|
162
|
+
import { Tabs as Qp, TabsContent as Xp, TabsList as $p, TabsTrigger as om } from "./tabs/tabs.js";
|
|
163
|
+
import { TextButton as rm } from "./text-button/text-button.js";
|
|
164
|
+
import { Textarea as am } from "./textarea/textarea.js";
|
|
165
|
+
import { ThemeProvider as mm } from "./theme-provider.js";
|
|
166
|
+
import { TipCard as nm } from "./tip-card/tip-card.js";
|
|
167
|
+
import { TokenIcon as xm } from "./token-icon/token-icon.js";
|
|
168
|
+
import { TokenSymbol as sm } from "./token-symbol/token-symbol.js";
|
|
169
|
+
import { TokenTemplate as dm } from "./token-template/token-template.js";
|
|
170
|
+
import { SimpleTooltip as cm } from "./tooltip/simple-tooltip.js";
|
|
171
|
+
import { Tooltip as Cm, TooltipContent as Sm, TooltipProvider as Pm, TooltipTrigger as Dm } from "./tooltip/tooltip.js";
|
|
172
|
+
import { TradingViewTest as Bm } from "./trading-view/constants.js";
|
|
173
|
+
import { TradingView as Lm } from "./trading-view/trading-view.js";
|
|
174
|
+
import { TruncatedText as hm } from "./truncated-text/truncated-text.js";
|
|
175
|
+
import { FormattedMessageTyped as Im, useIntlTyped as Mm } from "./typed-intl/index.js";
|
|
176
|
+
import { Typography as Fm } from "./typography/typography.js";
|
|
177
|
+
import { VerticalIndicator as Vm } from "./vertical-indicator/vertical-indicator.js";
|
|
178
|
+
import { VSpace as vm } from "./vspace/vspace.js";
|
|
179
|
+
import { WithCopy as Nm } from "./with-copy/with-copy.js";
|
|
180
|
+
import { ApyBreakdownTooltip as qm } from "./yield-breakdown-tooltip/yield-breakdown-tooltip.js";
|
|
181
|
+
import { AmountInputTest as Om } from "./base/amount-input/constants.js";
|
|
182
|
+
import { DetailedPageTitleTest as _m } from "./base/detailed-page-title/constants.js";
|
|
183
|
+
import { DetailsViewTest as Ym } from "./base/details-view/constants.js";
|
|
184
|
+
import { HistoryChartTest as jm } from "./base/history-chart/constants.js";
|
|
185
|
+
import { InfoListTest as Km } from "./base/info-list/constants.js";
|
|
186
|
+
import { LeverageInputTest as Xm } from "./base/leverage-input/constants.js";
|
|
187
|
+
import { ManagePaneTest as oi } from "./base/manage-pane/constants.js";
|
|
188
|
+
import { PageTitleTest as ri } from "./base/page-title/constants.js";
|
|
189
|
+
import { ReviewButtonTest as ai } from "./base/review-button/constants.js";
|
|
190
|
+
import { SectionHeadingTest as mi } from "./base/section-heading/constants.js";
|
|
191
|
+
import { SegmentedTabsTest as ni } from "./base/segmented-tabs/constants.js";
|
|
192
|
+
import { StackTest as xi } from "./base/stack/constants.js";
|
|
193
|
+
import { StatBadgeTest as si } from "./base/stat-badge/constants.js";
|
|
194
|
+
import { TabberTest as di } from "./base/tabber/constants.js";
|
|
195
|
+
import { TokenAmountTest as ci } from "./base/token-amount/constants.js";
|
|
196
|
+
import { BaseTableLineTest as Ci, BaseTableTest as Si } from "./base-table/constants.js";
|
|
197
|
+
import { tokenTemplateString as Di } from "../utils/templates.js";
|
|
199
198
|
export {
|
|
200
199
|
r as AlertBadge,
|
|
201
200
|
a as AlertDialog,
|
|
@@ -208,12 +207,12 @@ export {
|
|
|
208
207
|
l as AlertDialogTitle,
|
|
209
208
|
s as AlertDialogTrigger,
|
|
210
209
|
d as AlertModal,
|
|
211
|
-
|
|
210
|
+
Br as AllocationWheelTest,
|
|
212
211
|
L as AmountInput,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
212
|
+
Om as AmountInputTest,
|
|
213
|
+
Pa as AppFooter,
|
|
214
|
+
ba as AppHeader,
|
|
215
|
+
qm as ApyBreakdownTooltip,
|
|
217
216
|
Ve as ApyValue,
|
|
218
217
|
E as AsideAlignAnchor,
|
|
219
218
|
c as AssetsListCell,
|
|
@@ -222,9 +221,9 @@ export {
|
|
|
222
221
|
Ge as BaseLink,
|
|
223
222
|
Ue as BaseTable,
|
|
224
223
|
ze as BaseTableLine,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
Ci as BaseTableLineTest,
|
|
225
|
+
Si as BaseTableTest,
|
|
226
|
+
Fa as BlockedRegionDialog,
|
|
228
227
|
h as BorrowRateBlock,
|
|
229
228
|
I as BorrowRateBlockTest,
|
|
230
229
|
Ze as BreadCrumbs,
|
|
@@ -241,111 +240,111 @@ export {
|
|
|
241
240
|
Sr as CheckboxLabeled,
|
|
242
241
|
P as Chip,
|
|
243
242
|
D as ChipTest,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
243
|
+
b as Chips,
|
|
244
|
+
B as ChipsTest,
|
|
245
|
+
Aa as Col,
|
|
246
|
+
Ar as CollateralAllocationTooltipTest,
|
|
247
|
+
tt as CompoundAPY,
|
|
248
|
+
pt as ConfirmMenu,
|
|
249
|
+
ka as Container,
|
|
251
250
|
er as CopyButton,
|
|
252
|
-
|
|
251
|
+
Xt as DEFAULT_SERIES_COLORS,
|
|
253
252
|
Tr as DangerZone,
|
|
254
253
|
R as DetailedPageTitle,
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
it as DetailedPageTitleExplorerDropdown,
|
|
255
|
+
_m as DetailedPageTitleTest,
|
|
257
256
|
W as DetailsView,
|
|
258
257
|
q as DetailsViewLeftPane,
|
|
259
258
|
G as DetailsViewManagePane,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
259
|
+
Ym as DetailsViewTest,
|
|
260
|
+
lt as Dialog,
|
|
261
|
+
dt as DialogContainer,
|
|
262
|
+
ct as DialogContent,
|
|
263
|
+
Ct as DialogDescription,
|
|
264
|
+
Pt as DialogFooter,
|
|
265
|
+
bt as DialogForm,
|
|
266
|
+
At as DialogHeader,
|
|
267
|
+
kt as DialogModalContainer,
|
|
268
|
+
wt as DialogTitle,
|
|
269
|
+
st as DialogTrigger,
|
|
270
|
+
Ft as DisabledWrap,
|
|
271
|
+
Vt as DropdownMenu,
|
|
272
|
+
Nt as DropdownMenuContent,
|
|
273
|
+
qt as DropdownMenuItem,
|
|
274
|
+
Ot as DropdownMenuLabel,
|
|
275
|
+
Rt as DropdownMenuPortal,
|
|
276
|
+
vt as DropdownMenuTrigger,
|
|
277
|
+
_t as EditInput,
|
|
278
|
+
Yt as ErrorLineMessage,
|
|
280
279
|
gr as ExpandableCard,
|
|
281
280
|
tr as ExternalButton,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
281
|
+
sa as FaIcon,
|
|
282
|
+
jt as FadeoutLoading,
|
|
283
|
+
Im as FormattedMessageTyped,
|
|
284
|
+
Kt as FormattedNumberString,
|
|
285
|
+
wa as Grid,
|
|
286
|
+
Op as GridErrorLine,
|
|
287
|
+
oa as Guard,
|
|
288
|
+
na as HFIndicator,
|
|
289
|
+
ra as HeadCell,
|
|
290
|
+
aa as HealthFactor,
|
|
292
291
|
z as HealthFactorBlock,
|
|
293
292
|
U as HealthFactorBlockTest,
|
|
294
293
|
Re as HealthFactorValue,
|
|
295
|
-
|
|
294
|
+
ma as HelpTip,
|
|
296
295
|
Z as HistoryChart,
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
296
|
+
jm as HistoryChartTest,
|
|
297
|
+
xa as IconButton,
|
|
298
|
+
da as InfiniteScrollWrapper,
|
|
300
299
|
J as InfoLine,
|
|
301
300
|
K as InfoList,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
301
|
+
Km as InfoListTest,
|
|
302
|
+
ca as Input,
|
|
303
|
+
Ca as Label,
|
|
304
|
+
Ma as Layout,
|
|
305
|
+
Ha as LegalAgreementDialog,
|
|
306
|
+
Ra as LegalAgreementLink,
|
|
308
307
|
$ as LeverageInput,
|
|
309
|
-
|
|
308
|
+
Xm as LeverageInputTest,
|
|
310
309
|
to as LeveragePresetChips,
|
|
311
310
|
eo as LeveragePresetChipsTest,
|
|
312
311
|
ve as LeverageValue,
|
|
313
|
-
|
|
312
|
+
Ea as Link,
|
|
314
313
|
io as LiquidationParamsTable,
|
|
315
314
|
po as LiquidationParamsTableTest,
|
|
316
315
|
lo as LiquidationPriceBlock,
|
|
317
316
|
fo as LiquidationPriceBlockTest,
|
|
318
|
-
|
|
319
|
-
|
|
317
|
+
Wa as Loader,
|
|
318
|
+
Ga as Loading,
|
|
320
319
|
To as ManagePane,
|
|
321
320
|
go as ManagePaneActionTab,
|
|
322
321
|
co as ManagePaneMessage,
|
|
323
322
|
uo as ManagePaneTab,
|
|
324
323
|
Co as ManagePaneTabDropdown,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
324
|
+
oi as ManagePaneTest,
|
|
325
|
+
Ua as MarkdownText,
|
|
326
|
+
ft as Modal,
|
|
327
|
+
bo as MoreAccordion,
|
|
329
328
|
Po as MoreAccordionTest,
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
329
|
+
za as NameCell,
|
|
330
|
+
Za as NavBarLogo,
|
|
331
|
+
Ja as NavigationProvider,
|
|
333
332
|
ko as NestedInfoStack,
|
|
334
333
|
Ao as NestedInfoStackTest,
|
|
335
334
|
Se as NoValue,
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
kr as NotificationCenter,
|
|
336
|
+
Mt as OneFieldDialog,
|
|
338
337
|
wo as PageHeadProvider,
|
|
339
338
|
Io as PageTitle,
|
|
340
|
-
|
|
339
|
+
ri as PageTitleTest,
|
|
341
340
|
Ae as PnlValue,
|
|
342
|
-
|
|
341
|
+
Qa as PointsIcon,
|
|
343
342
|
Q as PointsInfoLine,
|
|
344
343
|
Ho as PoolApyBreakdownCard,
|
|
345
344
|
yo as PoolApyBreakdownCardTest,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
345
|
+
Mr as PoolAssetsTable,
|
|
346
|
+
wr as PoolAssetsTableTest,
|
|
347
|
+
$a as PoolPointsIndicator,
|
|
349
348
|
Eo as PositionAssets,
|
|
350
349
|
Ro as PositionAssetsTest,
|
|
351
350
|
ke as PositionShortLabel,
|
|
@@ -353,104 +352,103 @@ export {
|
|
|
353
352
|
we as PositionStatusBadge,
|
|
354
353
|
Me as PositionTypeBadge,
|
|
355
354
|
Fe as PriceImpactValue,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
355
|
+
et as ProgressStepper,
|
|
356
|
+
$r as ProgressStepperTest,
|
|
357
|
+
ap as RWAFeature,
|
|
358
|
+
ep as RadioGroup,
|
|
359
|
+
rp as RadioGroupItem,
|
|
361
360
|
Wo as ReviewButton,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
361
|
+
ai as ReviewButtonTest,
|
|
362
|
+
np as SdkStatusPill,
|
|
363
|
+
mp as SdkStatusPillTest,
|
|
364
|
+
xp as SearchLine,
|
|
366
365
|
Go as SectionHeading,
|
|
367
|
-
|
|
368
|
-
|
|
366
|
+
mi as SectionHeadingTest,
|
|
367
|
+
sp as SegmentedControl,
|
|
369
368
|
Uo as SegmentedTabs,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
369
|
+
ni as SegmentedTabsTest,
|
|
370
|
+
dp as Select,
|
|
371
|
+
gp as SelectContent,
|
|
372
|
+
cp as SelectItem,
|
|
373
|
+
up as SelectTrigger,
|
|
374
|
+
Cp as SelectValue,
|
|
375
|
+
Pp as SeparateLine,
|
|
376
|
+
bp as ShortString,
|
|
377
|
+
Ap as SimpleDropdown,
|
|
378
|
+
kp as SimpleDropdownMenuItem,
|
|
379
|
+
cm as SimpleTooltip,
|
|
380
|
+
wp as Skeleton,
|
|
381
|
+
Mp as SkeletonStack,
|
|
382
|
+
Fp as SliderTest,
|
|
383
|
+
Vp as Spinner,
|
|
384
|
+
vp as SpinnerLoader,
|
|
385
|
+
Np as SplitList,
|
|
387
386
|
zo as Stack,
|
|
388
|
-
|
|
387
|
+
xi as StackTest,
|
|
389
388
|
Zo as StatBadge,
|
|
390
389
|
jo as StatBadgeGrid,
|
|
391
|
-
|
|
390
|
+
si as StatBadgeTest,
|
|
392
391
|
Xo as StrategyApyBreakdownCard,
|
|
393
392
|
Ko as StrategyApyBreakdownCardTest,
|
|
394
|
-
Dr as
|
|
395
|
-
br as StyledDialogContainer,
|
|
393
|
+
Dr as StyledDialogContainer,
|
|
396
394
|
pr as TabButton,
|
|
397
|
-
|
|
395
|
+
qp as TabControl,
|
|
398
396
|
oe as Tabber,
|
|
399
397
|
ee as TabberSection,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
398
|
+
di as TabberTest,
|
|
399
|
+
_p as Table,
|
|
400
|
+
zp as TableBody,
|
|
401
|
+
Yp as TableCell,
|
|
402
|
+
Zp as TableHead,
|
|
403
|
+
jp as TableHeader,
|
|
404
|
+
Jp as TableRow,
|
|
405
|
+
Qp as Tabs,
|
|
406
|
+
Xp as TabsContent,
|
|
407
|
+
$p as TabsList,
|
|
408
|
+
om as TabsTrigger,
|
|
409
|
+
rm as TextButton,
|
|
410
|
+
am as Textarea,
|
|
411
|
+
mm as ThemeProvider,
|
|
414
412
|
ie as TimeToLiquidationBlock,
|
|
415
413
|
pe as TimeToLiquidationBlockTest,
|
|
416
|
-
|
|
414
|
+
nm as TipCard,
|
|
417
415
|
le as TitleMeta,
|
|
418
416
|
fe as TitleMetaTest,
|
|
419
417
|
Te as TokenAmount,
|
|
420
|
-
|
|
418
|
+
ci as TokenAmountTest,
|
|
421
419
|
Ee as TokenBigint,
|
|
422
|
-
|
|
420
|
+
xm as TokenIcon,
|
|
423
421
|
ue as TokenPairSymbol,
|
|
424
422
|
ge as TokenPairSymbolTest,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
423
|
+
sm as TokenSymbol,
|
|
424
|
+
dm as TokenTemplate,
|
|
425
|
+
Cm as Tooltip,
|
|
426
|
+
Sm as TooltipContent,
|
|
427
|
+
Pm as TooltipProvider,
|
|
428
|
+
Dm as TooltipTrigger,
|
|
429
|
+
Lm as TradingView,
|
|
430
|
+
Bm as TradingViewTest,
|
|
431
|
+
Vr as TransactionConfirmAmountField,
|
|
432
|
+
Fr as TransactionConfirmAmountFieldTest,
|
|
433
|
+
vr as TransactionConfirmDialogTest,
|
|
434
|
+
qr as TransactionConfirmExecuteButton,
|
|
435
|
+
Or as TransactionConfirmExecuteButtonTest,
|
|
436
|
+
Zr as TransactionConfirmFailureResult,
|
|
437
|
+
Ur as TransactionConfirmFailureResultTest,
|
|
438
|
+
Nr as TransactionConfirmShell,
|
|
439
|
+
Jr as TransactionConfirmSuccessResult,
|
|
440
|
+
_r as TransactionConfirmSuccessResultTest,
|
|
441
|
+
Qr as TransactionConfirmTxHashRow,
|
|
442
|
+
zr as TransactionConfirmTxHashRowTest,
|
|
443
|
+
hm as TruncatedText,
|
|
444
|
+
Fm as Typography,
|
|
447
445
|
Ne as UsdValue,
|
|
448
446
|
We as UtilizationValue,
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
447
|
+
vm as VSpace,
|
|
448
|
+
be as ValueTest,
|
|
449
|
+
Vm as VerticalIndicator,
|
|
450
|
+
Nm as WithCopy,
|
|
451
|
+
Di as tokenTemplateString,
|
|
452
|
+
Mm as useIntlTyped,
|
|
455
453
|
te as useTitleText
|
|
456
454
|
};
|