@orderly.network/ui 2.5.3 → 2.6.0-alpha.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/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1032 -1032
- package/dist/index.d.ts +1032 -1032
- package/dist/index.js +180 -180
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,6 @@ export { VariantProps, cnBase as cn } from 'tailwind-variants';
|
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { FC, ReactNode, InputHTMLAttributes, PropsWithChildren, HTMLAttributes, ElementRef, ReactElement, SelectHTMLAttributes, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, ForwardedRef, SVGProps, ComponentType } from 'react';
|
|
6
6
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
7
|
-
import * as tailwind_variants_dist_generated from 'tailwind-variants/dist/generated';
|
|
8
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
8
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
10
9
|
import { TooltipContentProps } from '@radix-ui/react-tooltip';
|
|
@@ -17,6 +16,7 @@ import * as SelectPrimitive from '@radix-ui/react-select';
|
|
|
17
16
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
18
17
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
19
18
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
19
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
20
20
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
21
21
|
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
22
22
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
@@ -25,7 +25,6 @@ export { default as toast } from 'react-hot-toast';
|
|
|
25
25
|
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
26
26
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
27
27
|
import { DropdownMenuContentProps } from '@radix-ui/react-dropdown-menu';
|
|
28
|
-
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
29
28
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
30
29
|
import * as date_fns from 'date-fns';
|
|
31
30
|
import * as date_fns_locale from 'date-fns/locale';
|
|
@@ -443,34 +442,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
443
442
|
true: string;
|
|
444
443
|
};
|
|
445
444
|
}, undefined, string[], {
|
|
446
|
-
responsiveVariants?: boolean |
|
|
447
|
-
p?: boolean |
|
|
448
|
-
grow?: boolean |
|
|
449
|
-
m?: boolean |
|
|
450
|
-
mb?: boolean |
|
|
451
|
-
ml?: boolean |
|
|
452
|
-
mr?: boolean |
|
|
453
|
-
mt?: boolean |
|
|
454
|
-
mx?: boolean |
|
|
455
|
-
my?: boolean |
|
|
456
|
-
pb?: boolean |
|
|
457
|
-
pl?: boolean |
|
|
458
|
-
position?: boolean |
|
|
459
|
-
pr?: boolean |
|
|
460
|
-
pt?: boolean |
|
|
461
|
-
px?: boolean |
|
|
462
|
-
py?: boolean |
|
|
463
|
-
shadow?: boolean |
|
|
464
|
-
borderColor?: boolean |
|
|
465
|
-
__position?: boolean |
|
|
466
|
-
__size_width?: boolean |
|
|
467
|
-
__size_height?: boolean |
|
|
468
|
-
invisible?: boolean |
|
|
469
|
-
zIndex?: boolean |
|
|
470
|
-
border?: boolean |
|
|
471
|
-
r?: boolean |
|
|
472
|
-
gradient?: boolean |
|
|
473
|
-
intensity?: boolean |
|
|
445
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
446
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
447
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
448
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
449
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
450
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
451
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
452
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
453
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
454
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
473
|
} | undefined;
|
|
475
474
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
476
475
|
twMergeConfig: {
|
|
@@ -1605,13 +1604,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1605
1604
|
5: string;
|
|
1606
1605
|
};
|
|
1607
1606
|
}, undefined, string[], {
|
|
1608
|
-
responsiveVariants?: boolean |
|
|
1609
|
-
gap?: boolean |
|
|
1610
|
-
cols?: boolean |
|
|
1611
|
-
rows?: boolean |
|
|
1612
|
-
gapX?: boolean |
|
|
1613
|
-
gapY?: boolean |
|
|
1614
|
-
autoFlow?: boolean |
|
|
1607
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1608
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1609
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1610
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1611
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1612
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1613
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1615
1614
|
} | undefined;
|
|
1616
1615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1617
1616
|
twMergeConfig: {
|
|
@@ -1718,9 +1717,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1718
1717
|
9: string;
|
|
1719
1718
|
};
|
|
1720
1719
|
}, undefined, undefined, {
|
|
1721
|
-
responsiveVariants?: boolean |
|
|
1722
|
-
colSpan?: boolean |
|
|
1723
|
-
rowSpan?: boolean |
|
|
1720
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1721
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1722
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1724
1723
|
} | undefined;
|
|
1725
1724
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1726
1725
|
twMergeConfig: {
|
|
@@ -1943,10 +1942,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1943
1942
|
10: string;
|
|
1944
1943
|
};
|
|
1945
1944
|
}, undefined, undefined, {
|
|
1946
|
-
responsiveVariants?: boolean |
|
|
1947
|
-
gap?: boolean |
|
|
1948
|
-
gapX?: boolean |
|
|
1949
|
-
gapY?: boolean |
|
|
1945
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1946
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1947
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1948
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1950
1949
|
} | undefined;
|
|
1951
1950
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1952
1951
|
twMergeConfig: {
|
|
@@ -2142,12 +2141,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2142
2141
|
default: string;
|
|
2143
2142
|
};
|
|
2144
2143
|
}, undefined, undefined, {
|
|
2145
|
-
responsiveVariants?: boolean |
|
|
2146
|
-
color?: boolean |
|
|
2147
|
-
size?: boolean |
|
|
2148
|
-
intensity?: boolean |
|
|
2149
|
-
weight?: boolean |
|
|
2150
|
-
dashBoard?: boolean |
|
|
2144
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2145
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2146
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2147
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2148
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2149
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2151
2150
|
} | undefined;
|
|
2152
2151
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2153
2152
|
twMergeConfig: {
|
|
@@ -2470,8 +2469,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2470
2469
|
label: string;
|
|
2471
2470
|
value: string;
|
|
2472
2471
|
}, undefined, {
|
|
2473
|
-
responsiveVariants?: boolean |
|
|
2474
|
-
align?: boolean |
|
|
2472
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2473
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2475
2474
|
} | undefined;
|
|
2476
2475
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2477
2476
|
twMergeConfig: {
|
|
@@ -2536,8 +2535,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2536
2535
|
label: string;
|
|
2537
2536
|
value: string;
|
|
2538
2537
|
}, undefined, {
|
|
2539
|
-
responsiveVariants?: boolean |
|
|
2540
|
-
align?: boolean |
|
|
2538
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2539
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2541
2540
|
} | undefined;
|
|
2542
2541
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2543
2542
|
twMergeConfig: {
|
|
@@ -2602,8 +2601,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2602
2601
|
label: string;
|
|
2603
2602
|
value: string;
|
|
2604
2603
|
}, undefined, {
|
|
2605
|
-
responsiveVariants?: boolean |
|
|
2606
|
-
align?: boolean |
|
|
2604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2605
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2607
2606
|
} | undefined;
|
|
2608
2607
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2609
2608
|
twMergeConfig: {
|
|
@@ -2725,8 +2724,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2725
2724
|
inherit: string;
|
|
2726
2725
|
};
|
|
2727
2726
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2728
|
-
responsiveVariants?: boolean |
|
|
2729
|
-
color?: boolean |
|
|
2727
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2728
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2730
2729
|
} | undefined;
|
|
2731
2730
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2732
2731
|
twMergeConfig: {
|
|
@@ -2784,8 +2783,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2784
2783
|
inherit: string;
|
|
2785
2784
|
};
|
|
2786
2785
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2787
|
-
responsiveVariants?: boolean |
|
|
2788
|
-
color?: boolean |
|
|
2786
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2787
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2789
2788
|
} | undefined;
|
|
2790
2789
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2791
2790
|
twMergeConfig: {
|
|
@@ -3361,8 +3360,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3361
3360
|
label: string;
|
|
3362
3361
|
input: never[];
|
|
3363
3362
|
}, undefined, {
|
|
3364
|
-
responsiveVariants?: boolean |
|
|
3365
|
-
direction?: boolean |
|
|
3363
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3364
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3366
3365
|
} | undefined;
|
|
3367
3366
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3368
3367
|
twMergeConfig: {
|
|
@@ -3579,10 +3578,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3579
3578
|
lg: string;
|
|
3580
3579
|
};
|
|
3581
3580
|
}, undefined, "oui-inline-flex oui-items-center oui-rounded-md oui-font-semibold oui-transition-colors focus:oui-outline-none focus:oui-ring-2 focus:oui-ring-ring focus:oui-ring-offset-2", {
|
|
3582
|
-
responsiveVariants?: boolean |
|
|
3583
|
-
color?: boolean |
|
|
3584
|
-
size?: boolean |
|
|
3585
|
-
variant?: boolean |
|
|
3581
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3582
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3583
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3584
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3586
3585
|
} | undefined;
|
|
3587
3586
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3588
3587
|
twMergeConfig: {
|
|
@@ -3784,7 +3783,7 @@ type DataTableClassNames = {
|
|
|
3784
3783
|
|
|
3785
3784
|
type DataTableProps<RecordType> = {
|
|
3786
3785
|
columns: Column<RecordType>[];
|
|
3787
|
-
dataSource?: RecordType[] | null;
|
|
3786
|
+
dataSource?: RecordType[] | ReadonlyArray<RecordType> | null;
|
|
3788
3787
|
/**
|
|
3789
3788
|
* @description loading state
|
|
3790
3789
|
* @default false
|
|
@@ -4102,11 +4101,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4102
4101
|
sell: string;
|
|
4103
4102
|
};
|
|
4104
4103
|
}, undefined, "oui-flex oui-flex-row oui-items-stretch oui-rounded-md oui-cursor-pointer oui-border oui-border-line-6 oui-bg-line-4 oui-text-base-contrast-54", {
|
|
4105
|
-
responsiveVariants?: boolean |
|
|
4106
|
-
color?: boolean |
|
|
4107
|
-
size?: boolean |
|
|
4108
|
-
disabled?: boolean |
|
|
4109
|
-
fullWidth?: boolean |
|
|
4104
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4105
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4106
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4107
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4108
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4110
4109
|
} | undefined;
|
|
4111
4110
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4112
4111
|
twMergeConfig: {
|
|
@@ -4318,8 +4317,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4318
4317
|
bar: string[];
|
|
4319
4318
|
tumb: string;
|
|
4320
4319
|
}, undefined, {
|
|
4321
|
-
responsiveVariants?: boolean |
|
|
4322
|
-
orientation?: boolean |
|
|
4320
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4321
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4323
4322
|
} | undefined;
|
|
4324
4323
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4325
4324
|
twMergeConfig: {
|
|
@@ -5272,6 +5271,7 @@ interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof Dial
|
|
|
5272
5271
|
closeableSize?: number;
|
|
5273
5272
|
closeOpacity?: number;
|
|
5274
5273
|
closeClassName?: string;
|
|
5274
|
+
overlayClassName?: string;
|
|
5275
5275
|
}
|
|
5276
5276
|
declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
5277
5277
|
declare const SheetHeader: {
|
|
@@ -5298,6 +5298,7 @@ interface SimpleSheetProps {
|
|
|
5298
5298
|
content?: string;
|
|
5299
5299
|
body?: string;
|
|
5300
5300
|
header?: string;
|
|
5301
|
+
overlay?: string;
|
|
5301
5302
|
};
|
|
5302
5303
|
contentProps?: SheetContentProps;
|
|
5303
5304
|
closable?: boolean;
|
|
@@ -5417,12 +5418,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5417
5418
|
10: string;
|
|
5418
5419
|
};
|
|
5419
5420
|
}, undefined, string[], {
|
|
5420
|
-
responsiveVariants?: boolean |
|
|
5421
|
-
mx?: boolean |
|
|
5422
|
-
my?: boolean |
|
|
5423
|
-
intensity?: boolean |
|
|
5424
|
-
direction?: boolean |
|
|
5425
|
-
lineStyle?: boolean |
|
|
5421
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5422
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5423
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5424
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5425
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5426
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5426
5427
|
} | undefined;
|
|
5427
5428
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5428
5429
|
twMergeConfig: {
|
|
@@ -5581,12 +5582,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5581
5582
|
10: string;
|
|
5582
5583
|
};
|
|
5583
5584
|
}, undefined, string[], {
|
|
5584
|
-
responsiveVariants?: boolean |
|
|
5585
|
-
mx?: boolean |
|
|
5586
|
-
my?: boolean |
|
|
5587
|
-
intensity?: boolean |
|
|
5588
|
-
direction?: boolean |
|
|
5589
|
-
lineStyle?: boolean |
|
|
5585
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5586
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5587
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5588
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5589
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5590
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5590
5591
|
} | undefined;
|
|
5591
5592
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5592
5593
|
twMergeConfig: {
|
|
@@ -5738,9 +5739,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5738
5739
|
trigger: string[];
|
|
5739
5740
|
icon: string[];
|
|
5740
5741
|
}, undefined, {
|
|
5741
|
-
responsiveVariants?: boolean |
|
|
5742
|
-
size?: boolean |
|
|
5743
|
-
variant?: boolean |
|
|
5742
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5743
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5744
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5744
5745
|
} | undefined;
|
|
5745
5746
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5746
5747
|
twMergeConfig: {
|
|
@@ -5854,9 +5855,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5854
5855
|
trigger: string[];
|
|
5855
5856
|
icon: string[];
|
|
5856
5857
|
}, undefined, {
|
|
5857
|
-
responsiveVariants?: boolean |
|
|
5858
|
-
size?: boolean |
|
|
5859
|
-
variant?: boolean |
|
|
5858
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5859
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5860
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5860
5861
|
} | undefined;
|
|
5861
5862
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5862
5863
|
twMergeConfig: {
|
|
@@ -5969,9 +5970,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5969
5970
|
trigger: string[];
|
|
5970
5971
|
icon: string[];
|
|
5971
5972
|
}, undefined, {
|
|
5972
|
-
responsiveVariants?: boolean |
|
|
5973
|
-
size?: boolean |
|
|
5974
|
-
variant?: boolean |
|
|
5973
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5974
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5975
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5975
5976
|
} | undefined;
|
|
5976
5977
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5977
5978
|
twMergeConfig: {
|
|
@@ -6087,9 +6088,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6087
6088
|
trigger: string[];
|
|
6088
6089
|
icon: string[];
|
|
6089
6090
|
}, undefined, {
|
|
6090
|
-
responsiveVariants?: boolean |
|
|
6091
|
-
size?: boolean |
|
|
6092
|
-
variant?: boolean |
|
|
6091
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6092
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6093
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6093
6094
|
} | undefined;
|
|
6094
6095
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6095
6096
|
twMergeConfig: {
|
|
@@ -6230,250 +6231,449 @@ type CombineSelectProps = {
|
|
|
6230
6231
|
} & SelectWithOptionsProps;
|
|
6231
6232
|
declare const CombineSelect: React__default.FC<CombineSelectProps>;
|
|
6232
6233
|
|
|
6233
|
-
|
|
6234
|
-
name: string;
|
|
6235
|
-
[x: string]: any;
|
|
6236
|
-
};
|
|
6237
|
-
type TokenSelectProps = {
|
|
6238
|
-
tokens: TokenItem[];
|
|
6239
|
-
showIcon?: boolean;
|
|
6240
|
-
optionRenderer?: (option: SelectOption) => ReactElement;
|
|
6241
|
-
} & SelectProps<string>;
|
|
6242
|
-
declare const TokenSelect: React__default.FC<TokenSelectProps>;
|
|
6243
|
-
|
|
6244
|
-
declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
6234
|
+
declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
6245
6235
|
size: {
|
|
6236
|
+
"2xs": {
|
|
6237
|
+
root: string;
|
|
6238
|
+
};
|
|
6246
6239
|
xs: {
|
|
6247
|
-
|
|
6240
|
+
root: string;
|
|
6248
6241
|
};
|
|
6249
6242
|
sm: {
|
|
6250
|
-
|
|
6243
|
+
root: string;
|
|
6251
6244
|
};
|
|
6252
6245
|
md: {
|
|
6253
|
-
|
|
6254
|
-
item: string;
|
|
6246
|
+
root: string;
|
|
6255
6247
|
};
|
|
6256
6248
|
lg: {
|
|
6257
|
-
|
|
6249
|
+
root: string;
|
|
6258
6250
|
};
|
|
6259
6251
|
xl: {
|
|
6260
|
-
|
|
6252
|
+
root: string;
|
|
6261
6253
|
};
|
|
6262
6254
|
};
|
|
6263
6255
|
}, {
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6256
|
+
root: string;
|
|
6257
|
+
image: string;
|
|
6258
|
+
fallback: string;
|
|
6267
6259
|
}, undefined, {
|
|
6268
|
-
responsiveVariants?: boolean |
|
|
6269
|
-
|
|
6270
|
-
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6271
|
-
error?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6272
|
-
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6260
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6261
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6273
6262
|
} | undefined;
|
|
6274
6263
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6275
6264
|
twMergeConfig: {
|
|
6276
6265
|
prefix: string;
|
|
6277
6266
|
};
|
|
6278
6267
|
}, {
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6268
|
+
size: {
|
|
6269
|
+
"2xs": {
|
|
6270
|
+
root: string;
|
|
6282
6271
|
};
|
|
6283
|
-
|
|
6284
|
-
|
|
6272
|
+
xs: {
|
|
6273
|
+
root: string;
|
|
6285
6274
|
};
|
|
6286
|
-
|
|
6287
|
-
|
|
6275
|
+
sm: {
|
|
6276
|
+
root: string;
|
|
6288
6277
|
};
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
popper: {
|
|
6292
|
-
content: string[];
|
|
6293
|
-
viewport: string;
|
|
6278
|
+
md: {
|
|
6279
|
+
root: string;
|
|
6294
6280
|
};
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6281
|
+
lg: {
|
|
6282
|
+
root: string;
|
|
6283
|
+
};
|
|
6284
|
+
xl: {
|
|
6285
|
+
root: string;
|
|
6298
6286
|
};
|
|
6299
6287
|
};
|
|
6288
|
+
}, {
|
|
6289
|
+
root: string;
|
|
6290
|
+
image: string;
|
|
6291
|
+
fallback: string;
|
|
6292
|
+
}, tailwind_variants.TVReturnType<{
|
|
6300
6293
|
size: {
|
|
6294
|
+
"2xs": {
|
|
6295
|
+
root: string;
|
|
6296
|
+
};
|
|
6301
6297
|
xs: {
|
|
6302
|
-
|
|
6303
|
-
item: string[];
|
|
6304
|
-
icon: string[];
|
|
6298
|
+
root: string;
|
|
6305
6299
|
};
|
|
6306
6300
|
sm: {
|
|
6307
|
-
|
|
6308
|
-
item: string[];
|
|
6309
|
-
icon: string[];
|
|
6301
|
+
root: string;
|
|
6310
6302
|
};
|
|
6311
6303
|
md: {
|
|
6312
|
-
|
|
6313
|
-
item: string[];
|
|
6314
|
-
icon: string[];
|
|
6304
|
+
root: string;
|
|
6315
6305
|
};
|
|
6316
6306
|
lg: {
|
|
6317
|
-
|
|
6318
|
-
item: string[];
|
|
6319
|
-
icon: string[];
|
|
6307
|
+
root: string;
|
|
6320
6308
|
};
|
|
6321
6309
|
xl: {
|
|
6322
|
-
|
|
6323
|
-
item: string[];
|
|
6324
|
-
icon: string[];
|
|
6325
|
-
};
|
|
6326
|
-
};
|
|
6327
|
-
error: {
|
|
6328
|
-
true: {
|
|
6329
|
-
trigger: string[];
|
|
6310
|
+
root: string;
|
|
6330
6311
|
};
|
|
6331
6312
|
};
|
|
6332
6313
|
}, {
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
separator: string;
|
|
6341
|
-
icon: string;
|
|
6342
|
-
}, tailwind_variants.TVReturnType<{
|
|
6343
|
-
variant: {
|
|
6344
|
-
outlined: {
|
|
6345
|
-
trigger: string[];
|
|
6314
|
+
root: string;
|
|
6315
|
+
image: string;
|
|
6316
|
+
fallback: string;
|
|
6317
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
6318
|
+
size: {
|
|
6319
|
+
"2xs": {
|
|
6320
|
+
root: string;
|
|
6346
6321
|
};
|
|
6347
|
-
|
|
6348
|
-
|
|
6322
|
+
xs: {
|
|
6323
|
+
root: string;
|
|
6349
6324
|
};
|
|
6350
|
-
|
|
6351
|
-
|
|
6325
|
+
sm: {
|
|
6326
|
+
root: string;
|
|
6352
6327
|
};
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
popper: {
|
|
6356
|
-
content: string[];
|
|
6357
|
-
viewport: string;
|
|
6328
|
+
md: {
|
|
6329
|
+
root: string;
|
|
6358
6330
|
};
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6331
|
+
lg: {
|
|
6332
|
+
root: string;
|
|
6333
|
+
};
|
|
6334
|
+
xl: {
|
|
6335
|
+
root: string;
|
|
6362
6336
|
};
|
|
6363
6337
|
};
|
|
6338
|
+
}, {
|
|
6364
6339
|
size: {
|
|
6340
|
+
"2xs": {
|
|
6341
|
+
root: string;
|
|
6342
|
+
};
|
|
6365
6343
|
xs: {
|
|
6366
|
-
|
|
6367
|
-
item: string[];
|
|
6368
|
-
icon: string[];
|
|
6344
|
+
root: string;
|
|
6369
6345
|
};
|
|
6370
6346
|
sm: {
|
|
6371
|
-
|
|
6372
|
-
item: string[];
|
|
6373
|
-
icon: string[];
|
|
6347
|
+
root: string;
|
|
6374
6348
|
};
|
|
6375
6349
|
md: {
|
|
6376
|
-
|
|
6377
|
-
item: string[];
|
|
6378
|
-
icon: string[];
|
|
6350
|
+
root: string;
|
|
6379
6351
|
};
|
|
6380
6352
|
lg: {
|
|
6381
|
-
|
|
6382
|
-
item: string[];
|
|
6383
|
-
icon: string[];
|
|
6353
|
+
root: string;
|
|
6384
6354
|
};
|
|
6385
6355
|
xl: {
|
|
6386
|
-
|
|
6387
|
-
item: string[];
|
|
6388
|
-
icon: string[];
|
|
6356
|
+
root: string;
|
|
6389
6357
|
};
|
|
6390
6358
|
};
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6359
|
+
}>, unknown, unknown, undefined>>;
|
|
6360
|
+
type AvatarSizeType = VariantProps<typeof avatarVariants>["size"];
|
|
6361
|
+
declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
6362
|
+
size: {
|
|
6363
|
+
"2xs": {
|
|
6364
|
+
root: string;
|
|
6365
|
+
};
|
|
6366
|
+
xs: {
|
|
6367
|
+
root: string;
|
|
6368
|
+
};
|
|
6369
|
+
sm: {
|
|
6370
|
+
root: string;
|
|
6371
|
+
};
|
|
6372
|
+
md: {
|
|
6373
|
+
root: string;
|
|
6374
|
+
};
|
|
6375
|
+
lg: {
|
|
6376
|
+
root: string;
|
|
6377
|
+
};
|
|
6378
|
+
xl: {
|
|
6379
|
+
root: string;
|
|
6394
6380
|
};
|
|
6395
6381
|
};
|
|
6396
6382
|
}, {
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
content: string[];
|
|
6401
|
-
viewport: string[];
|
|
6402
|
-
label: string;
|
|
6403
|
-
item: string[];
|
|
6404
|
-
separator: string;
|
|
6405
|
-
icon: string;
|
|
6383
|
+
root: string;
|
|
6384
|
+
image: string;
|
|
6385
|
+
fallback: string;
|
|
6406
6386
|
}, undefined, {
|
|
6407
|
-
responsiveVariants
|
|
6408
|
-
|
|
6387
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6388
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6389
|
+
} | undefined;
|
|
6390
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6409
6391
|
twMergeConfig: {
|
|
6410
6392
|
prefix: string;
|
|
6411
6393
|
};
|
|
6412
6394
|
}, {
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6395
|
+
size: {
|
|
6396
|
+
"2xs": {
|
|
6397
|
+
root: string;
|
|
6416
6398
|
};
|
|
6417
|
-
|
|
6418
|
-
|
|
6399
|
+
xs: {
|
|
6400
|
+
root: string;
|
|
6419
6401
|
};
|
|
6420
|
-
|
|
6421
|
-
|
|
6402
|
+
sm: {
|
|
6403
|
+
root: string;
|
|
6422
6404
|
};
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
popper: {
|
|
6426
|
-
content: string[];
|
|
6427
|
-
viewport: string;
|
|
6405
|
+
md: {
|
|
6406
|
+
root: string;
|
|
6428
6407
|
};
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6408
|
+
lg: {
|
|
6409
|
+
root: string;
|
|
6410
|
+
};
|
|
6411
|
+
xl: {
|
|
6412
|
+
root: string;
|
|
6432
6413
|
};
|
|
6433
6414
|
};
|
|
6415
|
+
}, {
|
|
6416
|
+
root: string;
|
|
6417
|
+
image: string;
|
|
6418
|
+
fallback: string;
|
|
6419
|
+
}, tailwind_variants.TVReturnType<{
|
|
6434
6420
|
size: {
|
|
6421
|
+
"2xs": {
|
|
6422
|
+
root: string;
|
|
6423
|
+
};
|
|
6435
6424
|
xs: {
|
|
6436
|
-
|
|
6437
|
-
item: string[];
|
|
6438
|
-
icon: string[];
|
|
6425
|
+
root: string;
|
|
6439
6426
|
};
|
|
6440
6427
|
sm: {
|
|
6441
|
-
|
|
6442
|
-
item: string[];
|
|
6443
|
-
icon: string[];
|
|
6428
|
+
root: string;
|
|
6444
6429
|
};
|
|
6445
6430
|
md: {
|
|
6446
|
-
|
|
6447
|
-
item: string[];
|
|
6448
|
-
icon: string[];
|
|
6431
|
+
root: string;
|
|
6449
6432
|
};
|
|
6450
6433
|
lg: {
|
|
6451
|
-
|
|
6452
|
-
item: string[];
|
|
6453
|
-
icon: string[];
|
|
6434
|
+
root: string;
|
|
6454
6435
|
};
|
|
6455
6436
|
xl: {
|
|
6456
|
-
|
|
6457
|
-
item: string[];
|
|
6458
|
-
icon: string[];
|
|
6437
|
+
root: string;
|
|
6459
6438
|
};
|
|
6460
6439
|
};
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6440
|
+
}, {
|
|
6441
|
+
root: string;
|
|
6442
|
+
image: string;
|
|
6443
|
+
fallback: string;
|
|
6444
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
6445
|
+
size: {
|
|
6446
|
+
"2xs": {
|
|
6447
|
+
root: string;
|
|
6448
|
+
};
|
|
6449
|
+
xs: {
|
|
6450
|
+
root: string;
|
|
6451
|
+
};
|
|
6452
|
+
sm: {
|
|
6453
|
+
root: string;
|
|
6454
|
+
};
|
|
6455
|
+
md: {
|
|
6456
|
+
root: string;
|
|
6457
|
+
};
|
|
6458
|
+
lg: {
|
|
6459
|
+
root: string;
|
|
6460
|
+
};
|
|
6461
|
+
xl: {
|
|
6462
|
+
root: string;
|
|
6464
6463
|
};
|
|
6465
6464
|
};
|
|
6466
6465
|
}, {
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6466
|
+
size: {
|
|
6467
|
+
"2xs": {
|
|
6468
|
+
root: string;
|
|
6469
|
+
};
|
|
6470
|
+
xs: {
|
|
6471
|
+
root: string;
|
|
6472
|
+
};
|
|
6473
|
+
sm: {
|
|
6474
|
+
root: string;
|
|
6475
|
+
};
|
|
6476
|
+
md: {
|
|
6477
|
+
root: string;
|
|
6478
|
+
};
|
|
6479
|
+
lg: {
|
|
6480
|
+
root: string;
|
|
6481
|
+
};
|
|
6482
|
+
xl: {
|
|
6483
|
+
root: string;
|
|
6484
|
+
};
|
|
6485
|
+
};
|
|
6486
|
+
}>, unknown, unknown, undefined>>> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
6487
|
+
type AvatarProps = React$1.ComponentProps<typeof AvatarBase> & VariantProps<typeof avatarVariants> & {
|
|
6488
|
+
src?: string;
|
|
6489
|
+
alt?: string;
|
|
6490
|
+
fallback?: React$1.ReactNode;
|
|
6491
|
+
delayMs?: number;
|
|
6492
|
+
onLoadingStatusChange?: AvatarPrimitive.AvatarImageProps["onLoadingStatusChange"];
|
|
6493
|
+
};
|
|
6494
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
6495
|
+
declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
6496
|
+
size: {
|
|
6497
|
+
"2xs": {
|
|
6498
|
+
root: string;
|
|
6499
|
+
};
|
|
6500
|
+
xs: {
|
|
6501
|
+
root: string;
|
|
6502
|
+
};
|
|
6503
|
+
sm: {
|
|
6504
|
+
root: string;
|
|
6505
|
+
};
|
|
6506
|
+
md: {
|
|
6507
|
+
root: string;
|
|
6508
|
+
};
|
|
6509
|
+
lg: {
|
|
6510
|
+
root: string;
|
|
6511
|
+
};
|
|
6512
|
+
xl: {
|
|
6513
|
+
root: string;
|
|
6514
|
+
};
|
|
6515
|
+
};
|
|
6516
|
+
}, {
|
|
6517
|
+
root: string;
|
|
6518
|
+
image: string;
|
|
6519
|
+
fallback: string;
|
|
6520
|
+
}, undefined, {
|
|
6521
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6522
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6523
|
+
} | undefined;
|
|
6524
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6525
|
+
twMergeConfig: {
|
|
6526
|
+
prefix: string;
|
|
6527
|
+
};
|
|
6528
|
+
}, {
|
|
6529
|
+
size: {
|
|
6530
|
+
"2xs": {
|
|
6531
|
+
root: string;
|
|
6532
|
+
};
|
|
6533
|
+
xs: {
|
|
6534
|
+
root: string;
|
|
6535
|
+
};
|
|
6536
|
+
sm: {
|
|
6537
|
+
root: string;
|
|
6538
|
+
};
|
|
6539
|
+
md: {
|
|
6540
|
+
root: string;
|
|
6541
|
+
};
|
|
6542
|
+
lg: {
|
|
6543
|
+
root: string;
|
|
6544
|
+
};
|
|
6545
|
+
xl: {
|
|
6546
|
+
root: string;
|
|
6547
|
+
};
|
|
6548
|
+
};
|
|
6549
|
+
}, {
|
|
6550
|
+
root: string;
|
|
6551
|
+
image: string;
|
|
6552
|
+
fallback: string;
|
|
6476
6553
|
}, tailwind_variants.TVReturnType<{
|
|
6554
|
+
size: {
|
|
6555
|
+
"2xs": {
|
|
6556
|
+
root: string;
|
|
6557
|
+
};
|
|
6558
|
+
xs: {
|
|
6559
|
+
root: string;
|
|
6560
|
+
};
|
|
6561
|
+
sm: {
|
|
6562
|
+
root: string;
|
|
6563
|
+
};
|
|
6564
|
+
md: {
|
|
6565
|
+
root: string;
|
|
6566
|
+
};
|
|
6567
|
+
lg: {
|
|
6568
|
+
root: string;
|
|
6569
|
+
};
|
|
6570
|
+
xl: {
|
|
6571
|
+
root: string;
|
|
6572
|
+
};
|
|
6573
|
+
};
|
|
6574
|
+
}, {
|
|
6575
|
+
root: string;
|
|
6576
|
+
image: string;
|
|
6577
|
+
fallback: string;
|
|
6578
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
6579
|
+
size: {
|
|
6580
|
+
"2xs": {
|
|
6581
|
+
root: string;
|
|
6582
|
+
};
|
|
6583
|
+
xs: {
|
|
6584
|
+
root: string;
|
|
6585
|
+
};
|
|
6586
|
+
sm: {
|
|
6587
|
+
root: string;
|
|
6588
|
+
};
|
|
6589
|
+
md: {
|
|
6590
|
+
root: string;
|
|
6591
|
+
};
|
|
6592
|
+
lg: {
|
|
6593
|
+
root: string;
|
|
6594
|
+
};
|
|
6595
|
+
xl: {
|
|
6596
|
+
root: string;
|
|
6597
|
+
};
|
|
6598
|
+
};
|
|
6599
|
+
}, {
|
|
6600
|
+
size: {
|
|
6601
|
+
"2xs": {
|
|
6602
|
+
root: string;
|
|
6603
|
+
};
|
|
6604
|
+
xs: {
|
|
6605
|
+
root: string;
|
|
6606
|
+
};
|
|
6607
|
+
sm: {
|
|
6608
|
+
root: string;
|
|
6609
|
+
};
|
|
6610
|
+
md: {
|
|
6611
|
+
root: string;
|
|
6612
|
+
};
|
|
6613
|
+
lg: {
|
|
6614
|
+
root: string;
|
|
6615
|
+
};
|
|
6616
|
+
xl: {
|
|
6617
|
+
root: string;
|
|
6618
|
+
};
|
|
6619
|
+
};
|
|
6620
|
+
}>, unknown, unknown, undefined>>> & React$1.RefAttributes<HTMLSpanElement> & {
|
|
6621
|
+
src?: string;
|
|
6622
|
+
alt?: string;
|
|
6623
|
+
fallback?: React$1.ReactNode;
|
|
6624
|
+
delayMs?: number;
|
|
6625
|
+
onLoadingStatusChange?: AvatarPrimitive.AvatarImageProps["onLoadingStatusChange"];
|
|
6626
|
+
} & {
|
|
6627
|
+
address: string;
|
|
6628
|
+
}, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
6629
|
+
|
|
6630
|
+
type TokenItem = {
|
|
6631
|
+
name: string;
|
|
6632
|
+
[x: string]: any;
|
|
6633
|
+
};
|
|
6634
|
+
type TokenSelectProps = {
|
|
6635
|
+
tokens: TokenItem[];
|
|
6636
|
+
showIcon?: boolean;
|
|
6637
|
+
optionRenderer?: (option: SelectOption) => ReactElement;
|
|
6638
|
+
iconSize?: AvatarSizeType;
|
|
6639
|
+
} & SelectProps<string>;
|
|
6640
|
+
declare const TokenSelect: React__default.FC<TokenSelectProps>;
|
|
6641
|
+
|
|
6642
|
+
declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
6643
|
+
size: {
|
|
6644
|
+
xs: {
|
|
6645
|
+
icon: string;
|
|
6646
|
+
};
|
|
6647
|
+
sm: {
|
|
6648
|
+
icon: string;
|
|
6649
|
+
};
|
|
6650
|
+
md: {
|
|
6651
|
+
icon: string;
|
|
6652
|
+
item: string;
|
|
6653
|
+
};
|
|
6654
|
+
lg: {
|
|
6655
|
+
icon: string;
|
|
6656
|
+
};
|
|
6657
|
+
xl: {
|
|
6658
|
+
icon: string;
|
|
6659
|
+
};
|
|
6660
|
+
};
|
|
6661
|
+
}, {
|
|
6662
|
+
icon: string;
|
|
6663
|
+
item: string[];
|
|
6664
|
+
tag: string;
|
|
6665
|
+
}, undefined, {
|
|
6666
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6667
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6668
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6669
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6670
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6671
|
+
} | undefined;
|
|
6672
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6673
|
+
twMergeConfig: {
|
|
6674
|
+
prefix: string;
|
|
6675
|
+
};
|
|
6676
|
+
}, {
|
|
6477
6677
|
variant: {
|
|
6478
6678
|
outlined: {
|
|
6479
6679
|
trigger: string[];
|
|
@@ -6537,20 +6737,218 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6537
6737
|
item: string[];
|
|
6538
6738
|
separator: string;
|
|
6539
6739
|
icon: string;
|
|
6540
|
-
},
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
};
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6740
|
+
}, tailwind_variants.TVReturnType<{
|
|
6741
|
+
variant: {
|
|
6742
|
+
outlined: {
|
|
6743
|
+
trigger: string[];
|
|
6744
|
+
};
|
|
6745
|
+
contained: {
|
|
6746
|
+
trigger: string[];
|
|
6747
|
+
};
|
|
6748
|
+
text: {
|
|
6749
|
+
trigger: never[];
|
|
6750
|
+
};
|
|
6751
|
+
};
|
|
6752
|
+
position: {
|
|
6753
|
+
popper: {
|
|
6754
|
+
content: string[];
|
|
6755
|
+
viewport: string;
|
|
6756
|
+
};
|
|
6757
|
+
"item-aligned": {
|
|
6758
|
+
content: string;
|
|
6759
|
+
viewport: string;
|
|
6760
|
+
};
|
|
6761
|
+
};
|
|
6762
|
+
size: {
|
|
6763
|
+
xs: {
|
|
6764
|
+
trigger: string[];
|
|
6765
|
+
item: string[];
|
|
6766
|
+
icon: string[];
|
|
6767
|
+
};
|
|
6768
|
+
sm: {
|
|
6769
|
+
trigger: string[];
|
|
6770
|
+
item: string[];
|
|
6771
|
+
icon: string[];
|
|
6772
|
+
};
|
|
6773
|
+
md: {
|
|
6774
|
+
trigger: string[];
|
|
6775
|
+
item: string[];
|
|
6776
|
+
icon: string[];
|
|
6777
|
+
};
|
|
6778
|
+
lg: {
|
|
6779
|
+
trigger: string[];
|
|
6780
|
+
item: string[];
|
|
6781
|
+
icon: string[];
|
|
6782
|
+
};
|
|
6783
|
+
xl: {
|
|
6784
|
+
trigger: string[];
|
|
6785
|
+
item: string[];
|
|
6786
|
+
icon: string[];
|
|
6787
|
+
};
|
|
6788
|
+
};
|
|
6789
|
+
error: {
|
|
6790
|
+
true: {
|
|
6791
|
+
trigger: string[];
|
|
6792
|
+
};
|
|
6793
|
+
};
|
|
6794
|
+
}, {
|
|
6795
|
+
trigger: string[];
|
|
6796
|
+
scrollUpButton: string;
|
|
6797
|
+
scrollDownButton: string;
|
|
6798
|
+
content: string[];
|
|
6799
|
+
viewport: string[];
|
|
6800
|
+
label: string;
|
|
6801
|
+
item: string[];
|
|
6802
|
+
separator: string;
|
|
6803
|
+
icon: string;
|
|
6804
|
+
}, undefined, {
|
|
6805
|
+
responsiveVariants: ("md" | "lg")[];
|
|
6806
|
+
} & {
|
|
6807
|
+
twMergeConfig: {
|
|
6808
|
+
prefix: string;
|
|
6809
|
+
};
|
|
6810
|
+
}, {
|
|
6811
|
+
variant: {
|
|
6812
|
+
outlined: {
|
|
6813
|
+
trigger: string[];
|
|
6814
|
+
};
|
|
6815
|
+
contained: {
|
|
6816
|
+
trigger: string[];
|
|
6817
|
+
};
|
|
6818
|
+
text: {
|
|
6819
|
+
trigger: never[];
|
|
6820
|
+
};
|
|
6821
|
+
};
|
|
6822
|
+
position: {
|
|
6823
|
+
popper: {
|
|
6824
|
+
content: string[];
|
|
6825
|
+
viewport: string;
|
|
6826
|
+
};
|
|
6827
|
+
"item-aligned": {
|
|
6828
|
+
content: string;
|
|
6829
|
+
viewport: string;
|
|
6830
|
+
};
|
|
6831
|
+
};
|
|
6832
|
+
size: {
|
|
6833
|
+
xs: {
|
|
6834
|
+
trigger: string[];
|
|
6835
|
+
item: string[];
|
|
6836
|
+
icon: string[];
|
|
6837
|
+
};
|
|
6838
|
+
sm: {
|
|
6839
|
+
trigger: string[];
|
|
6840
|
+
item: string[];
|
|
6841
|
+
icon: string[];
|
|
6842
|
+
};
|
|
6843
|
+
md: {
|
|
6844
|
+
trigger: string[];
|
|
6845
|
+
item: string[];
|
|
6846
|
+
icon: string[];
|
|
6847
|
+
};
|
|
6848
|
+
lg: {
|
|
6849
|
+
trigger: string[];
|
|
6850
|
+
item: string[];
|
|
6851
|
+
icon: string[];
|
|
6852
|
+
};
|
|
6853
|
+
xl: {
|
|
6854
|
+
trigger: string[];
|
|
6855
|
+
item: string[];
|
|
6856
|
+
icon: string[];
|
|
6857
|
+
};
|
|
6858
|
+
};
|
|
6859
|
+
error: {
|
|
6860
|
+
true: {
|
|
6861
|
+
trigger: string[];
|
|
6862
|
+
};
|
|
6863
|
+
};
|
|
6864
|
+
}, {
|
|
6865
|
+
trigger: string[];
|
|
6866
|
+
scrollUpButton: string;
|
|
6867
|
+
scrollDownButton: string;
|
|
6868
|
+
content: string[];
|
|
6869
|
+
viewport: string[];
|
|
6870
|
+
label: string;
|
|
6871
|
+
item: string[];
|
|
6872
|
+
separator: string;
|
|
6873
|
+
icon: string;
|
|
6874
|
+
}, tailwind_variants.TVReturnType<{
|
|
6875
|
+
variant: {
|
|
6876
|
+
outlined: {
|
|
6877
|
+
trigger: string[];
|
|
6878
|
+
};
|
|
6879
|
+
contained: {
|
|
6880
|
+
trigger: string[];
|
|
6881
|
+
};
|
|
6882
|
+
text: {
|
|
6883
|
+
trigger: never[];
|
|
6884
|
+
};
|
|
6885
|
+
};
|
|
6886
|
+
position: {
|
|
6887
|
+
popper: {
|
|
6888
|
+
content: string[];
|
|
6889
|
+
viewport: string;
|
|
6890
|
+
};
|
|
6891
|
+
"item-aligned": {
|
|
6892
|
+
content: string;
|
|
6893
|
+
viewport: string;
|
|
6894
|
+
};
|
|
6895
|
+
};
|
|
6896
|
+
size: {
|
|
6897
|
+
xs: {
|
|
6898
|
+
trigger: string[];
|
|
6899
|
+
item: string[];
|
|
6900
|
+
icon: string[];
|
|
6901
|
+
};
|
|
6902
|
+
sm: {
|
|
6903
|
+
trigger: string[];
|
|
6904
|
+
item: string[];
|
|
6905
|
+
icon: string[];
|
|
6906
|
+
};
|
|
6907
|
+
md: {
|
|
6908
|
+
trigger: string[];
|
|
6909
|
+
item: string[];
|
|
6910
|
+
icon: string[];
|
|
6911
|
+
};
|
|
6912
|
+
lg: {
|
|
6913
|
+
trigger: string[];
|
|
6914
|
+
item: string[];
|
|
6915
|
+
icon: string[];
|
|
6916
|
+
};
|
|
6917
|
+
xl: {
|
|
6918
|
+
trigger: string[];
|
|
6919
|
+
item: string[];
|
|
6920
|
+
icon: string[];
|
|
6921
|
+
};
|
|
6922
|
+
};
|
|
6923
|
+
error: {
|
|
6924
|
+
true: {
|
|
6925
|
+
trigger: string[];
|
|
6926
|
+
};
|
|
6927
|
+
};
|
|
6928
|
+
}, {
|
|
6929
|
+
trigger: string[];
|
|
6930
|
+
scrollUpButton: string;
|
|
6931
|
+
scrollDownButton: string;
|
|
6932
|
+
content: string[];
|
|
6933
|
+
viewport: string[];
|
|
6934
|
+
label: string;
|
|
6935
|
+
item: string[];
|
|
6936
|
+
separator: string;
|
|
6937
|
+
icon: string;
|
|
6938
|
+
}, undefined, {
|
|
6939
|
+
responsiveVariants: ("md" | "lg")[];
|
|
6940
|
+
}, unknown, unknown, undefined>>>;
|
|
6941
|
+
type ChainItem = {
|
|
6942
|
+
name: string;
|
|
6943
|
+
id: number;
|
|
6944
|
+
lowestFee?: boolean;
|
|
6945
|
+
};
|
|
6946
|
+
type ChainSelectProps = {
|
|
6947
|
+
value?: number;
|
|
6948
|
+
onChange?: (chain: ChainItem) => void;
|
|
6949
|
+
storageChains?: ChainItem[];
|
|
6950
|
+
networkId?: string;
|
|
6951
|
+
chains: {
|
|
6554
6952
|
mainnet: ChainItem[];
|
|
6555
6953
|
testnet: ChainItem[];
|
|
6556
6954
|
};
|
|
@@ -6568,7 +6966,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6568
6966
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6569
6967
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6570
6968
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6571
|
-
responsiveVariants?: boolean |
|
|
6969
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6572
6970
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6573
6971
|
twMergeConfig: {
|
|
6574
6972
|
prefix: string;
|
|
@@ -6627,12 +7025,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
6627
7025
|
16: string;
|
|
6628
7026
|
};
|
|
6629
7027
|
}, undefined, string[], {
|
|
6630
|
-
responsiveVariants?: boolean |
|
|
6631
|
-
borderColor?: boolean |
|
|
6632
|
-
border?: boolean |
|
|
6633
|
-
r?: boolean |
|
|
6634
|
-
gradient?: boolean |
|
|
6635
|
-
intensity?: boolean |
|
|
7028
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7029
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7030
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7031
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7032
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7033
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6636
7034
|
} | undefined;
|
|
6637
7035
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6638
7036
|
twMergeConfig: {
|
|
@@ -6846,12 +7244,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6846
7244
|
16: string;
|
|
6847
7245
|
};
|
|
6848
7246
|
}, undefined, string[], {
|
|
6849
|
-
responsiveVariants?: boolean |
|
|
6850
|
-
borderColor?: boolean |
|
|
6851
|
-
border?: boolean |
|
|
6852
|
-
r?: boolean |
|
|
6853
|
-
gradient?: boolean |
|
|
6854
|
-
intensity?: boolean |
|
|
7247
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7248
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7249
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7250
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7251
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7252
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6855
7253
|
} | undefined;
|
|
6856
7254
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6857
7255
|
twMergeConfig: {
|
|
@@ -7088,8 +7486,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7088
7486
|
mark: string;
|
|
7089
7487
|
tips: string[];
|
|
7090
7488
|
}, undefined, {
|
|
7091
|
-
responsiveVariants?: boolean |
|
|
7092
|
-
color?: boolean |
|
|
7489
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7490
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7093
7491
|
} | undefined;
|
|
7094
7492
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7095
7493
|
twMergeConfig: {
|
|
@@ -7253,8 +7651,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7253
7651
|
mark: string;
|
|
7254
7652
|
tips: string[];
|
|
7255
7653
|
}, undefined, {
|
|
7256
|
-
responsiveVariants?: boolean |
|
|
7257
|
-
color?: boolean |
|
|
7654
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7655
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7258
7656
|
} | undefined;
|
|
7259
7657
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7260
7658
|
twMergeConfig: {
|
|
@@ -7437,844 +7835,449 @@ interface Props$1 {
|
|
|
7437
7835
|
itemKey: string;
|
|
7438
7836
|
disabled?: boolean;
|
|
7439
7837
|
}
|
|
7440
|
-
declare const Panel: FC<PropsWithChildren<Props$1>>;
|
|
7441
|
-
|
|
7442
|
-
declare const CollapseRoot: FC<PropsWithChildren<{
|
|
7443
|
-
activeKey?: string;
|
|
7444
|
-
}>>;
|
|
7445
|
-
type Collapse = typeof CollapseRoot & {
|
|
7446
|
-
panel: typeof Panel;
|
|
7447
|
-
};
|
|
7448
|
-
declare const Collapse: Collapse;
|
|
7449
|
-
|
|
7450
|
-
declare const DropdownMenuRoot: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
7451
|
-
declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7452
|
-
declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7453
|
-
declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
7454
|
-
declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
7455
|
-
declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7456
|
-
declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
7457
|
-
size: {
|
|
7458
|
-
xs: {
|
|
7459
|
-
content: string;
|
|
7460
|
-
item: string[];
|
|
7461
|
-
};
|
|
7462
|
-
sm: {
|
|
7463
|
-
content: string;
|
|
7464
|
-
item: string[];
|
|
7465
|
-
};
|
|
7466
|
-
md: {
|
|
7467
|
-
content: string;
|
|
7468
|
-
item: string[];
|
|
7469
|
-
};
|
|
7470
|
-
lg: {
|
|
7471
|
-
content: string;
|
|
7472
|
-
item: string[];
|
|
7473
|
-
};
|
|
7474
|
-
xl: {
|
|
7475
|
-
content: string;
|
|
7476
|
-
item: string[];
|
|
7477
|
-
};
|
|
7478
|
-
};
|
|
7479
|
-
inset: {
|
|
7480
|
-
true: {
|
|
7481
|
-
item: string[];
|
|
7482
|
-
label: string[];
|
|
7483
|
-
};
|
|
7484
|
-
};
|
|
7485
|
-
}, {
|
|
7486
|
-
content: string[];
|
|
7487
|
-
item: string[];
|
|
7488
|
-
label: string;
|
|
7489
|
-
separator: string;
|
|
7490
|
-
shortcut: string;
|
|
7491
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
7492
|
-
size: {
|
|
7493
|
-
xs: {
|
|
7494
|
-
content: string;
|
|
7495
|
-
item: string[];
|
|
7496
|
-
};
|
|
7497
|
-
sm: {
|
|
7498
|
-
content: string;
|
|
7499
|
-
item: string[];
|
|
7500
|
-
};
|
|
7501
|
-
md: {
|
|
7502
|
-
content: string;
|
|
7503
|
-
item: string[];
|
|
7504
|
-
};
|
|
7505
|
-
lg: {
|
|
7506
|
-
content: string;
|
|
7507
|
-
item: string[];
|
|
7508
|
-
};
|
|
7509
|
-
xl: {
|
|
7510
|
-
content: string;
|
|
7511
|
-
item: string[];
|
|
7512
|
-
};
|
|
7513
|
-
};
|
|
7514
|
-
inset: {
|
|
7515
|
-
true: {
|
|
7516
|
-
item: string[];
|
|
7517
|
-
label: string[];
|
|
7518
|
-
};
|
|
7519
|
-
};
|
|
7520
|
-
}, {
|
|
7521
|
-
size: {
|
|
7522
|
-
xs: {
|
|
7523
|
-
content: string;
|
|
7524
|
-
item: string[];
|
|
7525
|
-
};
|
|
7526
|
-
sm: {
|
|
7527
|
-
content: string;
|
|
7528
|
-
item: string[];
|
|
7529
|
-
};
|
|
7530
|
-
md: {
|
|
7531
|
-
content: string;
|
|
7532
|
-
item: string[];
|
|
7533
|
-
};
|
|
7534
|
-
lg: {
|
|
7535
|
-
content: string;
|
|
7536
|
-
item: string[];
|
|
7537
|
-
};
|
|
7538
|
-
xl: {
|
|
7539
|
-
content: string;
|
|
7540
|
-
item: string[];
|
|
7541
|
-
};
|
|
7542
|
-
};
|
|
7543
|
-
inset: {
|
|
7544
|
-
true: {
|
|
7545
|
-
item: string[];
|
|
7546
|
-
label: string[];
|
|
7547
|
-
};
|
|
7548
|
-
};
|
|
7549
|
-
}>, {
|
|
7550
|
-
size: {
|
|
7551
|
-
xs: {
|
|
7552
|
-
content: string;
|
|
7553
|
-
item: string[];
|
|
7554
|
-
};
|
|
7555
|
-
sm: {
|
|
7556
|
-
content: string;
|
|
7557
|
-
item: string[];
|
|
7558
|
-
};
|
|
7559
|
-
md: {
|
|
7560
|
-
content: string;
|
|
7561
|
-
item: string[];
|
|
7562
|
-
};
|
|
7563
|
-
lg: {
|
|
7564
|
-
content: string;
|
|
7565
|
-
item: string[];
|
|
7566
|
-
};
|
|
7567
|
-
xl: {
|
|
7568
|
-
content: string;
|
|
7569
|
-
item: string[];
|
|
7570
|
-
};
|
|
7571
|
-
};
|
|
7572
|
-
inset: {
|
|
7573
|
-
true: {
|
|
7574
|
-
item: string[];
|
|
7575
|
-
label: string[];
|
|
7576
|
-
};
|
|
7577
|
-
};
|
|
7578
|
-
}, {
|
|
7579
|
-
content: string[];
|
|
7580
|
-
item: string[];
|
|
7581
|
-
label: string;
|
|
7582
|
-
separator: string;
|
|
7583
|
-
shortcut: string;
|
|
7584
|
-
}, tailwind_variants.TVReturnType<{
|
|
7585
|
-
size: {
|
|
7586
|
-
xs: {
|
|
7587
|
-
content: string;
|
|
7588
|
-
item: string[];
|
|
7589
|
-
};
|
|
7590
|
-
sm: {
|
|
7591
|
-
content: string;
|
|
7592
|
-
item: string[];
|
|
7593
|
-
};
|
|
7594
|
-
md: {
|
|
7595
|
-
content: string;
|
|
7596
|
-
item: string[];
|
|
7597
|
-
};
|
|
7598
|
-
lg: {
|
|
7599
|
-
content: string;
|
|
7600
|
-
item: string[];
|
|
7601
|
-
};
|
|
7602
|
-
xl: {
|
|
7603
|
-
content: string;
|
|
7604
|
-
item: string[];
|
|
7605
|
-
};
|
|
7606
|
-
};
|
|
7607
|
-
inset: {
|
|
7608
|
-
true: {
|
|
7609
|
-
item: string[];
|
|
7610
|
-
label: string[];
|
|
7611
|
-
};
|
|
7612
|
-
};
|
|
7613
|
-
}, {
|
|
7614
|
-
content: string[];
|
|
7615
|
-
item: string[];
|
|
7616
|
-
label: string;
|
|
7617
|
-
separator: string;
|
|
7618
|
-
shortcut: string;
|
|
7619
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
7620
|
-
size: {
|
|
7621
|
-
xs: {
|
|
7622
|
-
content: string;
|
|
7623
|
-
item: string[];
|
|
7624
|
-
};
|
|
7625
|
-
sm: {
|
|
7626
|
-
content: string;
|
|
7627
|
-
item: string[];
|
|
7628
|
-
};
|
|
7629
|
-
md: {
|
|
7630
|
-
content: string;
|
|
7631
|
-
item: string[];
|
|
7632
|
-
};
|
|
7633
|
-
lg: {
|
|
7634
|
-
content: string;
|
|
7635
|
-
item: string[];
|
|
7636
|
-
};
|
|
7637
|
-
xl: {
|
|
7638
|
-
content: string;
|
|
7639
|
-
item: string[];
|
|
7640
|
-
};
|
|
7641
|
-
};
|
|
7642
|
-
inset: {
|
|
7643
|
-
true: {
|
|
7644
|
-
item: string[];
|
|
7645
|
-
label: string[];
|
|
7646
|
-
};
|
|
7647
|
-
};
|
|
7648
|
-
}, {
|
|
7649
|
-
size: {
|
|
7650
|
-
xs: {
|
|
7651
|
-
content: string;
|
|
7652
|
-
item: string[];
|
|
7653
|
-
};
|
|
7654
|
-
sm: {
|
|
7655
|
-
content: string;
|
|
7656
|
-
item: string[];
|
|
7657
|
-
};
|
|
7658
|
-
md: {
|
|
7659
|
-
content: string;
|
|
7660
|
-
item: string[];
|
|
7661
|
-
};
|
|
7662
|
-
lg: {
|
|
7663
|
-
content: string;
|
|
7664
|
-
item: string[];
|
|
7665
|
-
};
|
|
7666
|
-
xl: {
|
|
7667
|
-
content: string;
|
|
7668
|
-
item: string[];
|
|
7669
|
-
};
|
|
7670
|
-
};
|
|
7671
|
-
inset: {
|
|
7672
|
-
true: {
|
|
7673
|
-
item: string[];
|
|
7674
|
-
label: string[];
|
|
7675
|
-
};
|
|
7676
|
-
};
|
|
7677
|
-
}>, unknown, unknown, undefined>>> & React$1.RefAttributes<HTMLDivElement>>;
|
|
7678
|
-
declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
7679
|
-
inset?: boolean;
|
|
7680
|
-
size?: SizeType;
|
|
7681
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
7682
|
-
declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
7683
|
-
inset?: boolean;
|
|
7684
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
7685
|
-
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
7686
|
-
declare const DropdownMenuShortcut: {
|
|
7687
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
7688
|
-
displayName: string;
|
|
7689
|
-
};
|
|
7690
|
-
|
|
7691
|
-
type MenuItem = {
|
|
7692
|
-
label: string;
|
|
7693
|
-
value: string;
|
|
7694
|
-
testId?: string;
|
|
7695
|
-
};
|
|
7696
|
-
type DropdownMenuProps = {
|
|
7697
|
-
currentValue?: string;
|
|
7698
|
-
menu: MenuItem[];
|
|
7699
|
-
onSelect?: (item: MenuItem) => void;
|
|
7700
|
-
render?: (item: MenuItem, index: number) => ReactNode;
|
|
7701
|
-
size?: SizeType;
|
|
7702
|
-
} & DropdownMenuContentProps;
|
|
7703
|
-
declare const SimpleDropdownMenu: (props: PropsWithChildren<DropdownMenuProps>) => react_jsx_runtime.JSX.Element;
|
|
7704
|
-
|
|
7705
|
-
declare const iconVariants: tailwind_variants.TVReturnType<{
|
|
7706
|
-
color: {
|
|
7707
|
-
primary: string;
|
|
7708
|
-
success: string;
|
|
7709
|
-
danger: string;
|
|
7710
|
-
warning: string;
|
|
7711
|
-
white: string;
|
|
7712
|
-
black: string;
|
|
7713
|
-
inherit: string;
|
|
7714
|
-
};
|
|
7715
|
-
}, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
7716
|
-
color: {
|
|
7717
|
-
primary: string;
|
|
7718
|
-
success: string;
|
|
7719
|
-
danger: string;
|
|
7720
|
-
warning: string;
|
|
7721
|
-
white: string;
|
|
7722
|
-
black: string;
|
|
7723
|
-
inherit: string;
|
|
7724
|
-
};
|
|
7725
|
-
}, {
|
|
7726
|
-
color: {
|
|
7727
|
-
primary: string;
|
|
7728
|
-
success: string;
|
|
7729
|
-
danger: string;
|
|
7730
|
-
warning: string;
|
|
7731
|
-
white: string;
|
|
7732
|
-
black: string;
|
|
7733
|
-
inherit: string;
|
|
7734
|
-
};
|
|
7735
|
-
}>, {
|
|
7736
|
-
color: {
|
|
7737
|
-
primary: string;
|
|
7738
|
-
success: string;
|
|
7739
|
-
danger: string;
|
|
7740
|
-
warning: string;
|
|
7741
|
-
white: string;
|
|
7742
|
-
black: string;
|
|
7743
|
-
inherit: string;
|
|
7744
|
-
};
|
|
7745
|
-
}, undefined, tailwind_variants.TVReturnType<{
|
|
7746
|
-
color: {
|
|
7747
|
-
primary: string;
|
|
7748
|
-
success: string;
|
|
7749
|
-
danger: string;
|
|
7750
|
-
warning: string;
|
|
7751
|
-
white: string;
|
|
7752
|
-
black: string;
|
|
7753
|
-
inherit: string;
|
|
7754
|
-
};
|
|
7755
|
-
}, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
7756
|
-
color: {
|
|
7757
|
-
primary: string;
|
|
7758
|
-
success: string;
|
|
7759
|
-
danger: string;
|
|
7760
|
-
warning: string;
|
|
7761
|
-
white: string;
|
|
7762
|
-
black: string;
|
|
7763
|
-
inherit: string;
|
|
7764
|
-
};
|
|
7765
|
-
}, {
|
|
7766
|
-
color: {
|
|
7767
|
-
primary: string;
|
|
7768
|
-
success: string;
|
|
7769
|
-
danger: string;
|
|
7770
|
-
warning: string;
|
|
7771
|
-
white: string;
|
|
7772
|
-
black: string;
|
|
7773
|
-
inherit: string;
|
|
7774
|
-
};
|
|
7775
|
-
}>, unknown, unknown, undefined>>;
|
|
7776
|
-
interface BaseIconProps extends ComponentPropsWithout<"svg", RemovedProps>, VariantProps<typeof iconVariants> {
|
|
7777
|
-
size?: number;
|
|
7778
|
-
opacity?: number;
|
|
7779
|
-
}
|
|
7780
|
-
declare const BaseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7781
|
-
|
|
7782
|
-
type ChainIconProps = {
|
|
7783
|
-
size?: "2xs" | "xs" | "sm" | "md" | "lg";
|
|
7784
|
-
chainId: string | number;
|
|
7785
|
-
className?: string;
|
|
7786
|
-
};
|
|
7787
|
-
declare const ChainIcon: FC<ChainIconProps>;
|
|
7788
|
-
|
|
7789
|
-
type TokenIconProps = {
|
|
7790
|
-
size?: SizeType;
|
|
7791
|
-
name?: string;
|
|
7792
|
-
symbol?: string;
|
|
7793
|
-
className?: string;
|
|
7794
|
-
};
|
|
7795
|
-
declare const TokenIcon: FC<TokenIconProps>;
|
|
7796
|
-
|
|
7797
|
-
type CombineIconProps = {
|
|
7798
|
-
secondary: (ChainIconProps | TokenIconProps) & {
|
|
7799
|
-
component?: ReactNode;
|
|
7800
|
-
};
|
|
7801
|
-
};
|
|
7802
|
-
declare const CombineIcon: FC<PropsWithChildren<CombineIconProps>>;
|
|
7803
|
-
|
|
7804
|
-
declare const CloseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7805
|
-
|
|
7806
|
-
declare const CheckIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7807
|
-
|
|
7808
|
-
declare const ChevronDownIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7809
|
-
|
|
7810
|
-
declare const ChevronUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7811
|
-
|
|
7812
|
-
declare const CaretUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7813
|
-
|
|
7814
|
-
declare const CaretDownIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7815
|
-
|
|
7816
|
-
declare const CaretLeftIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7817
|
-
|
|
7818
|
-
declare const CaretRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7819
|
-
|
|
7820
|
-
declare const ChevronLeftIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7821
|
-
|
|
7822
|
-
declare const ChevronRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7823
|
-
|
|
7824
|
-
declare const CalendarMinusIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7825
|
-
|
|
7826
|
-
declare const SettingIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7827
|
-
|
|
7828
|
-
declare const CloseSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7829
|
-
|
|
7830
|
-
declare const CloseCircleFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7831
|
-
|
|
7832
|
-
declare const CheckedCircleFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7833
|
-
|
|
7834
|
-
declare const CheckedSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7835
|
-
|
|
7836
|
-
declare const CheckSquareEmptyIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7837
|
-
|
|
7838
|
-
declare const PlusIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7839
|
-
|
|
7840
|
-
declare const ReduceIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7841
|
-
|
|
7842
|
-
declare const CircleOutlinedIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7843
|
-
|
|
7844
|
-
declare const SquareOutlinedIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7845
|
-
|
|
7846
|
-
declare const ExclamationFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7847
|
-
|
|
7848
|
-
declare const QuestionFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7849
|
-
|
|
7850
|
-
declare const ArrowLeftRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7851
|
-
|
|
7852
|
-
declare const ArrowDownUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7853
|
-
|
|
7854
|
-
declare const ArrowUpSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7855
|
-
|
|
7856
|
-
declare const ArrowDownSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7857
|
-
|
|
7858
|
-
declare const ArrowLeftRightSquareFill: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7859
|
-
|
|
7860
|
-
declare const AssetIcon: () => react_jsx_runtime.JSX.Element;
|
|
7861
|
-
|
|
7862
|
-
declare const BarChartIcon: () => react_jsx_runtime.JSX.Element;
|
|
7863
|
-
|
|
7864
|
-
declare const BattleIcon: () => react_jsx_runtime.JSX.Element;
|
|
7865
|
-
|
|
7866
|
-
declare const FeeTierIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7867
|
-
|
|
7868
|
-
declare const EditIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7869
|
-
|
|
7870
|
-
declare const EyeIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7871
|
-
|
|
7872
|
-
declare const ShareIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7873
|
-
|
|
7874
|
-
declare const EyeCloseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7875
|
-
|
|
7876
|
-
declare const RefreshIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7877
|
-
|
|
7878
|
-
declare const OrderlyIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
7879
|
-
|
|
7880
|
-
declare const EsOrderlyIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
7881
|
-
|
|
7882
|
-
declare const InfoCircleIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
7883
|
-
|
|
7884
|
-
declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
7885
|
-
size: {
|
|
7886
|
-
"2xs": {
|
|
7887
|
-
root: string;
|
|
7888
|
-
};
|
|
7889
|
-
xs: {
|
|
7890
|
-
root: string;
|
|
7891
|
-
};
|
|
7892
|
-
sm: {
|
|
7893
|
-
root: string;
|
|
7894
|
-
};
|
|
7895
|
-
md: {
|
|
7896
|
-
root: string;
|
|
7897
|
-
};
|
|
7898
|
-
lg: {
|
|
7899
|
-
root: string;
|
|
7900
|
-
};
|
|
7901
|
-
xl: {
|
|
7902
|
-
root: string;
|
|
7903
|
-
};
|
|
7904
|
-
};
|
|
7905
|
-
}, {
|
|
7906
|
-
root: string;
|
|
7907
|
-
image: string;
|
|
7908
|
-
fallback: string;
|
|
7909
|
-
}, undefined, {
|
|
7910
|
-
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
7911
|
-
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7912
|
-
} | undefined;
|
|
7913
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7914
|
-
twMergeConfig: {
|
|
7915
|
-
prefix: string;
|
|
7916
|
-
};
|
|
7917
|
-
}, {
|
|
7918
|
-
size: {
|
|
7919
|
-
"2xs": {
|
|
7920
|
-
root: string;
|
|
7921
|
-
};
|
|
7922
|
-
xs: {
|
|
7923
|
-
root: string;
|
|
7924
|
-
};
|
|
7925
|
-
sm: {
|
|
7926
|
-
root: string;
|
|
7927
|
-
};
|
|
7928
|
-
md: {
|
|
7929
|
-
root: string;
|
|
7930
|
-
};
|
|
7931
|
-
lg: {
|
|
7932
|
-
root: string;
|
|
7933
|
-
};
|
|
7934
|
-
xl: {
|
|
7935
|
-
root: string;
|
|
7936
|
-
};
|
|
7937
|
-
};
|
|
7938
|
-
}, {
|
|
7939
|
-
root: string;
|
|
7940
|
-
image: string;
|
|
7941
|
-
fallback: string;
|
|
7942
|
-
}, tailwind_variants.TVReturnType<{
|
|
7943
|
-
size: {
|
|
7944
|
-
"2xs": {
|
|
7945
|
-
root: string;
|
|
7946
|
-
};
|
|
7947
|
-
xs: {
|
|
7948
|
-
root: string;
|
|
7949
|
-
};
|
|
7950
|
-
sm: {
|
|
7951
|
-
root: string;
|
|
7952
|
-
};
|
|
7953
|
-
md: {
|
|
7954
|
-
root: string;
|
|
7955
|
-
};
|
|
7956
|
-
lg: {
|
|
7957
|
-
root: string;
|
|
7958
|
-
};
|
|
7959
|
-
xl: {
|
|
7960
|
-
root: string;
|
|
7961
|
-
};
|
|
7962
|
-
};
|
|
7963
|
-
}, {
|
|
7964
|
-
root: string;
|
|
7965
|
-
image: string;
|
|
7966
|
-
fallback: string;
|
|
7967
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
7968
|
-
size: {
|
|
7969
|
-
"2xs": {
|
|
7970
|
-
root: string;
|
|
7971
|
-
};
|
|
7972
|
-
xs: {
|
|
7973
|
-
root: string;
|
|
7974
|
-
};
|
|
7975
|
-
sm: {
|
|
7976
|
-
root: string;
|
|
7977
|
-
};
|
|
7978
|
-
md: {
|
|
7979
|
-
root: string;
|
|
7980
|
-
};
|
|
7981
|
-
lg: {
|
|
7982
|
-
root: string;
|
|
7983
|
-
};
|
|
7984
|
-
xl: {
|
|
7985
|
-
root: string;
|
|
7986
|
-
};
|
|
7987
|
-
};
|
|
7988
|
-
}, {
|
|
7989
|
-
size: {
|
|
7990
|
-
"2xs": {
|
|
7991
|
-
root: string;
|
|
7992
|
-
};
|
|
7993
|
-
xs: {
|
|
7994
|
-
root: string;
|
|
7995
|
-
};
|
|
7996
|
-
sm: {
|
|
7997
|
-
root: string;
|
|
7998
|
-
};
|
|
7999
|
-
md: {
|
|
8000
|
-
root: string;
|
|
8001
|
-
};
|
|
8002
|
-
lg: {
|
|
8003
|
-
root: string;
|
|
8004
|
-
};
|
|
8005
|
-
xl: {
|
|
8006
|
-
root: string;
|
|
8007
|
-
};
|
|
8008
|
-
};
|
|
8009
|
-
}>, unknown, unknown, undefined>>;
|
|
8010
|
-
declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
7838
|
+
declare const Panel: FC<PropsWithChildren<Props$1>>;
|
|
7839
|
+
|
|
7840
|
+
declare const CollapseRoot: React__default.FC<React__default.PropsWithChildren<{
|
|
7841
|
+
activeKey?: string;
|
|
7842
|
+
}>>;
|
|
7843
|
+
type Collapse = typeof CollapseRoot & {
|
|
7844
|
+
panel: typeof Panel;
|
|
7845
|
+
};
|
|
7846
|
+
declare const Collapse: Collapse;
|
|
7847
|
+
|
|
7848
|
+
declare const DropdownMenuRoot: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
7849
|
+
declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7850
|
+
declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7851
|
+
declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
7852
|
+
declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
7853
|
+
declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7854
|
+
declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
8011
7855
|
size: {
|
|
8012
|
-
"2xs": {
|
|
8013
|
-
root: string;
|
|
8014
|
-
};
|
|
8015
7856
|
xs: {
|
|
8016
|
-
|
|
7857
|
+
content: string;
|
|
7858
|
+
item: string[];
|
|
8017
7859
|
};
|
|
8018
7860
|
sm: {
|
|
8019
|
-
|
|
7861
|
+
content: string;
|
|
7862
|
+
item: string[];
|
|
8020
7863
|
};
|
|
8021
7864
|
md: {
|
|
8022
|
-
|
|
7865
|
+
content: string;
|
|
7866
|
+
item: string[];
|
|
8023
7867
|
};
|
|
8024
7868
|
lg: {
|
|
8025
|
-
|
|
7869
|
+
content: string;
|
|
7870
|
+
item: string[];
|
|
8026
7871
|
};
|
|
8027
7872
|
xl: {
|
|
8028
|
-
|
|
7873
|
+
content: string;
|
|
7874
|
+
item: string[];
|
|
8029
7875
|
};
|
|
8030
7876
|
};
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
}
|
|
8036
|
-
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
8037
|
-
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
8038
|
-
} | undefined;
|
|
8039
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8040
|
-
twMergeConfig: {
|
|
8041
|
-
prefix: string;
|
|
7877
|
+
inset: {
|
|
7878
|
+
true: {
|
|
7879
|
+
item: string[];
|
|
7880
|
+
label: string[];
|
|
7881
|
+
};
|
|
8042
7882
|
};
|
|
8043
7883
|
}, {
|
|
7884
|
+
content: string[];
|
|
7885
|
+
item: string[];
|
|
7886
|
+
label: string;
|
|
7887
|
+
separator: string;
|
|
7888
|
+
shortcut: string;
|
|
7889
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8044
7890
|
size: {
|
|
8045
|
-
"2xs": {
|
|
8046
|
-
root: string;
|
|
8047
|
-
};
|
|
8048
7891
|
xs: {
|
|
8049
|
-
|
|
7892
|
+
content: string;
|
|
7893
|
+
item: string[];
|
|
8050
7894
|
};
|
|
8051
7895
|
sm: {
|
|
8052
|
-
|
|
7896
|
+
content: string;
|
|
7897
|
+
item: string[];
|
|
8053
7898
|
};
|
|
8054
7899
|
md: {
|
|
8055
|
-
|
|
7900
|
+
content: string;
|
|
7901
|
+
item: string[];
|
|
8056
7902
|
};
|
|
8057
7903
|
lg: {
|
|
8058
|
-
|
|
7904
|
+
content: string;
|
|
7905
|
+
item: string[];
|
|
8059
7906
|
};
|
|
8060
7907
|
xl: {
|
|
8061
|
-
|
|
7908
|
+
content: string;
|
|
7909
|
+
item: string[];
|
|
8062
7910
|
};
|
|
8063
7911
|
};
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
|
-
}, tailwind_variants.TVReturnType<{
|
|
8069
|
-
size: {
|
|
8070
|
-
"2xs": {
|
|
8071
|
-
root: string;
|
|
8072
|
-
};
|
|
8073
|
-
xs: {
|
|
8074
|
-
root: string;
|
|
8075
|
-
};
|
|
8076
|
-
sm: {
|
|
8077
|
-
root: string;
|
|
8078
|
-
};
|
|
8079
|
-
md: {
|
|
8080
|
-
root: string;
|
|
8081
|
-
};
|
|
8082
|
-
lg: {
|
|
8083
|
-
root: string;
|
|
8084
|
-
};
|
|
8085
|
-
xl: {
|
|
8086
|
-
root: string;
|
|
7912
|
+
inset: {
|
|
7913
|
+
true: {
|
|
7914
|
+
item: string[];
|
|
7915
|
+
label: string[];
|
|
8087
7916
|
};
|
|
8088
7917
|
};
|
|
8089
7918
|
}, {
|
|
8090
|
-
root: string;
|
|
8091
|
-
image: string;
|
|
8092
|
-
fallback: string;
|
|
8093
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8094
7919
|
size: {
|
|
8095
|
-
"2xs": {
|
|
8096
|
-
root: string;
|
|
8097
|
-
};
|
|
8098
7920
|
xs: {
|
|
8099
|
-
|
|
7921
|
+
content: string;
|
|
7922
|
+
item: string[];
|
|
8100
7923
|
};
|
|
8101
7924
|
sm: {
|
|
8102
|
-
|
|
7925
|
+
content: string;
|
|
7926
|
+
item: string[];
|
|
8103
7927
|
};
|
|
8104
7928
|
md: {
|
|
8105
|
-
|
|
7929
|
+
content: string;
|
|
7930
|
+
item: string[];
|
|
8106
7931
|
};
|
|
8107
7932
|
lg: {
|
|
8108
|
-
|
|
7933
|
+
content: string;
|
|
7934
|
+
item: string[];
|
|
8109
7935
|
};
|
|
8110
7936
|
xl: {
|
|
8111
|
-
|
|
7937
|
+
content: string;
|
|
7938
|
+
item: string[];
|
|
8112
7939
|
};
|
|
8113
7940
|
};
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
};
|
|
8119
|
-
xs: {
|
|
8120
|
-
root: string;
|
|
8121
|
-
};
|
|
8122
|
-
sm: {
|
|
8123
|
-
root: string;
|
|
8124
|
-
};
|
|
8125
|
-
md: {
|
|
8126
|
-
root: string;
|
|
8127
|
-
};
|
|
8128
|
-
lg: {
|
|
8129
|
-
root: string;
|
|
8130
|
-
};
|
|
8131
|
-
xl: {
|
|
8132
|
-
root: string;
|
|
7941
|
+
inset: {
|
|
7942
|
+
true: {
|
|
7943
|
+
item: string[];
|
|
7944
|
+
label: string[];
|
|
8133
7945
|
};
|
|
8134
7946
|
};
|
|
8135
|
-
}>,
|
|
8136
|
-
type AvatarProps = React$1.ComponentProps<typeof AvatarBase> & VariantProps<typeof avatarVariants> & {
|
|
8137
|
-
src?: string;
|
|
8138
|
-
alt?: string;
|
|
8139
|
-
fallback?: React$1.ReactNode;
|
|
8140
|
-
delayMs?: number;
|
|
8141
|
-
onLoadingStatusChange?: AvatarPrimitive.AvatarImageProps["onLoadingStatusChange"];
|
|
8142
|
-
};
|
|
8143
|
-
declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarProps, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
8144
|
-
declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
7947
|
+
}>, {
|
|
8145
7948
|
size: {
|
|
8146
|
-
"2xs": {
|
|
8147
|
-
root: string;
|
|
8148
|
-
};
|
|
8149
7949
|
xs: {
|
|
8150
|
-
|
|
7950
|
+
content: string;
|
|
7951
|
+
item: string[];
|
|
8151
7952
|
};
|
|
8152
7953
|
sm: {
|
|
8153
|
-
|
|
7954
|
+
content: string;
|
|
7955
|
+
item: string[];
|
|
8154
7956
|
};
|
|
8155
7957
|
md: {
|
|
8156
|
-
|
|
7958
|
+
content: string;
|
|
7959
|
+
item: string[];
|
|
8157
7960
|
};
|
|
8158
7961
|
lg: {
|
|
8159
|
-
|
|
7962
|
+
content: string;
|
|
7963
|
+
item: string[];
|
|
8160
7964
|
};
|
|
8161
7965
|
xl: {
|
|
8162
|
-
|
|
7966
|
+
content: string;
|
|
7967
|
+
item: string[];
|
|
8163
7968
|
};
|
|
8164
7969
|
};
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
}, undefined, {
|
|
8170
|
-
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
8171
|
-
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
8172
|
-
} | undefined;
|
|
8173
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8174
|
-
twMergeConfig: {
|
|
8175
|
-
prefix: string;
|
|
8176
|
-
};
|
|
8177
|
-
}, {
|
|
8178
|
-
size: {
|
|
8179
|
-
"2xs": {
|
|
8180
|
-
root: string;
|
|
8181
|
-
};
|
|
8182
|
-
xs: {
|
|
8183
|
-
root: string;
|
|
8184
|
-
};
|
|
8185
|
-
sm: {
|
|
8186
|
-
root: string;
|
|
8187
|
-
};
|
|
8188
|
-
md: {
|
|
8189
|
-
root: string;
|
|
8190
|
-
};
|
|
8191
|
-
lg: {
|
|
8192
|
-
root: string;
|
|
8193
|
-
};
|
|
8194
|
-
xl: {
|
|
8195
|
-
root: string;
|
|
7970
|
+
inset: {
|
|
7971
|
+
true: {
|
|
7972
|
+
item: string[];
|
|
7973
|
+
label: string[];
|
|
8196
7974
|
};
|
|
8197
7975
|
};
|
|
8198
7976
|
}, {
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
7977
|
+
content: string[];
|
|
7978
|
+
item: string[];
|
|
7979
|
+
label: string;
|
|
7980
|
+
separator: string;
|
|
7981
|
+
shortcut: string;
|
|
8202
7982
|
}, tailwind_variants.TVReturnType<{
|
|
8203
7983
|
size: {
|
|
8204
|
-
"2xs": {
|
|
8205
|
-
root: string;
|
|
8206
|
-
};
|
|
8207
7984
|
xs: {
|
|
8208
|
-
|
|
7985
|
+
content: string;
|
|
7986
|
+
item: string[];
|
|
8209
7987
|
};
|
|
8210
7988
|
sm: {
|
|
8211
|
-
|
|
7989
|
+
content: string;
|
|
7990
|
+
item: string[];
|
|
8212
7991
|
};
|
|
8213
7992
|
md: {
|
|
8214
|
-
|
|
7993
|
+
content: string;
|
|
7994
|
+
item: string[];
|
|
8215
7995
|
};
|
|
8216
7996
|
lg: {
|
|
8217
|
-
|
|
7997
|
+
content: string;
|
|
7998
|
+
item: string[];
|
|
8218
7999
|
};
|
|
8219
8000
|
xl: {
|
|
8220
|
-
|
|
8001
|
+
content: string;
|
|
8002
|
+
item: string[];
|
|
8003
|
+
};
|
|
8004
|
+
};
|
|
8005
|
+
inset: {
|
|
8006
|
+
true: {
|
|
8007
|
+
item: string[];
|
|
8008
|
+
label: string[];
|
|
8221
8009
|
};
|
|
8222
8010
|
};
|
|
8223
8011
|
}, {
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8012
|
+
content: string[];
|
|
8013
|
+
item: string[];
|
|
8014
|
+
label: string;
|
|
8015
|
+
separator: string;
|
|
8016
|
+
shortcut: string;
|
|
8227
8017
|
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8228
8018
|
size: {
|
|
8229
|
-
"2xs": {
|
|
8230
|
-
root: string;
|
|
8231
|
-
};
|
|
8232
8019
|
xs: {
|
|
8233
|
-
|
|
8020
|
+
content: string;
|
|
8021
|
+
item: string[];
|
|
8234
8022
|
};
|
|
8235
8023
|
sm: {
|
|
8236
|
-
|
|
8024
|
+
content: string;
|
|
8025
|
+
item: string[];
|
|
8237
8026
|
};
|
|
8238
8027
|
md: {
|
|
8239
|
-
|
|
8028
|
+
content: string;
|
|
8029
|
+
item: string[];
|
|
8240
8030
|
};
|
|
8241
8031
|
lg: {
|
|
8242
|
-
|
|
8032
|
+
content: string;
|
|
8033
|
+
item: string[];
|
|
8243
8034
|
};
|
|
8244
8035
|
xl: {
|
|
8245
|
-
|
|
8036
|
+
content: string;
|
|
8037
|
+
item: string[];
|
|
8038
|
+
};
|
|
8039
|
+
};
|
|
8040
|
+
inset: {
|
|
8041
|
+
true: {
|
|
8042
|
+
item: string[];
|
|
8043
|
+
label: string[];
|
|
8246
8044
|
};
|
|
8247
8045
|
};
|
|
8248
8046
|
}, {
|
|
8249
8047
|
size: {
|
|
8250
|
-
"2xs": {
|
|
8251
|
-
root: string;
|
|
8252
|
-
};
|
|
8253
8048
|
xs: {
|
|
8254
|
-
|
|
8049
|
+
content: string;
|
|
8050
|
+
item: string[];
|
|
8255
8051
|
};
|
|
8256
8052
|
sm: {
|
|
8257
|
-
|
|
8053
|
+
content: string;
|
|
8054
|
+
item: string[];
|
|
8258
8055
|
};
|
|
8259
8056
|
md: {
|
|
8260
|
-
|
|
8057
|
+
content: string;
|
|
8058
|
+
item: string[];
|
|
8261
8059
|
};
|
|
8262
8060
|
lg: {
|
|
8263
|
-
|
|
8061
|
+
content: string;
|
|
8062
|
+
item: string[];
|
|
8264
8063
|
};
|
|
8265
8064
|
xl: {
|
|
8266
|
-
|
|
8065
|
+
content: string;
|
|
8066
|
+
item: string[];
|
|
8267
8067
|
};
|
|
8268
8068
|
};
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
} &
|
|
8276
|
-
|
|
8277
|
-
|
|
8069
|
+
inset: {
|
|
8070
|
+
true: {
|
|
8071
|
+
item: string[];
|
|
8072
|
+
label: string[];
|
|
8073
|
+
};
|
|
8074
|
+
};
|
|
8075
|
+
}>, unknown, unknown, undefined>>> & React$1.RefAttributes<HTMLDivElement>>;
|
|
8076
|
+
declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8077
|
+
inset?: boolean;
|
|
8078
|
+
size?: SizeType;
|
|
8079
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
8080
|
+
declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8081
|
+
inset?: boolean;
|
|
8082
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
8083
|
+
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
8084
|
+
declare const DropdownMenuShortcut: {
|
|
8085
|
+
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
8086
|
+
displayName: string;
|
|
8087
|
+
};
|
|
8088
|
+
|
|
8089
|
+
type MenuItem = {
|
|
8090
|
+
label: string;
|
|
8091
|
+
value: string;
|
|
8092
|
+
testId?: string;
|
|
8093
|
+
};
|
|
8094
|
+
type DropdownMenuProps = {
|
|
8095
|
+
currentValue?: string;
|
|
8096
|
+
menu: MenuItem[];
|
|
8097
|
+
onSelect?: (item: MenuItem) => void;
|
|
8098
|
+
render?: (item: MenuItem, index: number) => ReactNode;
|
|
8099
|
+
size?: SizeType;
|
|
8100
|
+
} & DropdownMenuContentProps;
|
|
8101
|
+
declare const SimpleDropdownMenu: (props: PropsWithChildren<DropdownMenuProps>) => react_jsx_runtime.JSX.Element;
|
|
8102
|
+
|
|
8103
|
+
declare const iconVariants: tailwind_variants.TVReturnType<{
|
|
8104
|
+
color: {
|
|
8105
|
+
primary: string;
|
|
8106
|
+
success: string;
|
|
8107
|
+
danger: string;
|
|
8108
|
+
warning: string;
|
|
8109
|
+
white: string;
|
|
8110
|
+
black: string;
|
|
8111
|
+
inherit: string;
|
|
8112
|
+
};
|
|
8113
|
+
}, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8114
|
+
color: {
|
|
8115
|
+
primary: string;
|
|
8116
|
+
success: string;
|
|
8117
|
+
danger: string;
|
|
8118
|
+
warning: string;
|
|
8119
|
+
white: string;
|
|
8120
|
+
black: string;
|
|
8121
|
+
inherit: string;
|
|
8122
|
+
};
|
|
8123
|
+
}, {
|
|
8124
|
+
color: {
|
|
8125
|
+
primary: string;
|
|
8126
|
+
success: string;
|
|
8127
|
+
danger: string;
|
|
8128
|
+
warning: string;
|
|
8129
|
+
white: string;
|
|
8130
|
+
black: string;
|
|
8131
|
+
inherit: string;
|
|
8132
|
+
};
|
|
8133
|
+
}>, {
|
|
8134
|
+
color: {
|
|
8135
|
+
primary: string;
|
|
8136
|
+
success: string;
|
|
8137
|
+
danger: string;
|
|
8138
|
+
warning: string;
|
|
8139
|
+
white: string;
|
|
8140
|
+
black: string;
|
|
8141
|
+
inherit: string;
|
|
8142
|
+
};
|
|
8143
|
+
}, undefined, tailwind_variants.TVReturnType<{
|
|
8144
|
+
color: {
|
|
8145
|
+
primary: string;
|
|
8146
|
+
success: string;
|
|
8147
|
+
danger: string;
|
|
8148
|
+
warning: string;
|
|
8149
|
+
white: string;
|
|
8150
|
+
black: string;
|
|
8151
|
+
inherit: string;
|
|
8152
|
+
};
|
|
8153
|
+
}, undefined, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8154
|
+
color: {
|
|
8155
|
+
primary: string;
|
|
8156
|
+
success: string;
|
|
8157
|
+
danger: string;
|
|
8158
|
+
warning: string;
|
|
8159
|
+
white: string;
|
|
8160
|
+
black: string;
|
|
8161
|
+
inherit: string;
|
|
8162
|
+
};
|
|
8163
|
+
}, {
|
|
8164
|
+
color: {
|
|
8165
|
+
primary: string;
|
|
8166
|
+
success: string;
|
|
8167
|
+
danger: string;
|
|
8168
|
+
warning: string;
|
|
8169
|
+
white: string;
|
|
8170
|
+
black: string;
|
|
8171
|
+
inherit: string;
|
|
8172
|
+
};
|
|
8173
|
+
}>, unknown, unknown, undefined>>;
|
|
8174
|
+
interface BaseIconProps extends ComponentPropsWithout<"svg", RemovedProps>, VariantProps<typeof iconVariants> {
|
|
8175
|
+
size?: number;
|
|
8176
|
+
opacity?: number;
|
|
8177
|
+
}
|
|
8178
|
+
declare const BaseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8179
|
+
|
|
8180
|
+
type ChainIconProps = {
|
|
8181
|
+
size?: "2xs" | "xs" | "sm" | "md" | "lg";
|
|
8182
|
+
chainId: string | number;
|
|
8183
|
+
className?: string;
|
|
8184
|
+
};
|
|
8185
|
+
declare const ChainIcon: FC<ChainIconProps>;
|
|
8186
|
+
|
|
8187
|
+
type TokenIconProps = {
|
|
8188
|
+
size?: AvatarSizeType;
|
|
8189
|
+
name?: string;
|
|
8190
|
+
symbol?: string;
|
|
8191
|
+
className?: string;
|
|
8192
|
+
};
|
|
8193
|
+
declare const TokenIcon: FC<TokenIconProps>;
|
|
8194
|
+
|
|
8195
|
+
type CombineIconProps = {
|
|
8196
|
+
secondary: (ChainIconProps | TokenIconProps) & {
|
|
8197
|
+
component?: ReactNode;
|
|
8198
|
+
};
|
|
8199
|
+
};
|
|
8200
|
+
declare const CombineIcon: FC<PropsWithChildren<CombineIconProps>>;
|
|
8201
|
+
|
|
8202
|
+
declare const CloseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8203
|
+
|
|
8204
|
+
declare const CheckIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8205
|
+
|
|
8206
|
+
declare const ChevronDownIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8207
|
+
|
|
8208
|
+
declare const ChevronUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8209
|
+
|
|
8210
|
+
declare const CaretUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8211
|
+
|
|
8212
|
+
declare const CaretDownIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8213
|
+
|
|
8214
|
+
declare const CaretLeftIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8215
|
+
|
|
8216
|
+
declare const CaretRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8217
|
+
|
|
8218
|
+
declare const ChevronLeftIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8219
|
+
|
|
8220
|
+
declare const ChevronRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8221
|
+
|
|
8222
|
+
declare const CalendarMinusIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8223
|
+
|
|
8224
|
+
declare const SettingIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8225
|
+
|
|
8226
|
+
declare const CloseSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8227
|
+
|
|
8228
|
+
declare const CloseCircleFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8229
|
+
|
|
8230
|
+
declare const CheckedCircleFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8231
|
+
|
|
8232
|
+
declare const CheckedSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8233
|
+
|
|
8234
|
+
declare const CheckSquareEmptyIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8235
|
+
|
|
8236
|
+
declare const PlusIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8237
|
+
|
|
8238
|
+
declare const ReduceIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8239
|
+
|
|
8240
|
+
declare const CircleOutlinedIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8241
|
+
|
|
8242
|
+
declare const SquareOutlinedIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8243
|
+
|
|
8244
|
+
declare const ExclamationFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8245
|
+
|
|
8246
|
+
declare const QuestionFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8247
|
+
|
|
8248
|
+
declare const ArrowLeftRightIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8249
|
+
|
|
8250
|
+
declare const ArrowDownUpIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8251
|
+
|
|
8252
|
+
declare const ArrowUpSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8253
|
+
|
|
8254
|
+
declare const ArrowDownSquareFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8255
|
+
|
|
8256
|
+
declare const ArrowLeftRightSquareFill: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8257
|
+
|
|
8258
|
+
declare const AssetIcon: () => react_jsx_runtime.JSX.Element;
|
|
8259
|
+
|
|
8260
|
+
declare const BarChartIcon: () => react_jsx_runtime.JSX.Element;
|
|
8261
|
+
|
|
8262
|
+
declare const BattleIcon: () => react_jsx_runtime.JSX.Element;
|
|
8263
|
+
|
|
8264
|
+
declare const FeeTierIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8265
|
+
|
|
8266
|
+
declare const EditIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8267
|
+
|
|
8268
|
+
declare const EyeIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8269
|
+
|
|
8270
|
+
declare const ShareIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8271
|
+
|
|
8272
|
+
declare const EyeCloseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8273
|
+
|
|
8274
|
+
declare const RefreshIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8275
|
+
|
|
8276
|
+
declare const OrderlyIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8277
|
+
|
|
8278
|
+
declare const EsOrderlyIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8279
|
+
|
|
8280
|
+
declare const InfoCircleIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8278
8281
|
|
|
8279
8282
|
type WalletIconProps = {
|
|
8280
8283
|
name: string;
|
|
@@ -8408,23 +8411,20 @@ type ComponentOverrides = {
|
|
|
8408
8411
|
* */
|
|
8409
8412
|
showTestnet: boolean;
|
|
8410
8413
|
};
|
|
8411
|
-
/** @hidden */
|
|
8412
|
-
announcement: {
|
|
8413
|
-
dataAdapter: (data: any[]) => any[];
|
|
8414
|
-
};
|
|
8415
8414
|
};
|
|
8416
8415
|
type GetComponentTheme = <T extends keyof ComponentOverrides>(component: T, defaultValue?: ComponentOverrides[T]) => ComponentOverrides[T];
|
|
8417
8416
|
type OrderlyThemeContextState = {
|
|
8418
8417
|
getComponentTheme: GetComponentTheme;
|
|
8419
8418
|
};
|
|
8419
|
+
declare const useOrderlyTheme: () => OrderlyThemeContextState;
|
|
8420
|
+
|
|
8420
8421
|
type OrderlyThemeProviderProps = {
|
|
8421
8422
|
components?: {
|
|
8422
8423
|
[position in ExtensionPosition]: ComponentType;
|
|
8423
8424
|
};
|
|
8424
8425
|
overrides?: Partial<ComponentOverrides>;
|
|
8425
8426
|
};
|
|
8426
|
-
declare const
|
|
8427
|
-
declare const OrderlyThemeProvider: React__default.FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8427
|
+
declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8428
8428
|
|
|
8429
8429
|
type Props = {
|
|
8430
8430
|
value: boolean | (() => boolean);
|