@gearbox-protocol/permissionless-ui 1.22.0-next.47 → 1.22.0-next.48
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/block-sync/block-sync.cjs +1 -1
- package/dist/cjs/components/checkbox/checkbox-labeled.cjs +1 -1
- package/dist/cjs/components/client-adapters/styled-rounded-image/styled-rounded-image.cjs +1 -1
- package/dist/cjs/components/complex-input/complex-input.cjs +1 -1
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/separate-line/index.cjs +1 -0
- package/dist/cjs/components/separate-line/separate-line.cjs +1 -0
- package/dist/cjs/components/time-to-liquidation/time-to-liquidation.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/block-sync/block-sync.js +3 -2
- package/dist/esm/components/checkbox/checkbox-labeled.js +1 -0
- package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +1 -0
- package/dist/esm/components/complex-input/complex-input.js +3 -2
- package/dist/esm/components/index.js +190 -188
- package/dist/esm/components/separate-line/index.js +4 -0
- package/dist/esm/components/separate-line/separate-line.js +28 -0
- package/dist/esm/components/time-to-liquidation/time-to-liquidation.js +1 -0
- package/dist/esm/index.js +331 -329
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/separate-line/index.d.ts +1 -0
- package/dist/types/components/separate-line/separate-line.d.ts +28 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -114,6 +114,7 @@ import "../rounded-image/rounded-image.js";
|
|
|
114
114
|
import "../search-bar/search-bar.js";
|
|
115
115
|
import "../segmented-control/segmented-control.js";
|
|
116
116
|
import "../select/select.js";
|
|
117
|
+
import "../separate-line/separate-line.js";
|
|
117
118
|
import "../separator/separator.js";
|
|
118
119
|
import "../slider/slider.js";
|
|
119
120
|
import { BalanceIndicator as P } from "../smart-number-input/balance-indicator.js";
|
|
@@ -135,7 +136,7 @@ import "../typography/typography.js";
|
|
|
135
136
|
import "../vertical-indicator/vertical-indicator.js";
|
|
136
137
|
import "../vertical-list/vertical-list.js";
|
|
137
138
|
import "../with-filter-button/with-filter-button.js";
|
|
138
|
-
function
|
|
139
|
+
function si({
|
|
139
140
|
titleProps: s,
|
|
140
141
|
inputProps: a,
|
|
141
142
|
balanceIndicatorProps: c
|
|
@@ -197,5 +198,5 @@ function li({
|
|
|
197
198
|
);
|
|
198
199
|
}
|
|
199
200
|
export {
|
|
200
|
-
|
|
201
|
+
si as ComplexInput
|
|
201
202
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as p } from "./accordion/accordion.js";
|
|
2
2
|
import { Address as n } from "./address/address.js";
|
|
3
|
-
import { AlertBadge as
|
|
3
|
+
import { AlertBadge as l, alertBadgeVariants as x } from "./alert-badge/alert-badge.js";
|
|
4
4
|
import { AlertDialog as d, AlertDialogAction as s, AlertDialogCancel as g, AlertDialogContent as T, AlertDialogDescription as u, AlertDialogFooter as c, AlertDialogHeader as b, AlertDialogOverlay as C, AlertDialogPortal as S, AlertDialogTitle as D, AlertDialogTrigger as L } from "./alert-dialog/alert-dialog.js";
|
|
5
5
|
import { AlertModal as I } from "./alert-modal/alert-modal.js";
|
|
6
6
|
import { Apy as G } from "./apy/apy.js";
|
|
@@ -19,7 +19,7 @@ import { BreadCrumbs as $ } from "./breadcrumbs/breadcrumbs.js";
|
|
|
19
19
|
import { ButtonCheckbox as or } from "./button-checkbox/button-checkbox.js";
|
|
20
20
|
import { BackButton as tr, backButtonVariants as ar } from "./buttons/back-button/back-button.js";
|
|
21
21
|
import { Button as ir, buttonVariants as nr } from "./buttons/button/button.js";
|
|
22
|
-
import { CopyButton as
|
|
22
|
+
import { CopyButton as lr } from "./buttons/copy-button/copy-button.js";
|
|
23
23
|
import { ExternalButton as fr } from "./buttons/external-button/external-button.js";
|
|
24
24
|
import { FilterButton as sr } from "./buttons/filter-button/filter-button.js";
|
|
25
25
|
import { NavigationButton as Tr } from "./buttons/navigation-button/navigation-button.js";
|
|
@@ -42,7 +42,7 @@ import { ComplexInput as ro } from "./complex-input/complex-input.js";
|
|
|
42
42
|
import { CompoundAPY as eo } from "./compound-apy/compound-apy.js";
|
|
43
43
|
import { ConfirmMenu as ao } from "./confirm-menu/confirm-menu.js";
|
|
44
44
|
import { CreditSessionStatus as io } from "./credit-session-status/credit-session-status.js";
|
|
45
|
-
import { CurrencyButton as
|
|
45
|
+
import { CurrencyButton as mo } from "./currency-button/currency-button.js";
|
|
46
46
|
import { Description as xo } from "./description/description.js";
|
|
47
47
|
import { DetailedApy as so } from "./detailed-apy/detailed-apy.js";
|
|
48
48
|
import { DetailedPageTitle as To } from "./detailed-page-title/detailed-page-title.js";
|
|
@@ -65,7 +65,7 @@ import { DropdownMenuContent as re } from "./dropdown-menu/dropdown-menu-content
|
|
|
65
65
|
import { DropdownMenuItem as ee } from "./dropdown-menu/dropdown-menu-item.js";
|
|
66
66
|
import { DropdownMenuLabel as ae } from "./dropdown-menu/dropdown-menu-label.js";
|
|
67
67
|
import { DropdownMenuRadioItem as ie } from "./dropdown-menu/dropdown-menu-radio-item.js";
|
|
68
|
-
import { DropdownMenuSeparator as
|
|
68
|
+
import { DropdownMenuSeparator as me } from "./dropdown-menu/dropdown-menu-separator.js";
|
|
69
69
|
import { DropdownMenuShortcut as xe } from "./dropdown-menu/dropdown-menu-shortcut.js";
|
|
70
70
|
import { DropdownMenuSubContent as de } from "./dropdown-menu/dropdown-menu-sub-content.js";
|
|
71
71
|
import { DropdownMenuSubTrigger as ge } from "./dropdown-menu/dropdown-menu-sub-trigger.js";
|
|
@@ -91,7 +91,7 @@ import { FormField as Qe } from "./form/form-field.js";
|
|
|
91
91
|
import { FormattedNumberString as rt } from "./formatted-number/formatted-number.js";
|
|
92
92
|
import { GeneralAssetList as et } from "./general-asset-list/general-asset-list.js";
|
|
93
93
|
import { GeneralSelect as at } from "./general-select/general-select.js";
|
|
94
|
-
import { DEFAULT_AREA_SERIES as it, DEFAULT_OPTIONS as nt, DEFAULT_VERTICAL_LINE as
|
|
94
|
+
import { DEFAULT_AREA_SERIES as it, DEFAULT_OPTIONS as nt, DEFAULT_VERTICAL_LINE as mt, getDefaultOptions as lt, getDefaultSeries as xt, getDefaultVerticalLine as ft } from "./graph/default-config.js";
|
|
95
95
|
import { getXFormatter as st, getYFormatter as gt } from "./graph/formatters.js";
|
|
96
96
|
import { DEFAULT_SERIES_COLORS as ut, Graph as ct } from "./graph/graph.js";
|
|
97
97
|
import { GraphCurrentValue as Ct } from "./graph/graph-current-value.js";
|
|
@@ -109,7 +109,7 @@ import { HideOn as Kt, ShowOn as Qt } from "./hide-on/hide-on.js";
|
|
|
109
109
|
import { HorizontalIndicator as ra } from "./horizontal-indicator/horizontal-indicator.js";
|
|
110
110
|
import { IconButton as ea, iconButtonVariants as ta } from "./icon-button/icon-button.js";
|
|
111
111
|
import { Image as pa } from "./image/image.js";
|
|
112
|
-
import { Input as na, inputVariants as
|
|
112
|
+
import { Input as na, inputVariants as ma } from "./input/input.js";
|
|
113
113
|
import { Label as xa, labelVariants as fa } from "./label/label.js";
|
|
114
114
|
import { AppLogo as sa } from "./layout/app-logo/app-logo.js";
|
|
115
115
|
import { Block as Ta } from "./layout/block/block.js";
|
|
@@ -130,7 +130,7 @@ import { LiquidationPrice as Qa } from "./liquidation-price/liquidation-price.js
|
|
|
130
130
|
import { LoaderGuard as rp } from "./loader-guard/loader-guard.js";
|
|
131
131
|
import { MarkdownViewer as ep } from "./markdown-viewer/markdown-viewer.js";
|
|
132
132
|
import { Navbar as ap, NavbarNav as pp, navbarVariants as ip } from "./navbar/navbar.js";
|
|
133
|
-
import { NavbarIndicatorProvider as
|
|
133
|
+
import { NavbarIndicatorProvider as mp, useNavbarIndicator as lp } from "./navbar/navbar-indicator-context.js";
|
|
134
134
|
import { NavBarLogo as fp } from "./navbar-logo/navbar-logo.js";
|
|
135
135
|
import { NavItem as sp, navitemVariants as gp } from "./navitem/navitem.js";
|
|
136
136
|
import { NotFound as up } from "./not-found/not-found.js";
|
|
@@ -151,71 +151,72 @@ import { Row as Jp } from "./row/row.js";
|
|
|
151
151
|
import { SearchBar as Qp } from "./search-bar/search-bar.js";
|
|
152
152
|
import { SearchLine as ri, WithSearchLine as oi, searchLineInputVariants as ei, searchLineVariants as ti } from "./search-line/search-line.js";
|
|
153
153
|
import { SegmentedControl as pi, segmentedControlVariants as ii } from "./segmented-control/segmented-control.js";
|
|
154
|
-
import { Select as
|
|
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 {
|
|
154
|
+
import { Select as mi, SelectContent as li, SelectGroup as xi, SelectItem as fi, SelectLabel as di, SelectScrollDownButton as si, SelectScrollUpButton as gi, SelectSeparator as Ti, SelectTrigger as ui, SelectValue as ci, selectTriggerVariants as bi } from "./select/select.js";
|
|
155
|
+
import { SeparateLine as Si } from "./separate-line/separate-line.js";
|
|
156
|
+
import { Separator as Li } from "./separator/separator.js";
|
|
157
|
+
import { ShortString as Ii } from "./short-string/short-string.js";
|
|
158
|
+
import { ConfirmationItem as Gi } from "./signatures/confirmation-item.js";
|
|
159
|
+
import { Identicon as hi } from "./signatures/identicon.js";
|
|
160
|
+
import { VerticalTimeline as wi } from "./signatures/vertical-timeline.js";
|
|
161
|
+
import { Skeleton as Mi, skeletonVariants as Hi } from "./skeleton/skeleton.js";
|
|
162
|
+
import { SkeletonStack as yi } from "./skeleton/skeleton-stack.js";
|
|
163
|
+
import { Slider as Pi } from "./slider/slider.js";
|
|
164
|
+
import { SliderToken as Oi } from "./slider-token/slider-token.js";
|
|
165
|
+
import { BalanceIndicator as _i } from "./smart-number-input/balance-indicator.js";
|
|
166
|
+
import { SmartNumberInput as Ui } from "./smart-number-input/smart-number-input.js";
|
|
167
|
+
import { Spinner as Yi, SpinnerOverlay as Zi } from "./spinner/spinner.js";
|
|
168
|
+
import { SplitList as Xi } from "./split-list/split-list.js";
|
|
169
|
+
import { StatBadge as Ji, StatBadgeGrid as Ki, statBadgeContentVariants as Qi, statBadgeGridVariants as $i, statBadgeTitleVariants as rn, statBadgeVariants as on } from "./stat-badge/stat-badge.js";
|
|
170
|
+
import { StatusDot as tn, statusDotVariants as an } from "./status-dot/status-dot.js";
|
|
171
|
+
import { HealthDot as nn, StatusBars as mn } from "./status-elements/status-elements.js";
|
|
172
|
+
import { StatusTriangle as xn } from "./status-triangle/status-triangle.js";
|
|
173
|
+
import { Stepper as dn } from "./stepper/stepper.js";
|
|
174
|
+
import { StyledDropdown as gn } from "./styled-dropdown/styled-dropdown.js";
|
|
175
|
+
import { Switch as un } from "./switch/switch.js";
|
|
176
|
+
import { TabControl as bn, TabItem as Cn, useHashTabs as Sn, useSectionTab as Dn, useTabControl as Ln } from "./tab-control/tab-control.js";
|
|
177
|
+
import { EditButton as In } from "./table/edit-button.js";
|
|
178
|
+
import { GridTableCellAsset as Gn, GridTableCellUpdatable as Bn, GridTableEditable as hn } from "./table/editable-grid-table.js";
|
|
179
|
+
import { TableCellAsset as wn, TableCellUpdatable as kn, TableEditable as Mn } from "./table/editable-table.js";
|
|
180
|
+
import { GridErrorLine as vn } from "./table/grid-error-line.js";
|
|
181
|
+
import { GridLoadingLine as En } from "./table/grid-loading-line.js";
|
|
182
|
+
import { GridTable as Rn, GridTableBody as On, GridTableCaption as Nn, GridTableCell as _n, GridTableFooter as qn, GridTableHead as Un, GridTableHeader as Wn, GridTableRow as Yn, Td as Zn, Th as zn, gridTableCellVariants as Xn, gridTableHeadVariants as jn, gridTableVariants as Jn } from "./table/grid-table.js";
|
|
183
|
+
import { GridTableLoader as Qn } from "./table/grid-table-loader.js";
|
|
184
|
+
import { SortableHeadCell as rm } from "./table/sortable-head-cell.js";
|
|
185
|
+
import { SortingTableHead as em, Table as tm, TableBody as am, TableCaption as pm, TableCell as im, TableFooter as nm, TableHead as mm, TableHeader as lm, TableRow as xm, tableCellVariants as fm, tableHeadVariants as dm, tableVariants as sm } from "./table/table.js";
|
|
186
|
+
import { TableLoader as Tm } from "./table/table-loader.js";
|
|
187
|
+
import { TableLoaderGuard as cm } from "./table/table-loader-guard.js";
|
|
188
|
+
import { TableCellSm as Cm, TableLineSm as Sm } from "./table/table-sm.js";
|
|
189
|
+
import { UpdatedValue as Lm } from "./table/updated-value.js";
|
|
190
|
+
import { Tabs as Im, TabsContent as Am, TabsList as Gm, TabsTrigger as Bm } from "./tabs/tabs.js";
|
|
191
|
+
import { TextButton as Fm } from "./text-button/text-button.js";
|
|
192
|
+
import { Textarea as km, textareaVariants as Mm } from "./textarea/textarea.js";
|
|
193
|
+
import { ThemeProvider as vm, useTheme as ym } from "./theme-provider.js";
|
|
194
|
+
import { ThemeToggle as Pm } from "./theme-toggle/theme-toggle.js";
|
|
195
|
+
import { TimeToLiquidation as Om } from "./time-to-liquidation/time-to-liquidation.js";
|
|
196
|
+
import { TipCard as _m, tipCardVariants as qm } from "./tip-card/tip-card.js";
|
|
197
|
+
import { TokenIcon as Wm, preloadTokenIcons as Ym } from "./token-icon/token-icon.js";
|
|
198
|
+
import { TokenSymbol as zm } from "./token-symbol/token-symbol.js";
|
|
199
|
+
import { TokenTemplate as jm } from "./token-template/token-template.js";
|
|
200
|
+
import { TokensListCell as Km } from "./tokens-list-cell/tokens-list-cell.js";
|
|
201
|
+
import { SimpleTooltip as $m } from "./tooltip/simple-tooltip.js";
|
|
202
|
+
import { Tooltip as ol, TooltipContent as el, TooltipProvider as tl, TooltipTrigger as al } from "./tooltip/tooltip.js";
|
|
203
|
+
import { GraphDropdown as il } from "./trading-view/graph-dropdown.js";
|
|
204
|
+
import { TradingView as ml } from "./trading-view/trading-view.js";
|
|
205
|
+
import { FormattedMessageTyped as xl, useIntlTyped as fl } from "./typed-intl/index.js";
|
|
206
|
+
import { Typography as sl, typographyVariants as gl } from "./typography/typography.js";
|
|
207
|
+
import { VerticalIndicator as ul, verticalIndicatorVariants as cl } from "./vertical-indicator/vertical-indicator.js";
|
|
208
|
+
import { VerticalList as Cl, verticalListVariants as Sl } from "./vertical-list/vertical-list.js";
|
|
209
|
+
import { VSpace as Ll } from "./vspace/vspace.js";
|
|
210
|
+
import { WithCopy as Il } from "./with-copy/with-copy.js";
|
|
211
|
+
import { WithFilterButton as Gl } from "./with-filter-button/with-filter-button.js";
|
|
212
|
+
import { WithTitle as hl } from "./with-title/with-title.js";
|
|
212
213
|
export {
|
|
213
214
|
e as Accordion,
|
|
214
215
|
t as AccordionContent,
|
|
215
216
|
a as AccordionItem,
|
|
216
217
|
p as AccordionTrigger,
|
|
217
218
|
n as Address,
|
|
218
|
-
|
|
219
|
+
l as AlertBadge,
|
|
219
220
|
d as AlertDialog,
|
|
220
221
|
s as AlertDialogAction,
|
|
221
222
|
g as AlertDialogCancel,
|
|
@@ -240,7 +241,7 @@ export {
|
|
|
240
241
|
Pt as BAD_HF,
|
|
241
242
|
tr as BackButton,
|
|
242
243
|
Z as Badge,
|
|
243
|
-
|
|
244
|
+
_i as BalanceIndicator,
|
|
244
245
|
j as BaseLink,
|
|
245
246
|
Ta as Block,
|
|
246
247
|
K as BlockSync,
|
|
@@ -264,16 +265,16 @@ export {
|
|
|
264
265
|
ro as ComplexInput,
|
|
265
266
|
eo as CompoundAPY,
|
|
266
267
|
ao as ConfirmMenu,
|
|
267
|
-
|
|
268
|
+
Gi as ConfirmationItem,
|
|
268
269
|
E as ConnectRequired,
|
|
269
270
|
Ca as Container,
|
|
270
|
-
|
|
271
|
+
lr as CopyButton,
|
|
271
272
|
io as CreditSessionStatus,
|
|
272
|
-
|
|
273
|
+
mo as CurrencyButton,
|
|
273
274
|
it as DEFAULT_AREA_SERIES,
|
|
274
275
|
nt as DEFAULT_OPTIONS,
|
|
275
276
|
ut as DEFAULT_SERIES_COLORS,
|
|
276
|
-
|
|
277
|
+
mt as DEFAULT_VERTICAL_LINE,
|
|
277
278
|
kr as DangerZone,
|
|
278
279
|
Uo as DefaultDropdownLabel,
|
|
279
280
|
xo as Description,
|
|
@@ -300,13 +301,13 @@ export {
|
|
|
300
301
|
zo as DropdownMenuPortal,
|
|
301
302
|
Xo as DropdownMenuRadioGroup,
|
|
302
303
|
ie as DropdownMenuRadioItem,
|
|
303
|
-
|
|
304
|
+
me as DropdownMenuSeparator,
|
|
304
305
|
xe as DropdownMenuShortcut,
|
|
305
306
|
jo as DropdownMenuSub,
|
|
306
307
|
de as DropdownMenuSubContent,
|
|
307
308
|
ge as DropdownMenuSubTrigger,
|
|
308
309
|
Jo as DropdownMenuTrigger,
|
|
309
|
-
|
|
310
|
+
In as EditButton,
|
|
310
311
|
ue as EditInput,
|
|
311
312
|
be as ErrorLineMessage,
|
|
312
313
|
Se as ErrorMessage,
|
|
@@ -332,7 +333,7 @@ export {
|
|
|
332
333
|
La as FooterLink,
|
|
333
334
|
Va as FooterLinkSection,
|
|
334
335
|
Qe as FormField,
|
|
335
|
-
|
|
336
|
+
xl as FormattedMessageTyped,
|
|
336
337
|
rt as FormattedNumberString,
|
|
337
338
|
Rt as GOOD_HF,
|
|
338
339
|
Ia as GearboxFooter,
|
|
@@ -340,30 +341,30 @@ export {
|
|
|
340
341
|
at as GeneralSelect,
|
|
341
342
|
ct as Graph,
|
|
342
343
|
Ct as GraphCurrentValue,
|
|
343
|
-
|
|
344
|
+
il as GraphDropdown,
|
|
344
345
|
Dt as GraphTooltip,
|
|
345
346
|
Vt as GraphView,
|
|
346
347
|
It as GraphViewWithData,
|
|
347
348
|
Ga as Grid,
|
|
348
|
-
|
|
349
|
-
|
|
349
|
+
vn as GridErrorLine,
|
|
350
|
+
En as GridLoadingLine,
|
|
350
351
|
wt as GridTDCell,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
352
|
+
Rn as GridTable,
|
|
353
|
+
On as GridTableBody,
|
|
354
|
+
Nn as GridTableCaption,
|
|
355
|
+
_n as GridTableCell,
|
|
356
|
+
Gn as GridTableCellAsset,
|
|
357
|
+
Bn as GridTableCellUpdatable,
|
|
358
|
+
hn as GridTableEditable,
|
|
359
|
+
qn as GridTableFooter,
|
|
360
|
+
Un as GridTableHead,
|
|
361
|
+
Wn as GridTableHeader,
|
|
362
|
+
Qn as GridTableLoader,
|
|
363
|
+
Yn as GridTableRow,
|
|
363
364
|
Mt as Guard,
|
|
364
365
|
vt as HeadCell,
|
|
365
366
|
ha as Header,
|
|
366
|
-
|
|
367
|
+
nn as HealthDot,
|
|
367
368
|
Ot as HealthFactor,
|
|
368
369
|
qt as HelpCenterContainer,
|
|
369
370
|
Wt as HelpSection,
|
|
@@ -373,7 +374,7 @@ export {
|
|
|
373
374
|
Kt as HideOn,
|
|
374
375
|
ra as HorizontalIndicator,
|
|
375
376
|
ea as IconButton,
|
|
376
|
-
|
|
377
|
+
hi as Identicon,
|
|
377
378
|
pa as Image,
|
|
378
379
|
na as Input,
|
|
379
380
|
xa as Label,
|
|
@@ -391,7 +392,7 @@ export {
|
|
|
391
392
|
fp as NavBarLogo,
|
|
392
393
|
sp as NavItem,
|
|
393
394
|
ap as Navbar,
|
|
394
|
-
|
|
395
|
+
mp as NavbarIndicatorProvider,
|
|
395
396
|
pp as NavbarNav,
|
|
396
397
|
Tr as NavigationButton,
|
|
397
398
|
up as NotFound,
|
|
@@ -420,8 +421,8 @@ export {
|
|
|
420
421
|
Qp as SearchBar,
|
|
421
422
|
ri as SearchLine,
|
|
422
423
|
pi as SegmentedControl,
|
|
423
|
-
|
|
424
|
-
|
|
424
|
+
mi as Select,
|
|
425
|
+
li as SelectContent,
|
|
425
426
|
xi as SelectGroup,
|
|
426
427
|
fi as SelectItem,
|
|
427
428
|
di as SelectLabel,
|
|
@@ -430,84 +431,85 @@ export {
|
|
|
430
431
|
Ti as SelectSeparator,
|
|
431
432
|
ui as SelectTrigger,
|
|
432
433
|
ci as SelectValue,
|
|
433
|
-
Si as
|
|
434
|
-
Li as
|
|
434
|
+
Si as SeparateLine,
|
|
435
|
+
Li as Separator,
|
|
436
|
+
Ii as ShortString,
|
|
435
437
|
Qt as ShowOn,
|
|
436
438
|
R as SignInRequired,
|
|
437
439
|
yt as SimpleHeadCell,
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
440
|
+
$m as SimpleTooltip,
|
|
441
|
+
Mi as Skeleton,
|
|
442
|
+
yi as SkeletonStack,
|
|
443
|
+
Pi as Slider,
|
|
444
|
+
Oi as SliderToken,
|
|
445
|
+
Ui as SmartNumberInput,
|
|
446
|
+
rm as SortableHeadCell,
|
|
447
|
+
em as SortingTableHead,
|
|
448
|
+
Yi as Spinner,
|
|
449
|
+
Zi as SpinnerOverlay,
|
|
450
|
+
Xi as SplitList,
|
|
451
|
+
Ji as StatBadge,
|
|
452
|
+
Ki as StatBadgeGrid,
|
|
453
|
+
mn as StatusBars,
|
|
454
|
+
tn as StatusDot,
|
|
455
|
+
xn as StatusTriangle,
|
|
456
|
+
dn as Stepper,
|
|
455
457
|
Yr as StyledButton,
|
|
456
458
|
zr as StyledDialogContainer,
|
|
457
|
-
|
|
459
|
+
gn as StyledDropdown,
|
|
458
460
|
jr as StyledRoundedImage,
|
|
459
|
-
|
|
461
|
+
un as Switch,
|
|
460
462
|
Cr as TabButton,
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
463
|
+
bn as TabControl,
|
|
464
|
+
Cn as TabItem,
|
|
465
|
+
tm as Table,
|
|
466
|
+
am as TableBody,
|
|
467
|
+
pm as TableCaption,
|
|
468
|
+
im as TableCell,
|
|
469
|
+
wn as TableCellAsset,
|
|
470
|
+
Cm as TableCellSm,
|
|
471
|
+
kn as TableCellUpdatable,
|
|
472
|
+
Mn as TableEditable,
|
|
473
|
+
nm as TableFooter,
|
|
474
|
+
mm as TableHead,
|
|
475
|
+
lm as TableHeader,
|
|
476
|
+
Sm as TableLineSm,
|
|
477
|
+
Tm as TableLoader,
|
|
478
|
+
cm as TableLoaderGuard,
|
|
479
|
+
xm as TableRow,
|
|
480
|
+
Im as Tabs,
|
|
481
|
+
Am as TabsContent,
|
|
482
|
+
Gm as TabsList,
|
|
483
|
+
Bm as TabsTrigger,
|
|
484
|
+
Zn as Td,
|
|
485
|
+
Fm as TextButton,
|
|
486
|
+
km as Textarea,
|
|
487
|
+
zn as Th,
|
|
488
|
+
vm as ThemeProvider,
|
|
489
|
+
Pm as ThemeToggle,
|
|
490
|
+
Om as TimeToLiquidation,
|
|
491
|
+
_m as TipCard,
|
|
490
492
|
jt as TipWrap,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
493
|
+
Wm as TokenIcon,
|
|
494
|
+
zm as TokenSymbol,
|
|
495
|
+
jm as TokenTemplate,
|
|
496
|
+
Km as TokensListCell,
|
|
497
|
+
ol as Tooltip,
|
|
498
|
+
el as TooltipContent,
|
|
499
|
+
tl as TooltipProvider,
|
|
500
|
+
al as TooltipTrigger,
|
|
501
|
+
ml as TradingView,
|
|
502
|
+
sl as Typography,
|
|
503
|
+
Lm as UpdatedValue,
|
|
504
|
+
Ll as VSpace,
|
|
503
505
|
ht as VertLine,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
506
|
+
ul as VerticalIndicator,
|
|
507
|
+
Cl as VerticalList,
|
|
508
|
+
wi as VerticalTimeline,
|
|
509
|
+
Il as WithCopy,
|
|
510
|
+
Gl as WithFilterButton,
|
|
509
511
|
oi as WithSearchLine,
|
|
510
|
-
|
|
512
|
+
hl as WithTitle,
|
|
511
513
|
x as alertBadgeVariants,
|
|
512
514
|
ar as backButtonVariants,
|
|
513
515
|
z as badgeVariants,
|
|
@@ -519,48 +521,48 @@ export {
|
|
|
519
521
|
_a as createPermissionlessInterfaceConfig,
|
|
520
522
|
qa as createPermissionlessSafeConfig,
|
|
521
523
|
Je as filterBlockVariants,
|
|
522
|
-
|
|
524
|
+
lt as getDefaultOptions,
|
|
523
525
|
xt as getDefaultSeries,
|
|
524
526
|
ft as getDefaultVerticalLine,
|
|
525
527
|
Nt as getHFZones,
|
|
526
528
|
st as getXFormatter,
|
|
527
529
|
gt as getYFormatter,
|
|
528
530
|
At as graphViewVariants,
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
531
|
+
Xn as gridTableCellVariants,
|
|
532
|
+
jn as gridTableHeadVariants,
|
|
533
|
+
Jn as gridTableVariants,
|
|
532
534
|
ta as iconButtonVariants,
|
|
533
|
-
|
|
535
|
+
ma as inputVariants,
|
|
534
536
|
fa as labelVariants,
|
|
535
537
|
ip as navbarVariants,
|
|
536
538
|
gp as navitemVariants,
|
|
537
539
|
Bp as pageTitleRootVariants,
|
|
538
540
|
hp as pageTitleVariants,
|
|
539
|
-
|
|
541
|
+
Ym as preloadTokenIcons,
|
|
540
542
|
ei as searchLineInputVariants,
|
|
541
543
|
ti as searchLineVariants,
|
|
542
544
|
ii as segmentedControlVariants,
|
|
543
545
|
bi as selectTriggerVariants,
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
546
|
+
Hi as skeletonVariants,
|
|
547
|
+
Qi as statBadgeContentVariants,
|
|
548
|
+
$i as statBadgeGridVariants,
|
|
549
|
+
rn as statBadgeTitleVariants,
|
|
550
|
+
on as statBadgeVariants,
|
|
551
|
+
an as statusDotVariants,
|
|
552
|
+
fm as tableCellVariants,
|
|
553
|
+
dm as tableHeadVariants,
|
|
554
|
+
sm as tableVariants,
|
|
555
|
+
Mm as textareaVariants,
|
|
556
|
+
qm as tipCardVariants,
|
|
557
|
+
gl as typographyVariants,
|
|
556
558
|
Gt as useGraphAside,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
+
Sn as useHashTabs,
|
|
560
|
+
fl as useIntlTyped,
|
|
559
561
|
Fa as useMobileMenu,
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
562
|
+
lp as useNavbarIndicator,
|
|
563
|
+
Dn as useSectionTab,
|
|
564
|
+
Ln as useTabControl,
|
|
565
|
+
ym as useTheme,
|
|
566
|
+
cl as verticalIndicatorVariants,
|
|
567
|
+
Sl as verticalListVariants
|
|
566
568
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import * as p from "react";
|
|
3
|
+
import "@gearbox-protocol/sdk";
|
|
4
|
+
import { cn as d } from "../../utils/cn.js";
|
|
5
|
+
import "sonner";
|
|
6
|
+
import "luxon";
|
|
7
|
+
const s = p.forwardRef(
|
|
8
|
+
({ outOfBound: r = 0, margin: e = 10, left: t = 0, thickness: o = 1, className: i }, a) => /* @__PURE__ */ m(
|
|
9
|
+
"div",
|
|
10
|
+
{
|
|
11
|
+
ref: a,
|
|
12
|
+
className: d(
|
|
13
|
+
"relative flex flex-row flex-nowrap items-center justify-center border-b border-gray-20",
|
|
14
|
+
i
|
|
15
|
+
),
|
|
16
|
+
style: {
|
|
17
|
+
left: t ? -t : void 0,
|
|
18
|
+
margin: e ? `${e}px 0` : void 0,
|
|
19
|
+
width: r ? `calc(100% + ${r}px)` : void 0,
|
|
20
|
+
borderBottomWidth: o
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
);
|
|
25
|
+
s.displayName = "SeparateLine";
|
|
26
|
+
export {
|
|
27
|
+
s as SeparateLine
|
|
28
|
+
};
|
|
@@ -114,6 +114,7 @@ import "../rounded-image/rounded-image.js";
|
|
|
114
114
|
import "../search-bar/search-bar.js";
|
|
115
115
|
import "../segmented-control/segmented-control.js";
|
|
116
116
|
import "../select/select.js";
|
|
117
|
+
import "../separate-line/separate-line.js";
|
|
117
118
|
import "../separator/separator.js";
|
|
118
119
|
import "../slider/slider.js";
|
|
119
120
|
import "../spinner/spinner.js";
|