@gearbox-protocol/ui-kit 4.0.0 → 4.0.2
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/badge/chip.cjs +1 -1
- package/dist/cjs/components/base/amount-input/constants.cjs +1 -1
- package/dist/cjs/components/base/borrow-rate-block/constants.cjs +1 -1
- package/dist/cjs/components/base/chart-with-side-card/constants.cjs +1 -1
- package/dist/cjs/components/base/detailed-page-title/constants.cjs +1 -1
- package/dist/cjs/components/base/details-view/constants.cjs +1 -1
- package/dist/cjs/components/base/health-factor-block/constants.cjs +1 -1
- package/dist/cjs/components/base/history-chart/constants.cjs +1 -1
- package/dist/cjs/components/base/info-list/constants.cjs +1 -1
- package/dist/cjs/components/base/leverage-input/constants.cjs +1 -1
- package/dist/cjs/components/base/liquidation-params-table/constants.cjs +1 -1
- package/dist/cjs/components/base/liquidation-price-block/constants.cjs +1 -1
- package/dist/cjs/components/base/manage-pane/constants.cjs +1 -1
- package/dist/cjs/components/base/more-accordion/constants.cjs +1 -1
- package/dist/cjs/components/base/nested-info-stack/constants.cjs +1 -1
- package/dist/cjs/components/base/page-title/constants.cjs +1 -1
- package/dist/cjs/components/base/pool-apy-breakdown-card/constants.cjs +1 -1
- package/dist/cjs/components/base/position-assets/constants.cjs +1 -1
- package/dist/cjs/components/base/review-button/constants.cjs +1 -1
- package/dist/cjs/components/base/review-button/review-button.cjs +1 -1
- package/dist/cjs/components/base/section-heading/constants.cjs +1 -1
- package/dist/cjs/components/base/segmented-tabs/constants.cjs +1 -1
- package/dist/cjs/components/base/segmented-tabs/segmented-tabs.cjs +1 -1
- package/dist/cjs/components/base/stack/constants.cjs +1 -1
- package/dist/cjs/components/base/stat-badge/constants.cjs +1 -1
- package/dist/cjs/components/base/strategy-apy-breakdown-card/constants.cjs +1 -1
- package/dist/cjs/components/base/tabber/constants.cjs +1 -1
- package/dist/cjs/components/base/time-to-liquidation-block/constants.cjs +1 -1
- package/dist/cjs/components/base/title-meta/constants.cjs +1 -1
- package/dist/cjs/components/base/token-amount/constants.cjs +1 -1
- package/dist/cjs/components/base/token-pair-symbol/constants.cjs +1 -1
- package/dist/cjs/components/base/values/constants.cjs +1 -1
- package/dist/cjs/components/base-table/constants.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/collateral-allocation-tooltip/constants.cjs +1 -1
- package/dist/cjs/components/composites/pool-assets-table/constants.cjs +1 -1
- package/dist/cjs/components/composites/tx-preview/confirm/amounts/constants.cjs +1 -1
- package/dist/cjs/components/composites/tx-preview/confirm/dialog/constants.cjs +1 -1
- package/dist/cjs/components/composites/tx-preview/confirm/result/constants.cjs +1 -1
- package/dist/cjs/components/composites/tx-preview/confirm/stepper/constants.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/legal-agreement/legal-agreement-awaiting-panel.cjs +1 -1
- package/dist/cjs/components/legal-agreement/legal-agreement-panel.cjs +1 -1
- package/dist/cjs/components/sdk-status-pill/constants.cjs +1 -1
- package/dist/cjs/components/slider/constants.cjs +1 -1
- package/dist/cjs/components/trading-view/constants.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/badge/chip.js +14 -15
- package/dist/esm/components/base/amount-input/constants.js +12 -12
- package/dist/esm/components/base/borrow-rate-block/constants.js +6 -6
- package/dist/esm/components/base/chart-with-side-card/constants.js +6 -6
- package/dist/esm/components/base/detailed-page-title/constants.js +5 -5
- package/dist/esm/components/base/details-view/constants.js +9 -10
- package/dist/esm/components/base/health-factor-block/constants.js +6 -6
- package/dist/esm/components/base/history-chart/constants.js +7 -7
- package/dist/esm/components/base/info-list/constants.js +6 -6
- package/dist/esm/components/base/leverage-input/constants.js +7 -7
- package/dist/esm/components/base/liquidation-params-table/constants.js +4 -4
- package/dist/esm/components/base/liquidation-price-block/constants.js +6 -6
- package/dist/esm/components/base/manage-pane/constants.js +9 -9
- package/dist/esm/components/base/more-accordion/constants.js +5 -5
- package/dist/esm/components/base/nested-info-stack/constants.js +4 -4
- package/dist/esm/components/base/page-title/constants.js +4 -4
- package/dist/esm/components/base/pool-apy-breakdown-card/constants.js +7 -7
- package/dist/esm/components/base/position-assets/constants.js +7 -7
- package/dist/esm/components/base/review-button/constants.js +6 -6
- package/dist/esm/components/base/review-button/review-button.js +19 -25
- package/dist/esm/components/base/section-heading/constants.js +3 -3
- package/dist/esm/components/base/segmented-tabs/constants.js +3 -3
- package/dist/esm/components/base/segmented-tabs/segmented-tabs.js +7 -6
- package/dist/esm/components/base/stack/constants.js +4 -4
- package/dist/esm/components/base/stat-badge/constants.js +7 -7
- package/dist/esm/components/base/strategy-apy-breakdown-card/constants.js +10 -10
- package/dist/esm/components/base/tabber/constants.js +6 -6
- package/dist/esm/components/base/time-to-liquidation-block/constants.js +6 -6
- package/dist/esm/components/base/title-meta/constants.js +7 -7
- package/dist/esm/components/base/token-amount/constants.js +4 -4
- package/dist/esm/components/base/token-pair-symbol/constants.js +4 -4
- package/dist/esm/components/base/values/constants.js +17 -18
- package/dist/esm/components/base-table/constants.js +9 -10
- 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/collateral-allocation-tooltip/constants.js +9 -10
- package/dist/esm/components/composites/pool-assets-table/constants.js +8 -8
- package/dist/esm/components/composites/tx-preview/confirm/amounts/constants.js +4 -4
- package/dist/esm/components/composites/tx-preview/confirm/dialog/constants.js +6 -6
- package/dist/esm/components/composites/tx-preview/confirm/result/constants.js +18 -21
- package/dist/esm/components/composites/tx-preview/confirm/stepper/constants.js +4 -4
- package/dist/esm/components/graph/default-config.js +20 -20
- package/dist/esm/components/index.js +279 -281
- package/dist/esm/components/legal-agreement/legal-agreement-awaiting-panel.js +10 -10
- package/dist/esm/components/legal-agreement/legal-agreement-panel.js +36 -36
- package/dist/esm/components/navbar-logo/navbar-logo.js +10 -13
- package/dist/esm/components/rounded-image/rounded-image.js +23 -26
- package/dist/esm/components/sdk-status-pill/constants.js +6 -6
- package/dist/esm/components/slider/constants.js +4 -4
- package/dist/esm/components/trading-view/constants.js +5 -5
- package/dist/esm/index.js +327 -329
- package/dist/globals.css +1 -1
- package/dist/types/components/badge/chip.d.ts +7 -7
- package/dist/types/components/base/amount-input/constants.d.ts +11 -11
- package/dist/types/components/base/borrow-rate-block/constants.d.ts +5 -5
- package/dist/types/components/base/chart-with-side-card/constants.d.ts +5 -5
- package/dist/types/components/base/detailed-page-title/constants.d.ts +4 -4
- package/dist/types/components/base/details-view/constants.d.ts +9 -9
- package/dist/types/components/base/health-factor-block/constants.d.ts +5 -5
- package/dist/types/components/base/history-chart/constants.d.ts +6 -6
- package/dist/types/components/base/info-list/constants.d.ts +5 -5
- package/dist/types/components/base/leverage-input/constants.d.ts +6 -6
- package/dist/types/components/base/liquidation-params-table/constants.d.ts +3 -3
- package/dist/types/components/base/liquidation-price-block/constants.d.ts +5 -5
- package/dist/types/components/base/manage-pane/constants.d.ts +9 -9
- package/dist/types/components/base/more-accordion/constants.d.ts +4 -4
- package/dist/types/components/base/nested-info-stack/constants.d.ts +3 -3
- package/dist/types/components/base/page-title/constants.d.ts +3 -3
- package/dist/types/components/base/pool-apy-breakdown-card/constants.d.ts +7 -7
- package/dist/types/components/base/position-assets/constants.d.ts +6 -6
- package/dist/types/components/base/review-button/constants.d.ts +5 -5
- package/dist/types/components/base/section-heading/constants.d.ts +3 -3
- package/dist/types/components/base/segmented-tabs/constants.d.ts +3 -3
- package/dist/types/components/base/stack/constants.d.ts +3 -3
- package/dist/types/components/base/stat-badge/constants.d.ts +6 -6
- package/dist/types/components/base/strategy-apy-breakdown-card/constants.d.ts +9 -9
- package/dist/types/components/base/tabber/constants.d.ts +5 -5
- package/dist/types/components/base/time-to-liquidation-block/constants.d.ts +5 -5
- package/dist/types/components/base/title-meta/constants.d.ts +6 -6
- package/dist/types/components/base/token-amount/constants.d.ts +3 -3
- package/dist/types/components/base/token-pair-symbol/constants.d.ts +3 -3
- package/dist/types/components/base/values/constants.d.ts +16 -16
- package/dist/types/components/base-table/constants.d.ts +8 -8
- package/dist/types/components/client-adapters/index.d.ts +0 -1
- package/dist/types/components/collateral-allocation-tooltip/constants.d.ts +8 -8
- package/dist/types/components/composites/pool-assets-table/constants.d.ts +7 -7
- package/dist/types/components/composites/tx-preview/confirm/amounts/constants.d.ts +3 -3
- package/dist/types/components/composites/tx-preview/confirm/dialog/constants.d.ts +6 -6
- package/dist/types/components/composites/tx-preview/confirm/result/constants.d.ts +18 -18
- package/dist/types/components/composites/tx-preview/confirm/stepper/constants.d.ts +3 -3
- package/dist/types/components/legal-agreement/legal-agreement-awaiting-panel.d.ts +3 -3
- package/dist/types/components/legal-agreement/legal-agreement-panel.d.ts +3 -3
- package/dist/types/components/sdk-status-pill/constants.d.ts +5 -5
- package/dist/types/components/slider/constants.d.ts +3 -3
- package/dist/types/components/trading-view/constants.d.ts +4 -4
- package/package.json +3 -2
- 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
package/dist/esm/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ChartWithSideCard as n } from "./components/base/chart-with-side-card/c
|
|
|
5
5
|
import { ChartWithSideCardTest as x } from "./components/base/chart-with-side-card/constants.js";
|
|
6
6
|
import { DetailedPageTitle as s } from "./components/base/detailed-page-title/detailed-page-title.js";
|
|
7
7
|
import { AsideAlignAnchor as d } from "./components/base/details-view/detail-aside/detail-aside-scope.js";
|
|
8
|
-
import { DetailsView as u, DetailsViewLeftPane as c, DetailsViewManagePane as
|
|
8
|
+
import { DetailsView as u, DetailsViewLeftPane as c, DetailsViewManagePane as C } from "./components/base/details-view/details-view.js";
|
|
9
9
|
import { HealthFactorBlockTest as P } from "./components/base/health-factor-block/constants.js";
|
|
10
10
|
import { HealthFactorBlock as D } from "./components/base/health-factor-block/health-factor-block.js";
|
|
11
11
|
import { HistoryChart as b } from "./components/base/history-chart/history-chart.js";
|
|
@@ -28,7 +28,7 @@ import { PoolApyBreakdownCard as fo } from "./components/base/pool-apy-breakdown
|
|
|
28
28
|
import { PositionAssetsTest as lo } from "./components/base/position-assets/constants.js";
|
|
29
29
|
import { PositionAssets as To } from "./components/base/position-assets/position-assets.js";
|
|
30
30
|
import { ReviewButton as uo } from "./components/base/review-button/review-button.js";
|
|
31
|
-
import { SectionHeading as
|
|
31
|
+
import { SectionHeading as Co } from "./components/base/section-heading/section-heading.js";
|
|
32
32
|
import { SegmentedTabs as Po } from "./components/base/segmented-tabs/segmented-tabs.js";
|
|
33
33
|
import { Stack as Do } from "./components/base/stack/stack.js";
|
|
34
34
|
import { StatBadge as bo, StatBadgeGrid as Lo } from "./components/base/stat-badge/stat-badge.js";
|
|
@@ -51,7 +51,7 @@ import { PositionStatusBadge as pe } from "./components/base/values/position-sta
|
|
|
51
51
|
import { PositionTypeBadge as ie } from "./components/base/values/position-type-badge.js";
|
|
52
52
|
import { PriceImpactValue as fe } from "./components/base/values/price-impact-value.js";
|
|
53
53
|
import { ApyValue as le, HealthFactorValue as se, LeverageValue as Te, TokenBigint as de, UsdValue as ge, UtilizationValue as ue } from "./components/base/values/scalars.js";
|
|
54
|
-
import { AlertBadge as
|
|
54
|
+
import { AlertBadge as Ce } from "./components/alert-badge/alert-badge.js";
|
|
55
55
|
import { AlertDialog as Pe, AlertDialogAction as Be, 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
57
|
import { AppBarDotsButton as Fe, AppBarDropdownMenu as He, AppBarHamburgerButton as ve, AppBarMenuItem as Ve, AppBarNavItem as Re } from "./components/app-bar/app-bar.js";
|
|
@@ -69,155 +69,154 @@ import { CopyButton as ir } from "./components/buttons/copy-button/copy-button.j
|
|
|
69
69
|
import { ExternalButton as fr } from "./components/buttons/external-button/external-button.js";
|
|
70
70
|
import { TabButton as lr } from "./components/buttons/tab-button/tab-button.js";
|
|
71
71
|
import { Card as Tr, CardContent as dr, CardDescription as gr, CardHeader as ur, CardTitle as cr } from "./components/cards/card/card.js";
|
|
72
|
-
import { DangerZone as
|
|
72
|
+
import { DangerZone as Sr } from "./components/cards/danger-zone/danger-zone.js";
|
|
73
73
|
import { ExpandableCard as Br } from "./components/cards/expandable-card/expandable-card.js";
|
|
74
74
|
import { Checkbox as Ar } from "./components/checkbox/checkbox.js";
|
|
75
75
|
import { CheckboxLabeled as Lr } from "./components/checkbox/checkbox-labeled.js";
|
|
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 {
|
|
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 {
|
|
216
|
-
import {
|
|
217
|
-
import { BaseTableLineTest as Dn, BaseTableTest as An } from "./components/base-table/constants.js";
|
|
76
|
+
import { StyledDialogContainer as Ir } from "./components/client-adapters/styled-dialog-container/styled-dialog-container.js";
|
|
77
|
+
import { AllocationWheelTest as hr, CollateralAllocationTooltipTest as wr } from "./components/collateral-allocation-tooltip/constants.js";
|
|
78
|
+
import { NotificationCenter as Fr } from "./components/composites/notification-center/notification-center.js";
|
|
79
|
+
import { PoolAssetsTableTest as vr } from "./components/composites/pool-assets-table/constants.js";
|
|
80
|
+
import { PoolAssetsTable as Rr } from "./components/composites/pool-assets-table/pool-assets-table.js";
|
|
81
|
+
import { TransactionConfirmAmountFieldTest as Nr } from "./components/composites/tx-preview/confirm/amounts/constants.js";
|
|
82
|
+
import { TransactionConfirmAmountField as qr } from "./components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js";
|
|
83
|
+
import { TransactionConfirmDialogTest as Or } from "./components/composites/tx-preview/confirm/dialog/constants.js";
|
|
84
|
+
import { TransactionConfirmShell as Ur } from "./components/composites/tx-preview/confirm/dialog/TransactionConfirmShell.js";
|
|
85
|
+
import { TransactionConfirmExecuteButton as Yr } from "./components/composites/tx-preview/confirm/execution/TransactionConfirmExecuteButton.js";
|
|
86
|
+
import { TransactionConfirmExecuteButtonTest as zr, TransactionConfirmFailureResultTest as Qr, TransactionConfirmSuccessResultTest as jr, TransactionConfirmTxHashRowTest as Jr } from "./components/composites/tx-preview/confirm/result/constants.js";
|
|
87
|
+
import { TransactionConfirmFailureResult as $r } from "./components/composites/tx-preview/confirm/result/TransactionConfirmFailureResult.js";
|
|
88
|
+
import { TransactionConfirmSuccessResult as et } from "./components/composites/tx-preview/confirm/result/TransactionConfirmSuccessResult.js";
|
|
89
|
+
import { TransactionConfirmTxHashRow as tt } from "./components/composites/tx-preview/confirm/result/TransactionConfirmTxHashRow.js";
|
|
90
|
+
import { ProgressStepperTest as pt } from "./components/composites/tx-preview/confirm/stepper/constants.js";
|
|
91
|
+
import { ProgressStepper as it } from "./components/composites/tx-preview/confirm/stepper/ProgressStepper.js";
|
|
92
|
+
import { CompoundAPY as ft } from "./components/compound-apy/compound-apy.js";
|
|
93
|
+
import { ConfirmMenu as lt } from "./components/confirm-menu/confirm-menu.js";
|
|
94
|
+
import { DetailedPageTitleExplorerDropdown as Tt } from "./components/detailed-page-title/detailed-page-title-explorer-dropdown.js";
|
|
95
|
+
import { Modal as gt } from "./components/modal/modal.js";
|
|
96
|
+
import { Dialog as ct, DialogTrigger as Ct } from "./components/dialog/dialog.js";
|
|
97
|
+
import { DialogContainer as Pt } from "./components/dialog/dialog-container.js";
|
|
98
|
+
import { DialogContent as Dt } from "./components/dialog/dialog-content.js";
|
|
99
|
+
import { DialogDescription as bt } from "./components/dialog/dialog-description.js";
|
|
100
|
+
import { DialogFooter as kt } from "./components/dialog/dialog-footer.js";
|
|
101
|
+
import { DialogForm as Mt } from "./components/dialog/dialog-form.js";
|
|
102
|
+
import { DialogHeader as wt } from "./components/dialog/dialog-header.js";
|
|
103
|
+
import { DialogModalContainer as Ft } from "./components/dialog/dialog-modal-container.js";
|
|
104
|
+
import { DialogTitle as vt } from "./components/dialog/dialog-title.js";
|
|
105
|
+
import { OneFieldDialog as Rt } from "./components/dialog/one-field-dialog.js";
|
|
106
|
+
import { DisabledWrap as Nt } from "./components/disabled-wrap/disabled-wrap.js";
|
|
107
|
+
import { DropdownMenu as qt, DropdownMenuPortal as Gt, DropdownMenuTrigger as Ot } from "./components/dropdown-menu/dropdown-menu.js";
|
|
108
|
+
import { DropdownMenuContent as Ut } from "./components/dropdown-menu/dropdown-menu-content.js";
|
|
109
|
+
import { DropdownMenuItem as Yt } from "./components/dropdown-menu/dropdown-menu-item.js";
|
|
110
|
+
import { DropdownMenuLabel as zt } from "./components/dropdown-menu/dropdown-menu-label.js";
|
|
111
|
+
import { EditInput as jt } from "./components/edit-input/edit-input.js";
|
|
112
|
+
import { ErrorLineMessage as Kt } from "./components/error-message/error-line-message.js";
|
|
113
|
+
import { FadeoutLoading as oa } from "./components/fadeout-loading/fadeout-loading.js";
|
|
114
|
+
import { FormattedNumberString as ra } from "./components/formatted-number/formatted-number.js";
|
|
115
|
+
import { DEFAULT_SERIES_COLORS as aa } from "./components/graph/graph-vocabulary.js";
|
|
116
|
+
import { Guard as ma } from "./components/guard/guard.js";
|
|
117
|
+
import { HeadCell as na } from "./components/head-cell/head-cell.js";
|
|
118
|
+
import { HealthFactor as xa } from "./components/health-factor/health-factor.js";
|
|
119
|
+
import { HelpTip as sa } from "./components/help-tip/help-tip.js";
|
|
120
|
+
import { HFIndicator as da } from "./components/hf-indicator/hf-indicator.js";
|
|
121
|
+
import { IconButton as ua } from "./components/icon-button/icon-button.js";
|
|
122
|
+
import { FaIcon as Ca } from "./components/icons/fa-icon.js";
|
|
123
|
+
import { InfiniteScrollWrapper as Pa } from "./components/infinite-scroll/infinite-scroll-wrapper.js";
|
|
124
|
+
import { Input as Da } from "./components/input/input.js";
|
|
125
|
+
import { Label as ba } from "./components/label/label.js";
|
|
126
|
+
import { AppFooter as ka } from "./components/layout/app-footer/app-footer.js";
|
|
127
|
+
import { AppHeader as Ma } from "./components/layout/app-header/app-header.js";
|
|
128
|
+
import { Col as wa } from "./components/layout/col/col.js";
|
|
129
|
+
import { Container as Fa } from "./components/layout/container/container.js";
|
|
130
|
+
import { Grid as va } from "./components/layout/grid/grid.js";
|
|
131
|
+
import { Layout as Ra } from "./components/layout/layout/layout.js";
|
|
132
|
+
import { BlockedRegionDialog as Na, LegalAgreementDialog as Wa } from "./components/legal-agreement/legal-agreement-dialog.js";
|
|
133
|
+
import { LegalAgreementLink as Ga } from "./components/legal-agreement/legal-agreement-link.js";
|
|
134
|
+
import { Link as _a } from "./components/link/link.js";
|
|
135
|
+
import { Loader as Xa } from "./components/loader/loader.js";
|
|
136
|
+
import { Loading as Za } from "./components/loading/loading.js";
|
|
137
|
+
import { MarkdownText as Qa } from "./components/markdown-text/markdown-text.js";
|
|
138
|
+
import { NameCell as Ja } from "./components/name-cell/name-cell.js";
|
|
139
|
+
import { NavBarLogo as $a } from "./components/navbar-logo/navbar-logo.js";
|
|
140
|
+
import { NavigationProvider as ep } from "./components/navigation-context/navigation-provider.js";
|
|
141
|
+
import { NetworkIcon as tp } from "./components/network-icon/network-icon.js";
|
|
142
|
+
import { PointsIcon as pp } from "./components/points-icon/points-icon.js";
|
|
143
|
+
import { PoolPointsIndicator as ip } from "./components/pool-points-indicator/pool-points-indicator.js";
|
|
144
|
+
import { RadioGroup as fp, RadioGroupItem as xp } from "./components/radio-group/radio-group.js";
|
|
145
|
+
import { RWAFeature as sp } from "./components/rwa-feature/rwa-feature.js";
|
|
146
|
+
import { SdkStatusPillTest as dp } from "./components/sdk-status-pill/constants.js";
|
|
147
|
+
import { SdkStatusPill as up } from "./components/sdk-status-pill/sdk-status-pill.js";
|
|
148
|
+
import { SearchLine as Cp } from "./components/search-line/search-line.js";
|
|
149
|
+
import { SegmentedControl as Pp } from "./components/segmented-control/segmented-control.js";
|
|
150
|
+
import { Select as Dp, SelectContent as Ap, SelectItem as bp, SelectTrigger as Lp, SelectValue as kp } from "./components/select/select.js";
|
|
151
|
+
import { SeparateLine as Mp } from "./components/separate-line/separate-line.js";
|
|
152
|
+
import { ShortString as wp } from "./components/short-string/short-string.js";
|
|
153
|
+
import { SimpleDropdown as Fp } from "./components/simple-dropdown/simple-dropdown.js";
|
|
154
|
+
import { SimpleDropdownMenuItem as vp } from "./components/simple-dropdown/simple-dropdown-menu-item.js";
|
|
155
|
+
import { Skeleton as Rp } from "./components/skeleton/skeleton.js";
|
|
156
|
+
import { SkeletonStack as Np } from "./components/skeleton/skeleton-stack.js";
|
|
157
|
+
import { SliderTest as qp } from "./components/slider/constants.js";
|
|
158
|
+
import { Spinner as Op } from "./components/spinner/spinner.js";
|
|
159
|
+
import { SpinnerLoader as Up } from "./components/spinner-loader/spinner-loader.js";
|
|
160
|
+
import { SplitList as Yp } from "./components/split-list/split-list.js";
|
|
161
|
+
import { TabControl as zp } from "./components/tab-control/tab-control.js";
|
|
162
|
+
import { GridErrorLine as jp } from "./components/table/grid-error-line.js";
|
|
163
|
+
import { Table as Kp, TableBody as $p, TableCell as om, TableHead as em, TableHeader as rm, TableRow as tm } from "./components/table/table.js";
|
|
164
|
+
import { Tabs as pm, TabsContent as mm, TabsList as im, TabsTrigger as nm } from "./components/tabs/tabs.js";
|
|
165
|
+
import { TextButton as xm } from "./components/text-button/text-button.js";
|
|
166
|
+
import { Textarea as sm } from "./components/textarea/textarea.js";
|
|
167
|
+
import { ThemeProvider as dm } from "./components/theme-provider.js";
|
|
168
|
+
import { TipCard as um } from "./components/tip-card/tip-card.js";
|
|
169
|
+
import { TokenIcon as Cm } from "./components/token-icon/token-icon.js";
|
|
170
|
+
import { TokenSymbol as Pm } from "./components/token-symbol/token-symbol.js";
|
|
171
|
+
import { TokenTemplate as Dm } from "./components/token-template/token-template.js";
|
|
172
|
+
import { SimpleTooltip as bm } from "./components/tooltip/simple-tooltip.js";
|
|
173
|
+
import { Tooltip as km, TooltipContent as Im, TooltipProvider as Mm, TooltipTrigger as hm } from "./components/tooltip/tooltip.js";
|
|
174
|
+
import { TradingViewTest as ym } from "./components/trading-view/constants.js";
|
|
175
|
+
import { TradingView as Hm } from "./components/trading-view/trading-view.js";
|
|
176
|
+
import { TruncatedText as Vm } from "./components/truncated-text/truncated-text.js";
|
|
177
|
+
import { FormattedMessageTyped as Em, useIntlTyped as Nm } from "./components/typed-intl/index.js";
|
|
178
|
+
import { Typography as qm } from "./components/typography/typography.js";
|
|
179
|
+
import { VerticalIndicator as Om } from "./components/vertical-indicator/vertical-indicator.js";
|
|
180
|
+
import { VSpace as Um } from "./components/vspace/vspace.js";
|
|
181
|
+
import { WithCopy as Ym } from "./components/with-copy/with-copy.js";
|
|
182
|
+
import { ApyBreakdownTooltip as zm } from "./components/yield-breakdown-tooltip/yield-breakdown-tooltip.js";
|
|
183
|
+
import { useDebounceCall as jm } from "./hooks/use-debounce-call.js";
|
|
184
|
+
import { getSortForFields as Km, nextMultiSortState as $m, useSort as oi } from "./hooks/use-filter.js";
|
|
185
|
+
import { useIsDesktop as ri, useIsMedium as ti, useIsMobile as ai, useMediaQuery as pi } from "./hooks/use-media-query.js";
|
|
186
|
+
import { usePrevious as ii } from "./hooks/use-previous.js";
|
|
187
|
+
import { default as fi } from "./locale/en.json.js";
|
|
188
|
+
import { cn as li, cn as si } from "./utils/cn.js";
|
|
189
|
+
import { APPROXIMATE_SYMBOL as di, formatTimestamp as gi, shortenHash as ui } from "./utils/format.js";
|
|
190
|
+
import { formatLeverage as Ci, formatLeverageExact as Si } from "./utils/format-leverage.js";
|
|
191
|
+
import { formatMoney as Bi, percentageTemplate as Di } from "./utils/format-money.js";
|
|
192
|
+
import { formatPnl as bi } from "./utils/format-pnl.js";
|
|
193
|
+
import { formatOraclePrice as ki } from "./utils/format-price.js";
|
|
194
|
+
import { slippageTemplate as Mi } from "./utils/format-slippage.js";
|
|
195
|
+
import { leveragePresets as wi } from "./utils/leverage-presets.js";
|
|
196
|
+
import { bnToLiquidationPriceView as Fi, parseInputToBN as Hi } from "./utils/parse-input-to-bn.js";
|
|
197
|
+
import { shortenString as Vi } from "./utils/shorten-string.js";
|
|
198
|
+
import { tokenTemplateString as Ei } from "./utils/templates.js";
|
|
199
|
+
import { openInNewWindow as Wi } from "./utils/window.js";
|
|
200
|
+
import { Z_INDEX as Gi } from "./utils/z-index.js";
|
|
201
|
+
import { AmountInputTest as _i } from "./components/base/amount-input/constants.js";
|
|
202
|
+
import { DetailedPageTitleTest as Xi } from "./components/base/detailed-page-title/constants.js";
|
|
203
|
+
import { DetailsViewTest as Zi } from "./components/base/details-view/constants.js";
|
|
204
|
+
import { HistoryChartTest as Qi } from "./components/base/history-chart/constants.js";
|
|
205
|
+
import { InfoListTest as Ji } from "./components/base/info-list/constants.js";
|
|
206
|
+
import { LeverageInputTest as $i } from "./components/base/leverage-input/constants.js";
|
|
207
|
+
import { ManagePaneTest as en } from "./components/base/manage-pane/constants.js";
|
|
208
|
+
import { PageTitleTest as tn } from "./components/base/page-title/constants.js";
|
|
209
|
+
import { ReviewButtonTest as pn } from "./components/base/review-button/constants.js";
|
|
210
|
+
import { SectionHeadingTest as nn } from "./components/base/section-heading/constants.js";
|
|
211
|
+
import { SegmentedTabsTest as xn } from "./components/base/segmented-tabs/constants.js";
|
|
212
|
+
import { StackTest as sn } from "./components/base/stack/constants.js";
|
|
213
|
+
import { StatBadgeTest as dn } from "./components/base/stat-badge/constants.js";
|
|
214
|
+
import { TabberTest as un } from "./components/base/tabber/constants.js";
|
|
215
|
+
import { TokenAmountTest as Cn } from "./components/base/token-amount/constants.js";
|
|
216
|
+
import { BaseTableLineTest as Pn, BaseTableTest as Bn } from "./components/base-table/constants.js";
|
|
218
217
|
export {
|
|
219
|
-
|
|
220
|
-
|
|
218
|
+
di as APPROXIMATE_SYMBOL,
|
|
219
|
+
Ce as AlertBadge,
|
|
221
220
|
Pe as AlertDialog,
|
|
222
221
|
Be as AlertDialogAction,
|
|
223
222
|
De as AlertDialogCancel,
|
|
@@ -228,17 +227,17 @@ export {
|
|
|
228
227
|
Ie as AlertDialogTitle,
|
|
229
228
|
Me as AlertDialogTrigger,
|
|
230
229
|
we as AlertModal,
|
|
231
|
-
|
|
230
|
+
hr as AllocationWheelTest,
|
|
232
231
|
r as AmountInput,
|
|
233
|
-
|
|
232
|
+
_i as AmountInputTest,
|
|
234
233
|
Fe as AppBarDotsButton,
|
|
235
234
|
He as AppBarDropdownMenu,
|
|
236
235
|
ve as AppBarHamburgerButton,
|
|
237
236
|
Ve as AppBarMenuItem,
|
|
238
237
|
Re as AppBarNavItem,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
ka as AppFooter,
|
|
239
|
+
Ma as AppHeader,
|
|
240
|
+
zm as ApyBreakdownTooltip,
|
|
242
241
|
le as ApyValue,
|
|
243
242
|
d as AsideAlignAnchor,
|
|
244
243
|
Ne as AssetsListCell,
|
|
@@ -247,9 +246,9 @@ export {
|
|
|
247
246
|
Ze as BaseLink,
|
|
248
247
|
Qe as BaseTable,
|
|
249
248
|
Je as BaseTableLine,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
249
|
+
Pn as BaseTableLineTest,
|
|
250
|
+
Bn as BaseTableTest,
|
|
251
|
+
Na as BlockedRegionDialog,
|
|
253
252
|
a as BorrowRateBlock,
|
|
254
253
|
m as BorrowRateBlockTest,
|
|
255
254
|
$e as BreadCrumbs,
|
|
@@ -268,111 +267,111 @@ export {
|
|
|
268
267
|
_e as ChipTest,
|
|
269
268
|
Ue as Chips,
|
|
270
269
|
Xe as ChipsTest,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
wa as Col,
|
|
271
|
+
wr as CollateralAllocationTooltipTest,
|
|
272
|
+
ft as CompoundAPY,
|
|
273
|
+
lt as ConfirmMenu,
|
|
274
|
+
Fa as Container,
|
|
276
275
|
ir as CopyButton,
|
|
277
|
-
|
|
278
|
-
|
|
276
|
+
aa as DEFAULT_SERIES_COLORS,
|
|
277
|
+
Sr as DangerZone,
|
|
279
278
|
s as DetailedPageTitle,
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
Tt as DetailedPageTitleExplorerDropdown,
|
|
280
|
+
Xi as DetailedPageTitleTest,
|
|
282
281
|
u as DetailsView,
|
|
283
282
|
c as DetailsViewLeftPane,
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
283
|
+
C as DetailsViewManagePane,
|
|
284
|
+
Zi as DetailsViewTest,
|
|
285
|
+
ct as Dialog,
|
|
286
|
+
Pt as DialogContainer,
|
|
287
|
+
Dt as DialogContent,
|
|
288
|
+
bt as DialogDescription,
|
|
289
|
+
kt as DialogFooter,
|
|
290
|
+
Mt as DialogForm,
|
|
291
|
+
wt as DialogHeader,
|
|
292
|
+
Ft as DialogModalContainer,
|
|
293
|
+
vt as DialogTitle,
|
|
294
|
+
Ct as DialogTrigger,
|
|
295
|
+
Nt as DisabledWrap,
|
|
296
|
+
qt as DropdownMenu,
|
|
297
|
+
Ut as DropdownMenuContent,
|
|
298
|
+
Yt as DropdownMenuItem,
|
|
299
|
+
zt as DropdownMenuLabel,
|
|
300
|
+
Gt as DropdownMenuPortal,
|
|
301
|
+
Ot as DropdownMenuTrigger,
|
|
302
|
+
jt as EditInput,
|
|
303
|
+
fi as EnglishLocale,
|
|
304
|
+
Kt as ErrorLineMessage,
|
|
306
305
|
Br as ExpandableCard,
|
|
307
306
|
fr as ExternalButton,
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
307
|
+
Ca as FaIcon,
|
|
308
|
+
oa as FadeoutLoading,
|
|
309
|
+
Em as FormattedMessageTyped,
|
|
310
|
+
ra as FormattedNumberString,
|
|
311
|
+
va as Grid,
|
|
312
|
+
jp as GridErrorLine,
|
|
313
|
+
ma as Guard,
|
|
314
|
+
da as HFIndicator,
|
|
315
|
+
na as HeadCell,
|
|
316
|
+
xa as HealthFactor,
|
|
318
317
|
D as HealthFactorBlock,
|
|
319
318
|
P as HealthFactorBlockTest,
|
|
320
319
|
se as HealthFactorValue,
|
|
321
|
-
|
|
320
|
+
sa as HelpTip,
|
|
322
321
|
b as HistoryChart,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
322
|
+
Qi as HistoryChartTest,
|
|
323
|
+
ua as IconButton,
|
|
324
|
+
Pa as InfiniteScrollWrapper,
|
|
326
325
|
k as InfoLine,
|
|
327
326
|
I as InfoList,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
327
|
+
Ji as InfoListTest,
|
|
328
|
+
Da as Input,
|
|
329
|
+
ba as Label,
|
|
330
|
+
Ra as Layout,
|
|
331
|
+
Wa as LegalAgreementDialog,
|
|
332
|
+
Ga as LegalAgreementLink,
|
|
334
333
|
w as LeverageInput,
|
|
335
|
-
|
|
334
|
+
$i as LeverageInputTest,
|
|
336
335
|
v as LeveragePresetChips,
|
|
337
336
|
F as LeveragePresetChipsTest,
|
|
338
337
|
Te as LeverageValue,
|
|
339
|
-
|
|
338
|
+
_a as Link,
|
|
340
339
|
N as LiquidationParamsTable,
|
|
341
340
|
R as LiquidationParamsTableTest,
|
|
342
341
|
O as LiquidationPriceBlock,
|
|
343
342
|
q as LiquidationPriceBlockTest,
|
|
344
|
-
|
|
345
|
-
|
|
343
|
+
Xa as Loader,
|
|
344
|
+
Za as Loading,
|
|
346
345
|
U as ManagePane,
|
|
347
346
|
X as ManagePaneActionTab,
|
|
348
347
|
Y as ManagePaneMessage,
|
|
349
348
|
Z as ManagePaneTab,
|
|
350
349
|
z as ManagePaneTabDropdown,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
350
|
+
en as ManagePaneTest,
|
|
351
|
+
Qa as MarkdownText,
|
|
352
|
+
gt as Modal,
|
|
354
353
|
K as MoreAccordion,
|
|
355
354
|
j as MoreAccordionTest,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
355
|
+
Ja as NameCell,
|
|
356
|
+
$a as NavBarLogo,
|
|
357
|
+
ep as NavigationProvider,
|
|
359
358
|
ro as NestedInfoStack,
|
|
360
359
|
oo as NestedInfoStackTest,
|
|
361
|
-
|
|
360
|
+
tp as NetworkIcon,
|
|
362
361
|
jo as NoValue,
|
|
363
|
-
|
|
364
|
-
|
|
362
|
+
Fr as NotificationCenter,
|
|
363
|
+
Rt as OneFieldDialog,
|
|
365
364
|
ao as PageHeadProvider,
|
|
366
365
|
po as PageTitle,
|
|
367
|
-
|
|
366
|
+
tn as PageTitleTest,
|
|
368
367
|
ee as PnlValue,
|
|
369
|
-
|
|
368
|
+
pp as PointsIcon,
|
|
370
369
|
M as PointsInfoLine,
|
|
371
370
|
fo as PoolApyBreakdownCard,
|
|
372
371
|
io as PoolApyBreakdownCardTest,
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
372
|
+
Rr as PoolAssetsTable,
|
|
373
|
+
vr as PoolAssetsTableTest,
|
|
374
|
+
ip as PoolPointsIndicator,
|
|
376
375
|
To as PositionAssets,
|
|
377
376
|
lo as PositionAssetsTest,
|
|
378
377
|
te as PositionShortLabel,
|
|
@@ -380,130 +379,129 @@ export {
|
|
|
380
379
|
pe as PositionStatusBadge,
|
|
381
380
|
ie as PositionTypeBadge,
|
|
382
381
|
fe as PriceImpactValue,
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
382
|
+
it as ProgressStepper,
|
|
383
|
+
pt as ProgressStepperTest,
|
|
384
|
+
sp as RWAFeature,
|
|
385
|
+
fp as RadioGroup,
|
|
386
|
+
xp as RadioGroupItem,
|
|
388
387
|
uo as ReviewButton,
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
388
|
+
pn as ReviewButtonTest,
|
|
389
|
+
up as SdkStatusPill,
|
|
390
|
+
dp as SdkStatusPillTest,
|
|
391
|
+
Cp as SearchLine,
|
|
392
|
+
Co as SectionHeading,
|
|
393
|
+
nn as SectionHeadingTest,
|
|
394
|
+
Pp as SegmentedControl,
|
|
396
395
|
Po as SegmentedTabs,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
396
|
+
xn as SegmentedTabsTest,
|
|
397
|
+
Dp as Select,
|
|
398
|
+
Ap as SelectContent,
|
|
399
|
+
bp as SelectItem,
|
|
400
|
+
Lp as SelectTrigger,
|
|
401
|
+
kp as SelectValue,
|
|
402
|
+
Mp as SeparateLine,
|
|
403
|
+
wp as ShortString,
|
|
404
|
+
Fp as SimpleDropdown,
|
|
405
|
+
vp as SimpleDropdownMenuItem,
|
|
406
|
+
bm as SimpleTooltip,
|
|
407
|
+
Rp as Skeleton,
|
|
408
|
+
Np as SkeletonStack,
|
|
409
|
+
qp as SliderTest,
|
|
410
|
+
Op as Spinner,
|
|
411
|
+
Up as SpinnerLoader,
|
|
412
|
+
Yp as SplitList,
|
|
414
413
|
Do as Stack,
|
|
415
|
-
|
|
414
|
+
sn as StackTest,
|
|
416
415
|
bo as StatBadge,
|
|
417
416
|
Lo as StatBadgeGrid,
|
|
418
|
-
|
|
417
|
+
dn as StatBadgeTest,
|
|
419
418
|
ho as StrategyApyBreakdownCard,
|
|
420
419
|
Io as StrategyApyBreakdownCardTest,
|
|
421
|
-
Ir as
|
|
422
|
-
hr as StyledDialogContainer,
|
|
420
|
+
Ir as StyledDialogContainer,
|
|
423
421
|
lr as TabButton,
|
|
424
|
-
|
|
422
|
+
zp as TabControl,
|
|
425
423
|
yo as Tabber,
|
|
426
424
|
Fo as TabberSection,
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
425
|
+
un as TabberTest,
|
|
426
|
+
Kp as Table,
|
|
427
|
+
$p as TableBody,
|
|
428
|
+
om as TableCell,
|
|
429
|
+
em as TableHead,
|
|
430
|
+
rm as TableHeader,
|
|
431
|
+
tm as TableRow,
|
|
432
|
+
pm as Tabs,
|
|
433
|
+
mm as TabsContent,
|
|
434
|
+
im as TabsList,
|
|
435
|
+
nm as TabsTrigger,
|
|
436
|
+
xm as TextButton,
|
|
437
|
+
sm as Textarea,
|
|
438
|
+
dm as ThemeProvider,
|
|
441
439
|
No as TimeToLiquidationBlock,
|
|
442
440
|
Ro as TimeToLiquidationBlockTest,
|
|
443
|
-
|
|
441
|
+
um as TipCard,
|
|
444
442
|
Oo as TitleMeta,
|
|
445
443
|
qo as TitleMetaTest,
|
|
446
444
|
Uo as TokenAmount,
|
|
447
|
-
|
|
445
|
+
Cn as TokenAmountTest,
|
|
448
446
|
de as TokenBigint,
|
|
449
|
-
|
|
447
|
+
Cm as TokenIcon,
|
|
450
448
|
zo as TokenPairSymbol,
|
|
451
449
|
Yo as TokenPairSymbolTest,
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
450
|
+
Pm as TokenSymbol,
|
|
451
|
+
Dm as TokenTemplate,
|
|
452
|
+
km as Tooltip,
|
|
453
|
+
Im as TooltipContent,
|
|
454
|
+
Mm as TooltipProvider,
|
|
455
|
+
hm as TooltipTrigger,
|
|
456
|
+
Hm as TradingView,
|
|
457
|
+
ym as TradingViewTest,
|
|
458
|
+
qr as TransactionConfirmAmountField,
|
|
459
|
+
Nr as TransactionConfirmAmountFieldTest,
|
|
460
|
+
Or as TransactionConfirmDialogTest,
|
|
461
|
+
Yr as TransactionConfirmExecuteButton,
|
|
462
|
+
zr as TransactionConfirmExecuteButtonTest,
|
|
463
|
+
$r as TransactionConfirmFailureResult,
|
|
464
|
+
Qr as TransactionConfirmFailureResultTest,
|
|
465
|
+
Ur as TransactionConfirmShell,
|
|
466
|
+
et as TransactionConfirmSuccessResult,
|
|
467
|
+
jr as TransactionConfirmSuccessResultTest,
|
|
468
|
+
tt as TransactionConfirmTxHashRow,
|
|
469
|
+
Jr as TransactionConfirmTxHashRowTest,
|
|
470
|
+
Vm as TruncatedText,
|
|
471
|
+
qm as Typography,
|
|
474
472
|
ge as UsdValue,
|
|
475
473
|
ue as UtilizationValue,
|
|
476
|
-
|
|
474
|
+
Um as VSpace,
|
|
477
475
|
$o as ValueTest,
|
|
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
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
476
|
+
Om as VerticalIndicator,
|
|
477
|
+
Ym as WithCopy,
|
|
478
|
+
Gi as Z_INDEX,
|
|
479
|
+
Fi as bnToLiquidationPriceView,
|
|
480
|
+
li as cn,
|
|
481
|
+
si as default,
|
|
482
|
+
Ci as formatLeverage,
|
|
483
|
+
Si as formatLeverageExact,
|
|
484
|
+
Bi as formatMoney,
|
|
485
|
+
ki as formatOraclePrice,
|
|
486
|
+
bi as formatPnl,
|
|
487
|
+
gi as formatTimestamp,
|
|
488
|
+
Km as getSortForFields,
|
|
489
|
+
wi as leveragePresets,
|
|
490
|
+
$m as nextMultiSortState,
|
|
491
|
+
Wi as openInNewWindow,
|
|
492
|
+
Hi as parseInputToBN,
|
|
493
|
+
Di as percentageTemplate,
|
|
494
|
+
ui as shortenHash,
|
|
495
|
+
Vi as shortenString,
|
|
496
|
+
Mi as slippageTemplate,
|
|
497
|
+
Ei as tokenTemplateString,
|
|
498
|
+
jm as useDebounceCall,
|
|
499
|
+
Nm as useIntlTyped,
|
|
500
|
+
ri as useIsDesktop,
|
|
501
|
+
ti as useIsMedium,
|
|
502
|
+
ai as useIsMobile,
|
|
503
|
+
pi as useMediaQuery,
|
|
504
|
+
ii as usePrevious,
|
|
505
|
+
oi as useSort,
|
|
508
506
|
vo as useTitleText
|
|
509
507
|
};
|