@orderly.network/ui 2.8.1 → 2.8.2-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 +7955 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +165 -125
- package/dist/index.d.ts +165 -125
- package/dist/index.js +11458 -304
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11163 -26
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ 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';
|
|
7
8
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
8
9
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
9
10
|
import { TooltipContentProps } from '@radix-ui/react-tooltip';
|
|
@@ -450,34 +451,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
450
451
|
true: string;
|
|
451
452
|
};
|
|
452
453
|
}, undefined, string[], {
|
|
453
|
-
responsiveVariants?: boolean |
|
|
454
|
-
grow?: boolean |
|
|
455
|
-
m?: boolean |
|
|
456
|
-
mb?: boolean |
|
|
457
|
-
ml?: boolean |
|
|
458
|
-
mr?: boolean |
|
|
459
|
-
mt?: boolean |
|
|
460
|
-
mx?: boolean |
|
|
461
|
-
my?: boolean |
|
|
462
|
-
p?: boolean |
|
|
463
|
-
pb?: boolean |
|
|
464
|
-
pl?: boolean |
|
|
465
|
-
position?: boolean |
|
|
466
|
-
pr?: boolean |
|
|
467
|
-
pt?: boolean |
|
|
468
|
-
px?: boolean |
|
|
469
|
-
py?: boolean |
|
|
470
|
-
shadow?: boolean |
|
|
471
|
-
borderColor?: boolean |
|
|
472
|
-
__position?: boolean |
|
|
473
|
-
__size_width?: boolean |
|
|
474
|
-
__size_height?: boolean |
|
|
475
|
-
invisible?: boolean |
|
|
476
|
-
zIndex?: boolean |
|
|
477
|
-
border?: boolean |
|
|
478
|
-
r?: boolean |
|
|
479
|
-
gradient?: boolean |
|
|
480
|
-
intensity?: boolean |
|
|
454
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
455
|
+
grow?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
456
|
+
m?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
457
|
+
mb?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
458
|
+
ml?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
459
|
+
mr?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
460
|
+
mt?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
461
|
+
mx?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
462
|
+
my?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
463
|
+
p?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
464
|
+
pb?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
465
|
+
pl?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
466
|
+
position?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
467
|
+
pr?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
468
|
+
pt?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
469
|
+
px?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
470
|
+
py?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
471
|
+
shadow?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
472
|
+
borderColor?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
473
|
+
__position?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
474
|
+
__size_width?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
475
|
+
__size_height?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
476
|
+
invisible?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
477
|
+
zIndex?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
478
|
+
border?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
479
|
+
r?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
480
|
+
gradient?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
481
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
481
482
|
} | undefined;
|
|
482
483
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
483
484
|
twMergeConfig: {
|
|
@@ -1612,13 +1613,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1612
1613
|
5: string;
|
|
1613
1614
|
};
|
|
1614
1615
|
}, undefined, string[], {
|
|
1615
|
-
responsiveVariants?: boolean |
|
|
1616
|
-
gap?: boolean |
|
|
1617
|
-
cols?: boolean |
|
|
1618
|
-
rows?: boolean |
|
|
1619
|
-
gapX?: boolean |
|
|
1620
|
-
gapY?: boolean |
|
|
1621
|
-
autoFlow?: boolean |
|
|
1616
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
1617
|
+
gap?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1618
|
+
cols?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1619
|
+
rows?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1620
|
+
gapX?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1621
|
+
gapY?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1622
|
+
autoFlow?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1622
1623
|
} | undefined;
|
|
1623
1624
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1624
1625
|
twMergeConfig: {
|
|
@@ -1725,9 +1726,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1725
1726
|
9: string;
|
|
1726
1727
|
};
|
|
1727
1728
|
}, undefined, undefined, {
|
|
1728
|
-
responsiveVariants?: boolean |
|
|
1729
|
-
colSpan?: boolean |
|
|
1730
|
-
rowSpan?: boolean |
|
|
1729
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
1730
|
+
colSpan?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1731
|
+
rowSpan?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1731
1732
|
} | undefined;
|
|
1732
1733
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1733
1734
|
twMergeConfig: {
|
|
@@ -1950,10 +1951,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1950
1951
|
10: string;
|
|
1951
1952
|
};
|
|
1952
1953
|
}, undefined, undefined, {
|
|
1953
|
-
responsiveVariants?: boolean |
|
|
1954
|
-
gap?: boolean |
|
|
1955
|
-
gapX?: boolean |
|
|
1956
|
-
gapY?: boolean |
|
|
1954
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
1955
|
+
gap?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1956
|
+
gapX?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1957
|
+
gapY?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
1957
1958
|
} | undefined;
|
|
1958
1959
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1959
1960
|
twMergeConfig: {
|
|
@@ -2149,12 +2150,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2149
2150
|
default: string;
|
|
2150
2151
|
};
|
|
2151
2152
|
}, undefined, undefined, {
|
|
2152
|
-
responsiveVariants?: boolean |
|
|
2153
|
-
size?: boolean |
|
|
2154
|
-
intensity?: boolean |
|
|
2155
|
-
color?: boolean |
|
|
2156
|
-
weight?: boolean |
|
|
2157
|
-
dashBoard?: boolean |
|
|
2153
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2154
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2155
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2156
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2157
|
+
weight?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2158
|
+
dashBoard?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2158
2159
|
} | undefined;
|
|
2159
2160
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2160
2161
|
twMergeConfig: {
|
|
@@ -2444,8 +2445,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2444
2445
|
inherit: string;
|
|
2445
2446
|
};
|
|
2446
2447
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2447
|
-
responsiveVariants?: boolean |
|
|
2448
|
-
color?: boolean |
|
|
2448
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2449
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2449
2450
|
} | undefined;
|
|
2450
2451
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2451
2452
|
twMergeConfig: {
|
|
@@ -2503,8 +2504,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2503
2504
|
inherit: string;
|
|
2504
2505
|
};
|
|
2505
2506
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2506
|
-
responsiveVariants?: boolean |
|
|
2507
|
-
color?: boolean |
|
|
2507
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2508
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2508
2509
|
} | undefined;
|
|
2509
2510
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2510
2511
|
twMergeConfig: {
|
|
@@ -2660,8 +2661,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2660
2661
|
label: string;
|
|
2661
2662
|
value: string;
|
|
2662
2663
|
}, undefined, {
|
|
2663
|
-
responsiveVariants?: boolean |
|
|
2664
|
-
align?: boolean |
|
|
2664
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2665
|
+
align?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2665
2666
|
} | undefined;
|
|
2666
2667
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2667
2668
|
twMergeConfig: {
|
|
@@ -2726,8 +2727,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2726
2727
|
label: string;
|
|
2727
2728
|
value: string;
|
|
2728
2729
|
}, undefined, {
|
|
2729
|
-
responsiveVariants?: boolean |
|
|
2730
|
-
align?: boolean |
|
|
2730
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2731
|
+
align?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2731
2732
|
} | undefined;
|
|
2732
2733
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2733
2734
|
twMergeConfig: {
|
|
@@ -2792,8 +2793,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2792
2793
|
label: string;
|
|
2793
2794
|
value: string;
|
|
2794
2795
|
}, undefined, {
|
|
2795
|
-
responsiveVariants?: boolean |
|
|
2796
|
-
align?: boolean |
|
|
2796
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2797
|
+
align?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2797
2798
|
} | undefined;
|
|
2798
2799
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2799
2800
|
twMergeConfig: {
|
|
@@ -3398,8 +3399,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3398
3399
|
label: string;
|
|
3399
3400
|
input: never[];
|
|
3400
3401
|
}, undefined, {
|
|
3401
|
-
responsiveVariants?: boolean |
|
|
3402
|
-
direction?: boolean |
|
|
3402
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
3403
|
+
direction?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
3403
3404
|
} | undefined;
|
|
3404
3405
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3405
3406
|
twMergeConfig: {
|
|
@@ -3616,10 +3617,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3616
3617
|
lg: string;
|
|
3617
3618
|
};
|
|
3618
3619
|
}, 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", {
|
|
3619
|
-
responsiveVariants?: boolean |
|
|
3620
|
-
size?: boolean |
|
|
3621
|
-
color?: boolean |
|
|
3622
|
-
variant?: boolean |
|
|
3620
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
3621
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
3622
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
3623
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
3623
3624
|
} | undefined;
|
|
3624
3625
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3625
3626
|
twMergeConfig: {
|
|
@@ -3809,6 +3810,8 @@ type PaginationMeta = {
|
|
|
3809
3810
|
pageTotal?: number;
|
|
3810
3811
|
onPageChange?: (page: number) => void;
|
|
3811
3812
|
onPageSizeChange?: (pageSize: number) => void;
|
|
3813
|
+
generatePageNumbers?: (currentPage: number, totalPages: number) => (number | string)[];
|
|
3814
|
+
hideRowsPerPage?: boolean;
|
|
3812
3815
|
};
|
|
3813
3816
|
type DataTableClassNames = {
|
|
3814
3817
|
root?: string;
|
|
@@ -4140,11 +4143,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4140
4143
|
sell: string;
|
|
4141
4144
|
};
|
|
4142
4145
|
}, 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", {
|
|
4143
|
-
responsiveVariants?: boolean |
|
|
4144
|
-
size?: boolean |
|
|
4145
|
-
color?: boolean |
|
|
4146
|
-
disabled?: boolean |
|
|
4147
|
-
fullWidth?: boolean |
|
|
4146
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
4147
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
4148
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
4149
|
+
disabled?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
4150
|
+
fullWidth?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
4148
4151
|
} | undefined;
|
|
4149
4152
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4150
4153
|
twMergeConfig: {
|
|
@@ -4356,8 +4359,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4356
4359
|
bar: string[];
|
|
4357
4360
|
tumb: string;
|
|
4358
4361
|
}, undefined, {
|
|
4359
|
-
responsiveVariants?: boolean |
|
|
4360
|
-
orientation?: boolean |
|
|
4362
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
4363
|
+
orientation?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
4361
4364
|
} | undefined;
|
|
4362
4365
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4363
4366
|
twMergeConfig: {
|
|
@@ -5460,12 +5463,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5460
5463
|
10: string;
|
|
5461
5464
|
};
|
|
5462
5465
|
}, undefined, string[], {
|
|
5463
|
-
responsiveVariants?: boolean |
|
|
5464
|
-
mx?: boolean |
|
|
5465
|
-
my?: boolean |
|
|
5466
|
-
intensity?: boolean |
|
|
5467
|
-
direction?: boolean |
|
|
5468
|
-
lineStyle?: boolean |
|
|
5466
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
5467
|
+
mx?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5468
|
+
my?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5469
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5470
|
+
direction?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5471
|
+
lineStyle?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5469
5472
|
} | undefined;
|
|
5470
5473
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5471
5474
|
twMergeConfig: {
|
|
@@ -5624,12 +5627,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5624
5627
|
10: string;
|
|
5625
5628
|
};
|
|
5626
5629
|
}, undefined, string[], {
|
|
5627
|
-
responsiveVariants?: boolean |
|
|
5628
|
-
mx?: boolean |
|
|
5629
|
-
my?: boolean |
|
|
5630
|
-
intensity?: boolean |
|
|
5631
|
-
direction?: boolean |
|
|
5632
|
-
lineStyle?: boolean |
|
|
5630
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
5631
|
+
mx?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5632
|
+
my?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5633
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5634
|
+
direction?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5635
|
+
lineStyle?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5633
5636
|
} | undefined;
|
|
5634
5637
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5635
5638
|
twMergeConfig: {
|
|
@@ -5781,9 +5784,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5781
5784
|
trigger: string[];
|
|
5782
5785
|
icon: string[];
|
|
5783
5786
|
}, undefined, {
|
|
5784
|
-
responsiveVariants?: boolean |
|
|
5785
|
-
size?: boolean |
|
|
5786
|
-
variant?: boolean |
|
|
5787
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
5788
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5789
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5787
5790
|
} | undefined;
|
|
5788
5791
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5789
5792
|
twMergeConfig: {
|
|
@@ -5897,9 +5900,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5897
5900
|
trigger: string[];
|
|
5898
5901
|
icon: string[];
|
|
5899
5902
|
}, undefined, {
|
|
5900
|
-
responsiveVariants?: boolean |
|
|
5901
|
-
size?: boolean |
|
|
5902
|
-
variant?: boolean |
|
|
5903
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
5904
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5905
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
5903
5906
|
} | undefined;
|
|
5904
5907
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5905
5908
|
twMergeConfig: {
|
|
@@ -6012,9 +6015,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6012
6015
|
trigger: string[];
|
|
6013
6016
|
icon: string[];
|
|
6014
6017
|
}, undefined, {
|
|
6015
|
-
responsiveVariants?: boolean |
|
|
6016
|
-
size?: boolean |
|
|
6017
|
-
variant?: boolean |
|
|
6018
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6019
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6020
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6018
6021
|
} | undefined;
|
|
6019
6022
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6020
6023
|
twMergeConfig: {
|
|
@@ -6130,9 +6133,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6130
6133
|
trigger: string[];
|
|
6131
6134
|
icon: string[];
|
|
6132
6135
|
}, undefined, {
|
|
6133
|
-
responsiveVariants?: boolean |
|
|
6134
|
-
size?: boolean |
|
|
6135
|
-
variant?: boolean |
|
|
6136
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6137
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6138
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6136
6139
|
} | undefined;
|
|
6137
6140
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6138
6141
|
twMergeConfig: {
|
|
@@ -6265,6 +6268,8 @@ type PaginationProps = {
|
|
|
6265
6268
|
paginationNext?: string;
|
|
6266
6269
|
paginationEllipsis?: string;
|
|
6267
6270
|
};
|
|
6271
|
+
hideRowsPerPage?: boolean;
|
|
6272
|
+
generatePageNumbers?: (currentPage: number, totalPages: number) => (number | string)[];
|
|
6268
6273
|
};
|
|
6269
6274
|
declare const PaginationItems: (props: Omit<PaginationProps, "onPageSizeChange">) => react_jsx_runtime.JSX.Element | null;
|
|
6270
6275
|
|
|
@@ -6299,8 +6304,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6299
6304
|
image: string;
|
|
6300
6305
|
fallback: string;
|
|
6301
6306
|
}, undefined, {
|
|
6302
|
-
responsiveVariants?: boolean |
|
|
6303
|
-
size?: boolean |
|
|
6307
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6308
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6304
6309
|
} | undefined;
|
|
6305
6310
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6306
6311
|
twMergeConfig: {
|
|
@@ -6426,8 +6431,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6426
6431
|
image: string;
|
|
6427
6432
|
fallback: string;
|
|
6428
6433
|
}, undefined, {
|
|
6429
|
-
responsiveVariants?: boolean |
|
|
6430
|
-
size?: boolean |
|
|
6434
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6435
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6431
6436
|
} | undefined;
|
|
6432
6437
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6433
6438
|
twMergeConfig: {
|
|
@@ -6560,8 +6565,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6560
6565
|
image: string;
|
|
6561
6566
|
fallback: string;
|
|
6562
6567
|
}, undefined, {
|
|
6563
|
-
responsiveVariants?: boolean |
|
|
6564
|
-
size?: boolean |
|
|
6568
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6569
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6565
6570
|
} | undefined;
|
|
6566
6571
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6567
6572
|
twMergeConfig: {
|
|
@@ -6705,11 +6710,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6705
6710
|
item: string[];
|
|
6706
6711
|
tag: string;
|
|
6707
6712
|
}, undefined, {
|
|
6708
|
-
responsiveVariants?: boolean |
|
|
6709
|
-
position?: boolean |
|
|
6710
|
-
size?: boolean |
|
|
6711
|
-
variant?: boolean |
|
|
6712
|
-
error?: boolean |
|
|
6713
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
6714
|
+
position?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6715
|
+
size?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6716
|
+
variant?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6717
|
+
error?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
6713
6718
|
} | undefined;
|
|
6714
6719
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6715
6720
|
twMergeConfig: {
|
|
@@ -7008,7 +7013,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7008
7013
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7009
7014
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7010
7015
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7011
|
-
responsiveVariants?: boolean |
|
|
7016
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {} | undefined;
|
|
7012
7017
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7013
7018
|
twMergeConfig: {
|
|
7014
7019
|
prefix: string;
|
|
@@ -7067,12 +7072,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7067
7072
|
16: string;
|
|
7068
7073
|
};
|
|
7069
7074
|
}, undefined, string[], {
|
|
7070
|
-
responsiveVariants?: boolean |
|
|
7071
|
-
borderColor?: boolean |
|
|
7072
|
-
border?: boolean |
|
|
7073
|
-
r?: boolean |
|
|
7074
|
-
gradient?: boolean |
|
|
7075
|
-
intensity?: boolean |
|
|
7075
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
7076
|
+
borderColor?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7077
|
+
border?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7078
|
+
r?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7079
|
+
gradient?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7080
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7076
7081
|
} | undefined;
|
|
7077
7082
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7078
7083
|
twMergeConfig: {
|
|
@@ -7286,12 +7291,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7286
7291
|
16: string;
|
|
7287
7292
|
};
|
|
7288
7293
|
}, undefined, string[], {
|
|
7289
|
-
responsiveVariants?: boolean |
|
|
7290
|
-
borderColor?: boolean |
|
|
7291
|
-
border?: boolean |
|
|
7292
|
-
r?: boolean |
|
|
7293
|
-
gradient?: boolean |
|
|
7294
|
-
intensity?: boolean |
|
|
7294
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
7295
|
+
borderColor?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7296
|
+
border?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7297
|
+
r?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7298
|
+
gradient?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7299
|
+
intensity?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7295
7300
|
} | undefined;
|
|
7296
7301
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7297
7302
|
twMergeConfig: {
|
|
@@ -7528,8 +7533,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7528
7533
|
mark: string;
|
|
7529
7534
|
tips: string[];
|
|
7530
7535
|
}, undefined, {
|
|
7531
|
-
responsiveVariants?: boolean |
|
|
7532
|
-
color?: boolean |
|
|
7536
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
7537
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7533
7538
|
} | undefined;
|
|
7534
7539
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7535
7540
|
twMergeConfig: {
|
|
@@ -7693,8 +7698,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7693
7698
|
mark: string;
|
|
7694
7699
|
tips: string[];
|
|
7695
7700
|
}, undefined, {
|
|
7696
|
-
responsiveVariants?: boolean |
|
|
7697
|
-
color?: boolean |
|
|
7701
|
+
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
7702
|
+
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
7698
7703
|
} | undefined;
|
|
7699
7704
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7700
7705
|
twMergeConfig: {
|
|
@@ -7847,7 +7852,7 @@ declare const ToastTile: (props: {
|
|
|
7847
7852
|
};
|
|
7848
7853
|
}) => react_jsx_runtime.JSX.Element;
|
|
7849
7854
|
|
|
7850
|
-
interface ListViewProps<T, D
|
|
7855
|
+
interface ListViewProps<T, D> {
|
|
7851
7856
|
dataSource: T[] | null | undefined;
|
|
7852
7857
|
renderItem: (item: T, index: number, extraData?: D) => React__default.ReactNode;
|
|
7853
7858
|
className?: string;
|
|
@@ -8281,6 +8286,7 @@ declare const iconVariants: tailwind_variants.TVReturnType<{
|
|
|
8281
8286
|
}>, unknown, unknown, undefined>>;
|
|
8282
8287
|
interface BaseIconProps extends ComponentPropsWithout<"svg", RemovedProps>, VariantProps<typeof iconVariants> {
|
|
8283
8288
|
size?: number;
|
|
8289
|
+
viewBox?: string;
|
|
8284
8290
|
opacity?: number;
|
|
8285
8291
|
}
|
|
8286
8292
|
declare const BaseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8371,8 +8377,20 @@ declare const BarChartIcon: () => react_jsx_runtime.JSX.Element;
|
|
|
8371
8377
|
|
|
8372
8378
|
declare const BattleIcon: () => react_jsx_runtime.JSX.Element;
|
|
8373
8379
|
|
|
8380
|
+
declare const BattleActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8381
|
+
|
|
8382
|
+
declare const BattleInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8383
|
+
|
|
8384
|
+
declare const BattleSolidActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8385
|
+
|
|
8386
|
+
declare const BattleSolidInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8387
|
+
|
|
8374
8388
|
declare const FeeTierIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8375
8389
|
|
|
8390
|
+
declare const EarnActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8391
|
+
|
|
8392
|
+
declare const EarnInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8393
|
+
|
|
8376
8394
|
declare const EditIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8377
8395
|
|
|
8378
8396
|
declare const EyeIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8435,6 +8453,20 @@ declare const MarketsActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX
|
|
|
8435
8453
|
|
|
8436
8454
|
declare const MarketsInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8437
8455
|
|
|
8456
|
+
declare const StarChildChatActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8457
|
+
|
|
8458
|
+
declare const StarChildChatInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8459
|
+
|
|
8460
|
+
declare const CloseRoundFillIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8461
|
+
|
|
8462
|
+
declare const SelectedChoicesFillIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8463
|
+
|
|
8464
|
+
declare const PopupUnionIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8465
|
+
|
|
8466
|
+
declare const SpotIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8467
|
+
|
|
8468
|
+
declare const PerpsIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8469
|
+
|
|
8438
8470
|
declare function EmptyStateIcon(): react_jsx_runtime.JSX.Element;
|
|
8439
8471
|
|
|
8440
8472
|
declare const VectorIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8455,6 +8487,14 @@ declare const LeftNavVaultsIcon: React$1.ForwardRefExoticComponent<BaseIconProps
|
|
|
8455
8487
|
|
|
8456
8488
|
declare const NewsFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8457
8489
|
|
|
8490
|
+
declare const BellIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8491
|
+
|
|
8492
|
+
declare const WoofiStakeIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8493
|
+
|
|
8494
|
+
declare const EarnIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8495
|
+
|
|
8496
|
+
declare const ReferralSolidIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8497
|
+
|
|
8458
8498
|
type IconType = typeof BaseIcon & {
|
|
8459
8499
|
combine: typeof CombineIcon;
|
|
8460
8500
|
};
|
|
@@ -8689,4 +8729,4 @@ type ScrollIndicatorProps = {
|
|
|
8689
8729
|
};
|
|
8690
8730
|
declare const ScrollIndicator: FC<ScrollIndicatorProps>;
|
|
8691
8731
|
|
|
8692
|
-
export { ActionSheet, type ActionSheetItem, AffiliateIcon, AlertDialog, type AlertDialogProps, ArrowDownShortIcon, ArrowDownSquareFillIcon, ArrowDownUpIcon, ArrowLeftRightIcon, ArrowLeftRightSquareFill, ArrowLeftShortIcon, ArrowRightShortIcon, ArrowRightUpSquareFillIcon, ArrowUpShortIcon, ArrowUpSquareFillIcon, AssetIcon, Avatar, Badge, BarChartIcon, type BaseActionSheetItem, type BaseIconProps, BattleIcon, Box, type BoxProps, Button, type ButtonProps, Calendar, CalendarIcon, CalendarMinusIcon, Card, CardBase, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, ChainIcon, type ChainSelectProps, CheckIcon, CheckSquareEmptyIcon, Checkbox, CheckedCircleFillIcon, CheckedSquareFillIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleOutlinedIcon, CloseCircleFillIcon, CloseIcon, CloseSquareFillIcon, Collapse, Collapsible, CollapsibleContent, CollapsibleTrigger, type Column, type ColumnFixed, ConfirmDialog, type ConfirmProps, CopyIcon, DataFilter, type DataFilterItem, DataTable, type DataTableClassNames, type DataTableProps, DatePicker, type DatePickerProps, Dialog, type DialogAction, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, type DividerProps, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, EVMAvatar, EditIcon, Either, EmptyDataState, EmptyStateIcon, EsOrderlyIcon, ExclamationFillIcon, type ExtensionPosition, ExtensionPositionEnum, ExtensionSlot, EyeCloseIcon, EyeIcon, FeeTierIcon, Flex, type FlexProps, GradientText, Grid, HoverCard, HoverCardContent, type HoverCardProps, HoverCardRoot, HoverCardTrigger, Icon, type IconType, InfoCircleIcon, Input, InputAdditional, type InputFormatter, type InputFormatterOptions, type InputProps, type InputWithTooltipProps, LeaderboardActiveIcon, LeaderboardInactiveIcon, LeftNavVaultsIcon, ListView, type Locale, LocaleContext, LocaleProvider, Logo, type LogoProps, MarketsActiveIcon, MarketsInactiveIcon, Marquee, type MarqueeProps, type MenuItem, ModalContext, type ModalHocProps, ModalIdContext, ModalProvider, type MultiFieldSort, type MultiSortField, MultiSortHeader, type MultiSortHeaderProps, NewsFillIcon, type NumeralProps, index as OUITailwind, OrderlyIcon, OrderlyThemeProvider, type OrderlyThemeProviderProps, PaginationItems, type PaginationMeta, PeopleIcon, PersonIcon, Picker, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverRoot, PopoverTrigger, PortfolioActiveIcon, PortfolioInactiveIcon, QuestionFillIcon, ReduceIcon, RefreshIcon, ScrollArea, ScrollBar, ScrollIndicator, type ScrollIndicatorProps, Select, SelectItem, type SelectOption, type SelectProps, ServerFillIcon, SettingFillIcon, SettingIcon, ShareIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleDialog, SimpleDialogFooter, type SimpleDialogFooterProps, type SimpleDialogProps, SimpleDropdownMenu, SimpleSheet, type SizeType, Slider, type SliderMarks, type SortOrder, SortingAscIcon, SortingDescIcon, SortingIcon, Spinner, type SpinnerProps, SquareOutlinedIcon, Statistic, StatisticLabel, SwapHorizIcon, Switch, TabPanel, type TabPanelProps, type TableCellContext, type TableCellFormatter, type TableCellPlainTextRenderer, type TableCellRenderer, index$1 as TableFeatures, type TableSort, Tabs, TabsBase, TabsContent, TabsList, TabsTrigger, Text, TextField, type TextFieldProps, type TextProps, type TextType, ThrottledButton, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|
|
8732
|
+
export { ActionSheet, type ActionSheetItem, AffiliateIcon, AlertDialog, type AlertDialogProps, ArrowDownShortIcon, ArrowDownSquareFillIcon, ArrowDownUpIcon, ArrowLeftRightIcon, ArrowLeftRightSquareFill, ArrowLeftShortIcon, ArrowRightShortIcon, ArrowRightUpSquareFillIcon, ArrowUpShortIcon, ArrowUpSquareFillIcon, AssetIcon, Avatar, Badge, BarChartIcon, type BaseActionSheetItem, type BaseIconProps, BattleActiveIcon, BattleIcon, BattleInactiveIcon, BattleSolidActiveIcon, BattleSolidInactiveIcon, BellIcon, Box, type BoxProps, Button, type ButtonProps, Calendar, CalendarIcon, CalendarMinusIcon, Card, CardBase, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, ChainIcon, type ChainSelectProps, CheckIcon, CheckSquareEmptyIcon, Checkbox, CheckedCircleFillIcon, CheckedSquareFillIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleOutlinedIcon, CloseCircleFillIcon, CloseIcon, CloseRoundFillIcon, CloseSquareFillIcon, Collapse, Collapsible, CollapsibleContent, CollapsibleTrigger, type Column, type ColumnFixed, ConfirmDialog, type ConfirmProps, CopyIcon, DataFilter, type DataFilterItem, DataTable, type DataTableClassNames, type DataTableProps, DatePicker, type DatePickerProps, Dialog, type DialogAction, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, type DividerProps, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, EVMAvatar, EarnActiveIcon, EarnIcon, EarnInactiveIcon, EditIcon, Either, EmptyDataState, EmptyStateIcon, EsOrderlyIcon, ExclamationFillIcon, type ExtensionPosition, ExtensionPositionEnum, ExtensionSlot, EyeCloseIcon, EyeIcon, FeeTierIcon, Flex, type FlexProps, GradientText, Grid, HoverCard, HoverCardContent, type HoverCardProps, HoverCardRoot, HoverCardTrigger, Icon, type IconType, InfoCircleIcon, Input, InputAdditional, type InputFormatter, type InputFormatterOptions, type InputProps, type InputWithTooltipProps, LeaderboardActiveIcon, LeaderboardInactiveIcon, LeftNavVaultsIcon, ListView, type Locale, LocaleContext, LocaleProvider, Logo, type LogoProps, MarketsActiveIcon, MarketsInactiveIcon, Marquee, type MarqueeProps, type MenuItem, ModalContext, type ModalHocProps, ModalIdContext, ModalProvider, type MultiFieldSort, type MultiSortField, MultiSortHeader, type MultiSortHeaderProps, NewsFillIcon, type NumeralProps, index as OUITailwind, OrderlyIcon, OrderlyThemeProvider, type OrderlyThemeProviderProps, PaginationItems, type PaginationMeta, PeopleIcon, PerpsIcon, PersonIcon, Picker, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverRoot, PopoverTrigger, PopupUnionIcon, PortfolioActiveIcon, PortfolioInactiveIcon, QuestionFillIcon, ReduceIcon, ReferralSolidIcon, RefreshIcon, ScrollArea, ScrollBar, ScrollIndicator, type ScrollIndicatorProps, Select, SelectItem, type SelectOption, type SelectProps, SelectedChoicesFillIcon, ServerFillIcon, SettingFillIcon, SettingIcon, ShareIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleDialog, SimpleDialogFooter, type SimpleDialogFooterProps, type SimpleDialogProps, SimpleDropdownMenu, SimpleSheet, type SizeType, Slider, type SliderMarks, type SortOrder, SortingAscIcon, SortingDescIcon, SortingIcon, Spinner, type SpinnerProps, SpotIcon, SquareOutlinedIcon, StarChildChatActiveIcon, StarChildChatInactiveIcon, Statistic, StatisticLabel, SwapHorizIcon, Switch, TabPanel, type TabPanelProps, type TableCellContext, type TableCellFormatter, type TableCellPlainTextRenderer, type TableCellRenderer, index$1 as TableFeatures, type TableSort, Tabs, TabsBase, TabsContent, TabsList, TabsTrigger, Text, TextField, type TextFieldProps, type TextProps, type TextType, ThrottledButton, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, WoofiStakeIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|