@orderly.network/ui 2.10.1 → 2.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +214 -242
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +372 -178
- package/dist/index.d.ts +372 -178
- package/dist/index.js +1004 -616
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1002 -617
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
- package/src/tailwind/index.ts +1 -1
- package/src/tailwind/theme/darkTheme.ts +109 -0
- package/src/tailwind/theme/index.ts +2 -0
- package/src/tailwind/theme/lightTheme.ts +108 -0
- package/tailwind.config.js +31 -11
- package/src/tailwind/theme.ts +0 -102
package/dist/index.d.ts
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';
|
|
@@ -29,12 +28,12 @@ export * from 'embla-carousel-react';
|
|
|
29
28
|
export { default as useEmblaCarousel } from 'embla-carousel-react';
|
|
30
29
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
31
30
|
import { DropdownMenuContentProps } from '@radix-ui/react-dropdown-menu';
|
|
31
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
32
32
|
export * from 'embla-carousel-auto-scroll';
|
|
33
33
|
export { default as AutoScroll } from 'embla-carousel-auto-scroll';
|
|
34
34
|
export * from 'embla-carousel-autoplay';
|
|
35
35
|
export { default as Autoplay } from 'embla-carousel-autoplay';
|
|
36
36
|
export * from 'embla-carousel';
|
|
37
|
-
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
38
37
|
import * as date_fns from 'date-fns';
|
|
39
38
|
import * as date_fns_locale from 'date-fns/locale';
|
|
40
39
|
|
|
@@ -451,34 +450,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
451
450
|
true: string;
|
|
452
451
|
};
|
|
453
452
|
}, undefined, string[], {
|
|
454
|
-
responsiveVariants?: boolean |
|
|
455
|
-
grow?: boolean |
|
|
456
|
-
m?: boolean |
|
|
457
|
-
mb?: boolean |
|
|
458
|
-
ml?: boolean |
|
|
459
|
-
mr?: boolean |
|
|
460
|
-
mt?: boolean |
|
|
461
|
-
mx?: boolean |
|
|
462
|
-
my?: boolean |
|
|
463
|
-
p?: boolean |
|
|
464
|
-
pb?: boolean |
|
|
465
|
-
pl?: boolean |
|
|
466
|
-
position?: boolean |
|
|
467
|
-
pr?: boolean |
|
|
468
|
-
pt?: boolean |
|
|
469
|
-
px?: boolean |
|
|
470
|
-
py?: boolean |
|
|
471
|
-
shadow?: boolean |
|
|
472
|
-
borderColor?: boolean |
|
|
473
|
-
__position?: boolean |
|
|
474
|
-
__size_width?: boolean |
|
|
475
|
-
__size_height?: boolean |
|
|
476
|
-
invisible?: boolean |
|
|
477
|
-
zIndex?: boolean |
|
|
478
|
-
border?: boolean |
|
|
479
|
-
r?: boolean |
|
|
480
|
-
gradient?: boolean |
|
|
481
|
-
intensity?: boolean |
|
|
453
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
454
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
473
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
475
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
476
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
477
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
478
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
479
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
480
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
482
481
|
} | undefined;
|
|
483
482
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
484
483
|
twMergeConfig: {
|
|
@@ -1613,13 +1612,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1613
1612
|
5: string;
|
|
1614
1613
|
};
|
|
1615
1614
|
}, undefined, string[], {
|
|
1616
|
-
responsiveVariants?: boolean |
|
|
1617
|
-
gap?: boolean |
|
|
1618
|
-
cols?: boolean |
|
|
1619
|
-
rows?: boolean |
|
|
1620
|
-
gapX?: boolean |
|
|
1621
|
-
gapY?: boolean |
|
|
1622
|
-
autoFlow?: boolean |
|
|
1615
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1616
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1617
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1618
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1619
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1620
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1621
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1623
1622
|
} | undefined;
|
|
1624
1623
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1625
1624
|
twMergeConfig: {
|
|
@@ -1726,9 +1725,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1726
1725
|
9: string;
|
|
1727
1726
|
};
|
|
1728
1727
|
}, undefined, undefined, {
|
|
1729
|
-
responsiveVariants?: boolean |
|
|
1730
|
-
colSpan?: boolean |
|
|
1731
|
-
rowSpan?: boolean |
|
|
1728
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1729
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1730
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1732
1731
|
} | undefined;
|
|
1733
1732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1734
1733
|
twMergeConfig: {
|
|
@@ -1951,10 +1950,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1951
1950
|
10: string;
|
|
1952
1951
|
};
|
|
1953
1952
|
}, undefined, undefined, {
|
|
1954
|
-
responsiveVariants?: boolean |
|
|
1955
|
-
gap?: boolean |
|
|
1956
|
-
gapX?: boolean |
|
|
1957
|
-
gapY?: boolean |
|
|
1953
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1954
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1955
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1956
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1958
1957
|
} | undefined;
|
|
1959
1958
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1960
1959
|
twMergeConfig: {
|
|
@@ -2150,12 +2149,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2150
2149
|
default: string;
|
|
2151
2150
|
};
|
|
2152
2151
|
}, undefined, undefined, {
|
|
2153
|
-
responsiveVariants?: boolean |
|
|
2154
|
-
size?: boolean |
|
|
2155
|
-
intensity?: boolean |
|
|
2156
|
-
color?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2156
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2157
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2159
2158
|
} | undefined;
|
|
2160
2159
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2161
2160
|
twMergeConfig: {
|
|
@@ -2445,8 +2444,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2445
2444
|
inherit: string;
|
|
2446
2445
|
};
|
|
2447
2446
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2448
|
-
responsiveVariants?: boolean |
|
|
2449
|
-
color?: boolean |
|
|
2447
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2448
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2450
2449
|
} | undefined;
|
|
2451
2450
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2452
2451
|
twMergeConfig: {
|
|
@@ -2504,8 +2503,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2504
2503
|
inherit: string;
|
|
2505
2504
|
};
|
|
2506
2505
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2507
|
-
responsiveVariants?: boolean |
|
|
2508
|
-
color?: boolean |
|
|
2506
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2507
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2509
2508
|
} | undefined;
|
|
2510
2509
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2511
2510
|
twMergeConfig: {
|
|
@@ -2661,8 +2660,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2661
2660
|
label: string;
|
|
2662
2661
|
value: string;
|
|
2663
2662
|
}, undefined, {
|
|
2664
|
-
responsiveVariants?: boolean |
|
|
2665
|
-
align?: boolean |
|
|
2663
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2664
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2666
2665
|
} | undefined;
|
|
2667
2666
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2668
2667
|
twMergeConfig: {
|
|
@@ -2727,8 +2726,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2727
2726
|
label: string;
|
|
2728
2727
|
value: string;
|
|
2729
2728
|
}, undefined, {
|
|
2730
|
-
responsiveVariants?: boolean |
|
|
2731
|
-
align?: boolean |
|
|
2729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2730
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2732
2731
|
} | undefined;
|
|
2733
2732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2734
2733
|
twMergeConfig: {
|
|
@@ -2793,8 +2792,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2793
2792
|
label: string;
|
|
2794
2793
|
value: string;
|
|
2795
2794
|
}, undefined, {
|
|
2796
|
-
responsiveVariants?: boolean |
|
|
2797
|
-
align?: boolean |
|
|
2795
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2796
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2798
2797
|
} | undefined;
|
|
2799
2798
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2800
2799
|
twMergeConfig: {
|
|
@@ -3399,8 +3398,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3399
3398
|
label: string;
|
|
3400
3399
|
input: never[];
|
|
3401
3400
|
}, undefined, {
|
|
3402
|
-
responsiveVariants?: boolean |
|
|
3403
|
-
direction?: boolean |
|
|
3401
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3402
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3404
3403
|
} | undefined;
|
|
3405
3404
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3406
3405
|
twMergeConfig: {
|
|
@@ -3617,10 +3616,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3617
3616
|
lg: string;
|
|
3618
3617
|
};
|
|
3619
3618
|
}, 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", {
|
|
3620
|
-
responsiveVariants?: boolean |
|
|
3621
|
-
size?: boolean |
|
|
3622
|
-
color?: boolean |
|
|
3623
|
-
variant?: boolean |
|
|
3619
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3620
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3621
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3622
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3624
3623
|
} | undefined;
|
|
3625
3624
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3626
3625
|
twMergeConfig: {
|
|
@@ -4144,11 +4143,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4144
4143
|
sell: string;
|
|
4145
4144
|
};
|
|
4146
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", {
|
|
4147
|
-
responsiveVariants?: boolean |
|
|
4148
|
-
size?: boolean |
|
|
4149
|
-
color?: boolean |
|
|
4150
|
-
disabled?: boolean |
|
|
4151
|
-
fullWidth?: boolean |
|
|
4146
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4147
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4148
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4149
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4150
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4152
4151
|
} | undefined;
|
|
4153
4152
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4154
4153
|
twMergeConfig: {
|
|
@@ -4360,8 +4359,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4360
4359
|
bar: string[];
|
|
4361
4360
|
tumb: string;
|
|
4362
4361
|
}, undefined, {
|
|
4363
|
-
responsiveVariants?: boolean |
|
|
4364
|
-
orientation?: boolean |
|
|
4362
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4363
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4365
4364
|
} | undefined;
|
|
4366
4365
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4367
4366
|
twMergeConfig: {
|
|
@@ -5268,7 +5267,7 @@ declare const sheetVariants: tailwind_variants.TVReturnType<{
|
|
|
5268
5267
|
left: string;
|
|
5269
5268
|
right: string;
|
|
5270
5269
|
};
|
|
5271
|
-
}, undefined, "oui-fixed oui-z-50 oui-gap-4 oui-bg-base-8 oui-px-4 oui-shadow-lg oui-transition oui-ease-in-out data-[state=closed]:oui-duration-260 data-[state=open]:oui-duration-300 data-[state=open]:oui-animate-in data-[state=closed]:oui-animate-out", tailwind_variants_dist_config.TVConfig<{
|
|
5270
|
+
}, undefined, "oui-sheet-content oui-fixed oui-z-50 oui-gap-4 oui-bg-base-8 oui-px-4 oui-shadow-lg oui-transition oui-ease-in-out data-[state=closed]:oui-duration-260 data-[state=open]:oui-duration-300 data-[state=open]:oui-animate-in data-[state=closed]:oui-animate-out", tailwind_variants_dist_config.TVConfig<{
|
|
5272
5271
|
side: {
|
|
5273
5272
|
top: string;
|
|
5274
5273
|
bottom: string;
|
|
@@ -5296,7 +5295,7 @@ declare const sheetVariants: tailwind_variants.TVReturnType<{
|
|
|
5296
5295
|
left: string;
|
|
5297
5296
|
right: string;
|
|
5298
5297
|
};
|
|
5299
|
-
}, undefined, "oui-fixed oui-z-50 oui-gap-4 oui-bg-base-8 oui-px-4 oui-shadow-lg oui-transition oui-ease-in-out data-[state=closed]:oui-duration-260 data-[state=open]:oui-duration-300 data-[state=open]:oui-animate-in data-[state=closed]:oui-animate-out", tailwind_variants_dist_config.TVConfig<{
|
|
5298
|
+
}, undefined, "oui-sheet-content oui-fixed oui-z-50 oui-gap-4 oui-bg-base-8 oui-px-4 oui-shadow-lg oui-transition oui-ease-in-out data-[state=closed]:oui-duration-260 data-[state=open]:oui-duration-300 data-[state=open]:oui-animate-in data-[state=closed]:oui-animate-out", tailwind_variants_dist_config.TVConfig<{
|
|
5300
5299
|
side: {
|
|
5301
5300
|
top: string;
|
|
5302
5301
|
bottom: string;
|
|
@@ -5464,12 +5463,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5464
5463
|
10: string;
|
|
5465
5464
|
};
|
|
5466
5465
|
}, undefined, string[], {
|
|
5467
|
-
responsiveVariants?: boolean |
|
|
5468
|
-
mx?: boolean |
|
|
5469
|
-
my?: boolean |
|
|
5470
|
-
intensity?: boolean |
|
|
5471
|
-
direction?: boolean |
|
|
5472
|
-
lineStyle?: boolean |
|
|
5466
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5467
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5468
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5469
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5470
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5471
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5473
5472
|
} | undefined;
|
|
5474
5473
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5475
5474
|
twMergeConfig: {
|
|
@@ -5628,12 +5627,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5628
5627
|
10: string;
|
|
5629
5628
|
};
|
|
5630
5629
|
}, undefined, string[], {
|
|
5631
|
-
responsiveVariants?: boolean |
|
|
5632
|
-
mx?: boolean |
|
|
5633
|
-
my?: boolean |
|
|
5634
|
-
intensity?: boolean |
|
|
5635
|
-
direction?: boolean |
|
|
5636
|
-
lineStyle?: boolean |
|
|
5630
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5631
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5632
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5633
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5634
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5635
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5637
5636
|
} | undefined;
|
|
5638
5637
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5639
5638
|
twMergeConfig: {
|
|
@@ -5785,9 +5784,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5785
5784
|
trigger: string[];
|
|
5786
5785
|
icon: string[];
|
|
5787
5786
|
}, undefined, {
|
|
5788
|
-
responsiveVariants?: boolean |
|
|
5789
|
-
size?: boolean |
|
|
5790
|
-
variant?: boolean |
|
|
5787
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5788
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5789
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5791
5790
|
} | undefined;
|
|
5792
5791
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5793
5792
|
twMergeConfig: {
|
|
@@ -5901,9 +5900,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5901
5900
|
trigger: string[];
|
|
5902
5901
|
icon: string[];
|
|
5903
5902
|
}, undefined, {
|
|
5904
|
-
responsiveVariants?: boolean |
|
|
5905
|
-
size?: boolean |
|
|
5906
|
-
variant?: boolean |
|
|
5903
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5904
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5905
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5907
5906
|
} | undefined;
|
|
5908
5907
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5909
5908
|
twMergeConfig: {
|
|
@@ -6016,9 +6015,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6016
6015
|
trigger: string[];
|
|
6017
6016
|
icon: string[];
|
|
6018
6017
|
}, undefined, {
|
|
6019
|
-
responsiveVariants?: boolean |
|
|
6020
|
-
size?: boolean |
|
|
6021
|
-
variant?: boolean |
|
|
6018
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6019
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6020
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6022
6021
|
} | undefined;
|
|
6023
6022
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6024
6023
|
twMergeConfig: {
|
|
@@ -6134,9 +6133,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6134
6133
|
trigger: string[];
|
|
6135
6134
|
icon: string[];
|
|
6136
6135
|
}, undefined, {
|
|
6137
|
-
responsiveVariants?: boolean |
|
|
6138
|
-
size?: boolean |
|
|
6139
|
-
variant?: boolean |
|
|
6136
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6137
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6138
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6140
6139
|
} | undefined;
|
|
6141
6140
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6142
6141
|
twMergeConfig: {
|
|
@@ -6248,6 +6247,10 @@ interface TabPanelProps {
|
|
|
6248
6247
|
icon?: React__default.ReactElement;
|
|
6249
6248
|
testid?: string;
|
|
6250
6249
|
className?: string;
|
|
6250
|
+
classNames?: {
|
|
6251
|
+
content?: string;
|
|
6252
|
+
trigger?: string;
|
|
6253
|
+
};
|
|
6251
6254
|
style?: React__default.CSSProperties;
|
|
6252
6255
|
}
|
|
6253
6256
|
declare const TabPanel: FC<PropsWithChildren<TabPanelProps>>;
|
|
@@ -6308,8 +6311,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6308
6311
|
image: string;
|
|
6309
6312
|
fallback: string;
|
|
6310
6313
|
}, undefined, {
|
|
6311
|
-
responsiveVariants?: boolean |
|
|
6312
|
-
size?: boolean |
|
|
6314
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6315
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6313
6316
|
} | undefined;
|
|
6314
6317
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6315
6318
|
twMergeConfig: {
|
|
@@ -6450,8 +6453,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6450
6453
|
image: string;
|
|
6451
6454
|
fallback: string;
|
|
6452
6455
|
}, undefined, {
|
|
6453
|
-
responsiveVariants?: boolean |
|
|
6454
|
-
size?: boolean |
|
|
6456
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6457
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6455
6458
|
} | undefined;
|
|
6456
6459
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6457
6460
|
twMergeConfig: {
|
|
@@ -6599,8 +6602,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6599
6602
|
image: string;
|
|
6600
6603
|
fallback: string;
|
|
6601
6604
|
}, undefined, {
|
|
6602
|
-
responsiveVariants?: boolean |
|
|
6603
|
-
size?: boolean |
|
|
6605
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6606
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6604
6607
|
} | undefined;
|
|
6605
6608
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6606
6609
|
twMergeConfig: {
|
|
@@ -6756,11 +6759,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6756
6759
|
item: string[];
|
|
6757
6760
|
tag: string;
|
|
6758
6761
|
}, undefined, {
|
|
6759
|
-
responsiveVariants?: boolean |
|
|
6760
|
-
position?: boolean |
|
|
6761
|
-
size?: boolean |
|
|
6762
|
-
variant?: boolean |
|
|
6763
|
-
error?: boolean |
|
|
6762
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6763
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6764
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6765
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6766
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6764
6767
|
} | undefined;
|
|
6765
6768
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6766
6769
|
twMergeConfig: {
|
|
@@ -7059,7 +7062,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7059
7062
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7060
7063
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7061
7064
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7062
|
-
responsiveVariants?: boolean |
|
|
7065
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7063
7066
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7064
7067
|
twMergeConfig: {
|
|
7065
7068
|
prefix: string;
|
|
@@ -7118,12 +7121,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7118
7121
|
16: string;
|
|
7119
7122
|
};
|
|
7120
7123
|
}, undefined, string[], {
|
|
7121
|
-
responsiveVariants?: boolean |
|
|
7122
|
-
borderColor?: boolean |
|
|
7123
|
-
border?: boolean |
|
|
7124
|
-
r?: boolean |
|
|
7125
|
-
gradient?: boolean |
|
|
7126
|
-
intensity?: boolean |
|
|
7124
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7125
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7126
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7127
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7128
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7129
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7127
7130
|
} | undefined;
|
|
7128
7131
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7129
7132
|
twMergeConfig: {
|
|
@@ -7337,12 +7340,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7337
7340
|
16: string;
|
|
7338
7341
|
};
|
|
7339
7342
|
}, undefined, string[], {
|
|
7340
|
-
responsiveVariants?: boolean |
|
|
7341
|
-
borderColor?: boolean |
|
|
7342
|
-
border?: boolean |
|
|
7343
|
-
r?: boolean |
|
|
7344
|
-
gradient?: boolean |
|
|
7345
|
-
intensity?: boolean |
|
|
7343
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7344
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7345
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7346
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7347
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7348
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7346
7349
|
} | undefined;
|
|
7347
7350
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7348
7351
|
twMergeConfig: {
|
|
@@ -7579,8 +7582,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7579
7582
|
mark: string;
|
|
7580
7583
|
tips: string[];
|
|
7581
7584
|
}, undefined, {
|
|
7582
|
-
responsiveVariants?: boolean |
|
|
7583
|
-
color?: boolean |
|
|
7585
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7586
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7584
7587
|
} | undefined;
|
|
7585
7588
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7586
7589
|
twMergeConfig: {
|
|
@@ -7745,8 +7748,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7745
7748
|
mark: string;
|
|
7746
7749
|
tips: string[];
|
|
7747
7750
|
}, undefined, {
|
|
7748
|
-
responsiveVariants?: boolean |
|
|
7749
|
-
color?: boolean |
|
|
7751
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7752
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7750
7753
|
} | undefined;
|
|
7751
7754
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7752
7755
|
twMergeConfig: {
|
|
@@ -8611,53 +8614,6 @@ interface SlotProps {
|
|
|
8611
8614
|
}
|
|
8612
8615
|
declare const ExtensionSlot: React__default.FC<SlotProps>;
|
|
8613
8616
|
|
|
8614
|
-
type ComponentOverrides = {
|
|
8615
|
-
tabs: {
|
|
8616
|
-
variant: "text" | "contained";
|
|
8617
|
-
};
|
|
8618
|
-
chainSelector: {
|
|
8619
|
-
/**
|
|
8620
|
-
* show testnet chains list
|
|
8621
|
-
* @default true
|
|
8622
|
-
* */
|
|
8623
|
-
showTestnet: boolean;
|
|
8624
|
-
};
|
|
8625
|
-
};
|
|
8626
|
-
type GetComponentTheme = <T extends keyof ComponentOverrides>(component: T, defaultValue?: ComponentOverrides[T]) => ComponentOverrides[T];
|
|
8627
|
-
type OrderlyThemeContextState = {
|
|
8628
|
-
getComponentTheme: GetComponentTheme;
|
|
8629
|
-
};
|
|
8630
|
-
declare const useOrderlyTheme: () => OrderlyThemeContextState;
|
|
8631
|
-
|
|
8632
|
-
type OrderlyThemeProviderProps = {
|
|
8633
|
-
components?: {
|
|
8634
|
-
[position in ExtensionPosition]: ComponentType;
|
|
8635
|
-
};
|
|
8636
|
-
overrides?: Partial<ComponentOverrides>;
|
|
8637
|
-
};
|
|
8638
|
-
declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8639
|
-
|
|
8640
|
-
type Props = {
|
|
8641
|
-
value: boolean | (() => boolean);
|
|
8642
|
-
left?: ReactNode;
|
|
8643
|
-
};
|
|
8644
|
-
declare const Either: React$1.NamedExoticComponent<PropsWithChildren<Props>>;
|
|
8645
|
-
|
|
8646
|
-
/**
|
|
8647
|
-
* capitalize the first letter
|
|
8648
|
-
* @param str
|
|
8649
|
-
* @returns string
|
|
8650
|
-
*/
|
|
8651
|
-
declare const capitalizeFirstLetter: (str: string, fallback?: string) => undefined | string;
|
|
8652
|
-
|
|
8653
|
-
declare function startViewTransition(callback: () => void): void;
|
|
8654
|
-
|
|
8655
|
-
declare const tv: tailwind_variants.CreateTV<{
|
|
8656
|
-
twMergeConfig: {
|
|
8657
|
-
prefix: string;
|
|
8658
|
-
};
|
|
8659
|
-
}>;
|
|
8660
|
-
|
|
8661
8617
|
declare const basePlugin: () => {
|
|
8662
8618
|
handler: tailwindcss_types_config.PluginCreator;
|
|
8663
8619
|
config?: Partial<tailwindcss_types_config.Config>;
|
|
@@ -8693,23 +8649,255 @@ declare const sizePlugin: () => {
|
|
|
8693
8649
|
config?: Partial<tailwindcss_types_config.Config>;
|
|
8694
8650
|
};
|
|
8695
8651
|
|
|
8696
|
-
declare const
|
|
8652
|
+
declare const DARK_THEME_CSS_VARS: {
|
|
8653
|
+
"--oui-font-family": string;
|
|
8654
|
+
"--oui-color-primary": string;
|
|
8655
|
+
"--oui-color-primary-light": string;
|
|
8656
|
+
"--oui-color-primary-darken": string;
|
|
8657
|
+
"--oui-color-primary-contrast": string;
|
|
8658
|
+
"--oui-color-link": string;
|
|
8659
|
+
"--oui-color-link-light": string;
|
|
8660
|
+
"--oui-color-secondary": string;
|
|
8661
|
+
"--oui-color-tertiary": string;
|
|
8662
|
+
"--oui-color-quaternary": string;
|
|
8663
|
+
"--oui-color-danger": string;
|
|
8664
|
+
"--oui-color-danger-light": string;
|
|
8665
|
+
"--oui-color-danger-darken": string;
|
|
8666
|
+
"--oui-color-danger-contrast": string;
|
|
8667
|
+
"--oui-color-success": string;
|
|
8668
|
+
"--oui-color-success-light": string;
|
|
8669
|
+
"--oui-color-success-darken": string;
|
|
8670
|
+
"--oui-color-success-contrast": string;
|
|
8671
|
+
"--oui-color-warning": string;
|
|
8672
|
+
"--oui-color-warning-light": string;
|
|
8673
|
+
"--oui-color-warning-darken": string;
|
|
8674
|
+
"--oui-color-warning-contrast": string;
|
|
8675
|
+
"--oui-color-fill": string;
|
|
8676
|
+
"--oui-color-fill-active": string;
|
|
8677
|
+
"--oui-color-base-1": string;
|
|
8678
|
+
"--oui-color-base-2": string;
|
|
8679
|
+
"--oui-color-base-3": string;
|
|
8680
|
+
"--oui-color-base-4": string;
|
|
8681
|
+
"--oui-color-base-5": string;
|
|
8682
|
+
"--oui-color-base-6": string;
|
|
8683
|
+
"--oui-color-base-7": string;
|
|
8684
|
+
"--oui-color-base-8": string;
|
|
8685
|
+
"--oui-color-base-9": string;
|
|
8686
|
+
"--oui-color-base-10": string;
|
|
8687
|
+
"--oui-color-base-foreground": string;
|
|
8688
|
+
"--oui-color-line": string;
|
|
8689
|
+
"--oui-color-base-static": string;
|
|
8690
|
+
"--oui-color-base-static-contrast": string;
|
|
8691
|
+
"--oui-color-trading-loss": string;
|
|
8692
|
+
"--oui-color-trading-loss-contrast": string;
|
|
8693
|
+
"--oui-color-trading-profit": string;
|
|
8694
|
+
"--oui-color-trading-profit-contrast": string;
|
|
8695
|
+
"--oui-gradient-primary-start": string;
|
|
8696
|
+
"--oui-gradient-primary-end": string;
|
|
8697
|
+
"--oui-gradient-secondary-start": string;
|
|
8698
|
+
"--oui-gradient-secondary-end": string;
|
|
8699
|
+
"--oui-gradient-success-start": string;
|
|
8700
|
+
"--oui-gradient-success-end": string;
|
|
8701
|
+
"--oui-gradient-danger-start": string;
|
|
8702
|
+
"--oui-gradient-danger-end": string;
|
|
8703
|
+
"--oui-gradient-brand-start": string;
|
|
8704
|
+
"--oui-gradient-brand-end": string;
|
|
8705
|
+
"--oui-gradient-brand-stop-start": string;
|
|
8706
|
+
"--oui-gradient-brand-stop-end": string;
|
|
8707
|
+
"--oui-gradient-brand-angle": string;
|
|
8708
|
+
"--oui-gradient-warning-start": string;
|
|
8709
|
+
"--oui-gradient-warning-end": string;
|
|
8710
|
+
"--oui-gradient-neutral-start": string;
|
|
8711
|
+
"--oui-gradient-neutral-end": string;
|
|
8712
|
+
"--oui-rounded-sm": string;
|
|
8713
|
+
"--oui-rounded": string;
|
|
8714
|
+
"--oui-rounded-md": string;
|
|
8715
|
+
"--oui-rounded-lg": string;
|
|
8716
|
+
"--oui-rounded-xl": string;
|
|
8717
|
+
"--oui-rounded-2xl": string;
|
|
8718
|
+
"--oui-rounded-full": string;
|
|
8719
|
+
"--oui-spacing-xs": string;
|
|
8720
|
+
"--oui-spacing-sm": string;
|
|
8721
|
+
"--oui-spacing-md": string;
|
|
8722
|
+
"--oui-spacing-lg": string;
|
|
8723
|
+
"--oui-spacing-xl": string;
|
|
8724
|
+
};
|
|
8725
|
+
type ThemeCssVars = typeof DARK_THEME_CSS_VARS;
|
|
8726
|
+
declare const darkThemePlugin: () => {
|
|
8697
8727
|
handler: tailwindcss_types_config.PluginCreator;
|
|
8698
8728
|
config?: Partial<tailwindcss_types_config.Config>;
|
|
8699
8729
|
};
|
|
8700
8730
|
|
|
8731
|
+
declare const LIGHT_THEME_CSS_VARS: {
|
|
8732
|
+
"--oui-font-family": string;
|
|
8733
|
+
"--oui-color-primary": string;
|
|
8734
|
+
"--oui-color-primary-light": string;
|
|
8735
|
+
"--oui-color-primary-darken": string;
|
|
8736
|
+
"--oui-color-primary-contrast": string;
|
|
8737
|
+
"--oui-color-link": string;
|
|
8738
|
+
"--oui-color-link-light": string;
|
|
8739
|
+
"--oui-color-secondary": string;
|
|
8740
|
+
"--oui-color-tertiary": string;
|
|
8741
|
+
"--oui-color-quaternary": string;
|
|
8742
|
+
"--oui-color-danger": string;
|
|
8743
|
+
"--oui-color-danger-light": string;
|
|
8744
|
+
"--oui-color-danger-darken": string;
|
|
8745
|
+
"--oui-color-danger-contrast": string;
|
|
8746
|
+
"--oui-color-success": string;
|
|
8747
|
+
"--oui-color-success-light": string;
|
|
8748
|
+
"--oui-color-success-darken": string;
|
|
8749
|
+
"--oui-color-success-contrast": string;
|
|
8750
|
+
"--oui-color-warning": string;
|
|
8751
|
+
"--oui-color-warning-light": string;
|
|
8752
|
+
"--oui-color-warning-darken": string;
|
|
8753
|
+
"--oui-color-warning-contrast": string;
|
|
8754
|
+
"--oui-color-fill": string;
|
|
8755
|
+
"--oui-color-fill-active": string;
|
|
8756
|
+
"--oui-color-base-1": string;
|
|
8757
|
+
"--oui-color-base-2": string;
|
|
8758
|
+
"--oui-color-base-3": string;
|
|
8759
|
+
"--oui-color-base-4": string;
|
|
8760
|
+
"--oui-color-base-5": string;
|
|
8761
|
+
"--oui-color-base-6": string;
|
|
8762
|
+
"--oui-color-base-7": string;
|
|
8763
|
+
"--oui-color-base-8": string;
|
|
8764
|
+
"--oui-color-base-9": string;
|
|
8765
|
+
"--oui-color-base-10": string;
|
|
8766
|
+
"--oui-color-base-foreground": string;
|
|
8767
|
+
"--oui-color-line": string;
|
|
8768
|
+
"--oui-color-base-static": string;
|
|
8769
|
+
"--oui-color-base-static-contrast": string;
|
|
8770
|
+
"--oui-color-trading-loss": string;
|
|
8771
|
+
"--oui-color-trading-loss-contrast": string;
|
|
8772
|
+
"--oui-color-trading-profit": string;
|
|
8773
|
+
"--oui-color-trading-profit-contrast": string;
|
|
8774
|
+
"--oui-gradient-primary-start": string;
|
|
8775
|
+
"--oui-gradient-primary-end": string;
|
|
8776
|
+
"--oui-gradient-secondary-start": string;
|
|
8777
|
+
"--oui-gradient-secondary-end": string;
|
|
8778
|
+
"--oui-gradient-success-start": string;
|
|
8779
|
+
"--oui-gradient-success-end": string;
|
|
8780
|
+
"--oui-gradient-danger-start": string;
|
|
8781
|
+
"--oui-gradient-danger-end": string;
|
|
8782
|
+
"--oui-gradient-warning-start": string;
|
|
8783
|
+
"--oui-gradient-warning-end": string;
|
|
8784
|
+
"--oui-gradient-neutral-start": string;
|
|
8785
|
+
"--oui-gradient-neutral-end": string;
|
|
8786
|
+
"--oui-gradient-brand-stop-start": string;
|
|
8787
|
+
"--oui-gradient-brand-stop-end": string;
|
|
8788
|
+
"--oui-gradient-brand-angle": string;
|
|
8789
|
+
"--oui-gradient-brand-start": string;
|
|
8790
|
+
"--oui-gradient-brand-end": string;
|
|
8791
|
+
"--oui-rounded-sm": string;
|
|
8792
|
+
"--oui-rounded": string;
|
|
8793
|
+
"--oui-rounded-md": string;
|
|
8794
|
+
"--oui-rounded-lg": string;
|
|
8795
|
+
"--oui-rounded-xl": string;
|
|
8796
|
+
"--oui-rounded-2xl": string;
|
|
8797
|
+
"--oui-rounded-full": string;
|
|
8798
|
+
"--oui-spacing-xs": string;
|
|
8799
|
+
"--oui-spacing-sm": string;
|
|
8800
|
+
"--oui-spacing-md": string;
|
|
8801
|
+
"--oui-spacing-lg": string;
|
|
8802
|
+
"--oui-spacing-xl": string;
|
|
8803
|
+
};
|
|
8804
|
+
declare const lightThemePlugin: () => {
|
|
8805
|
+
handler: tailwindcss_types_config.PluginCreator;
|
|
8806
|
+
config?: Partial<tailwindcss_types_config.Config>;
|
|
8807
|
+
};
|
|
8808
|
+
|
|
8809
|
+
declare const index_DARK_THEME_CSS_VARS: typeof DARK_THEME_CSS_VARS;
|
|
8810
|
+
declare const index_LIGHT_THEME_CSS_VARS: typeof LIGHT_THEME_CSS_VARS;
|
|
8811
|
+
type index_ThemeCssVars = ThemeCssVars;
|
|
8701
8812
|
declare const index_basePlugin: typeof basePlugin;
|
|
8702
8813
|
declare const index_chartPlugin: typeof chartPlugin;
|
|
8703
8814
|
declare const index_componentsPlugin: typeof componentsPlugin;
|
|
8815
|
+
declare const index_darkThemePlugin: typeof darkThemePlugin;
|
|
8704
8816
|
declare const index_gradientPlugin: typeof gradientPlugin;
|
|
8817
|
+
declare const index_lightThemePlugin: typeof lightThemePlugin;
|
|
8705
8818
|
declare const index_positionPlugin: typeof positionPlugin;
|
|
8706
8819
|
declare const index_scrollBarPlugin: typeof scrollBarPlugin;
|
|
8707
8820
|
declare const index_sizePlugin: typeof sizePlugin;
|
|
8708
|
-
declare const index_themePlugin: typeof themePlugin;
|
|
8709
8821
|
declare namespace index {
|
|
8710
|
-
export { index_basePlugin as basePlugin, index_chartPlugin as chartPlugin, index_componentsPlugin as componentsPlugin, index_gradientPlugin as gradientPlugin, index_positionPlugin as positionPlugin, index_scrollBarPlugin as scrollBarPlugin, index_sizePlugin as sizePlugin
|
|
8822
|
+
export { index_DARK_THEME_CSS_VARS as DARK_THEME_CSS_VARS, index_LIGHT_THEME_CSS_VARS as LIGHT_THEME_CSS_VARS, type index_ThemeCssVars as ThemeCssVars, index_basePlugin as basePlugin, index_chartPlugin as chartPlugin, index_componentsPlugin as componentsPlugin, index_darkThemePlugin as darkThemePlugin, index_gradientPlugin as gradientPlugin, index_lightThemePlugin as lightThemePlugin, index_positionPlugin as positionPlugin, index_scrollBarPlugin as scrollBarPlugin, index_sizePlugin as sizePlugin };
|
|
8711
8823
|
}
|
|
8712
8824
|
|
|
8825
|
+
type ComponentOverrides = {
|
|
8826
|
+
tabs: {
|
|
8827
|
+
variant: "text" | "contained";
|
|
8828
|
+
};
|
|
8829
|
+
chainSelector: {
|
|
8830
|
+
/**
|
|
8831
|
+
* show testnet chains list
|
|
8832
|
+
* @default true
|
|
8833
|
+
* */
|
|
8834
|
+
showTestnet: boolean;
|
|
8835
|
+
};
|
|
8836
|
+
};
|
|
8837
|
+
type ThemeConfig = {
|
|
8838
|
+
/**
|
|
8839
|
+
* Unique theme identifier.
|
|
8840
|
+
* Will also be used as the value of `data-oui-theme`.
|
|
8841
|
+
*/
|
|
8842
|
+
id: string;
|
|
8843
|
+
/**
|
|
8844
|
+
* Display name for this theme. Used in UI (e.g. settings page).
|
|
8845
|
+
*/
|
|
8846
|
+
displayName: string;
|
|
8847
|
+
/**
|
|
8848
|
+
* Theme mode.
|
|
8849
|
+
*/
|
|
8850
|
+
mode: "dark" | "light";
|
|
8851
|
+
/**
|
|
8852
|
+
* Optional CSS variables overrides for this theme.
|
|
8853
|
+
* Keys should be full CSS variable names, e.g. "--oui-color-primary".
|
|
8854
|
+
* These are applied at runtime via document.documentElement.style.setProperty.
|
|
8855
|
+
*/
|
|
8856
|
+
cssVars?: Partial<ThemeCssVars>;
|
|
8857
|
+
};
|
|
8858
|
+
type GetComponentTheme = <T extends keyof ComponentOverrides>(component: T, defaultValue?: ComponentOverrides[T]) => ComponentOverrides[T];
|
|
8859
|
+
type OrderlyThemeContextState = {
|
|
8860
|
+
getComponentTheme: GetComponentTheme;
|
|
8861
|
+
themes: ThemeConfig[];
|
|
8862
|
+
currentThemeId?: string;
|
|
8863
|
+
currentTheme?: ThemeConfig;
|
|
8864
|
+
setCurrentThemeId?: (id: string) => void;
|
|
8865
|
+
};
|
|
8866
|
+
declare const useOrderlyTheme: () => OrderlyThemeContextState;
|
|
8867
|
+
|
|
8868
|
+
type OrderlyThemeProviderProps = {
|
|
8869
|
+
components?: {
|
|
8870
|
+
[position in ExtensionPosition]: ComponentType;
|
|
8871
|
+
};
|
|
8872
|
+
overrides?: Partial<ComponentOverrides>;
|
|
8873
|
+
themes?: ThemeConfig[];
|
|
8874
|
+
currentThemeId?: string;
|
|
8875
|
+
currentTheme?: ThemeConfig;
|
|
8876
|
+
setCurrentThemeId?: (id: string) => void;
|
|
8877
|
+
};
|
|
8878
|
+
declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
|
|
8879
|
+
|
|
8880
|
+
type Props = {
|
|
8881
|
+
value: boolean | (() => boolean);
|
|
8882
|
+
left?: ReactNode;
|
|
8883
|
+
};
|
|
8884
|
+
declare const Either: React$1.NamedExoticComponent<PropsWithChildren<Props>>;
|
|
8885
|
+
|
|
8886
|
+
/**
|
|
8887
|
+
* capitalize the first letter
|
|
8888
|
+
* @param str
|
|
8889
|
+
* @returns string
|
|
8890
|
+
*/
|
|
8891
|
+
declare const capitalizeFirstLetter: (str: string, fallback?: string) => undefined | string;
|
|
8892
|
+
|
|
8893
|
+
declare function startViewTransition(callback: () => void): void;
|
|
8894
|
+
|
|
8895
|
+
declare const tv: tailwind_variants.CreateTV<{
|
|
8896
|
+
twMergeConfig: {
|
|
8897
|
+
prefix: string;
|
|
8898
|
+
};
|
|
8899
|
+
}>;
|
|
8900
|
+
|
|
8713
8901
|
declare function useScreen(): {
|
|
8714
8902
|
isMobile: boolean;
|
|
8715
8903
|
isDesktop: boolean;
|
|
@@ -8735,6 +8923,12 @@ interface LongPressHandlers {
|
|
|
8735
8923
|
}
|
|
8736
8924
|
declare function useLongPress(callback: () => void, longPressTime?: number): LongPressHandlers;
|
|
8737
8925
|
|
|
8926
|
+
/**
|
|
8927
|
+
* get the data-oui-theme attribute from the <html> element
|
|
8928
|
+
* @returns the data-oui-theme attribute
|
|
8929
|
+
*/
|
|
8930
|
+
declare const useThemeAttribute: () => string;
|
|
8931
|
+
|
|
8738
8932
|
type TipsProps = {
|
|
8739
8933
|
/** Content shown in desktop Tooltip and mobile dialog body (same for both). */
|
|
8740
8934
|
content: React__default.ReactNode;
|
|
@@ -9124,4 +9318,4 @@ declare const DotStatus: {
|
|
|
9124
9318
|
displayName: string;
|
|
9125
9319
|
};
|
|
9126
9320
|
|
|
9127
|
-
export { ActionSheet, type ActionSheetItem, AddCircleIcon, 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, DotStatus, 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, type FormattedTextProps, 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, RwaIcon, 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, Tips, type TipsProps, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, WarningIcon, WoofiStakeIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, dotStatusVariants, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useLongPress, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|
|
9321
|
+
export { ActionSheet, type ActionSheetItem, AddCircleIcon, 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, DARK_THEME_CSS_VARS, 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, DotStatus, 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, type FormattedTextProps, GradientText, Grid, HoverCard, HoverCardContent, type HoverCardProps, HoverCardRoot, HoverCardTrigger, Icon, type IconType, InfoCircleIcon, Input, InputAdditional, type InputFormatter, type InputFormatterOptions, type InputProps, type InputWithTooltipProps, LIGHT_THEME_CSS_VARS, 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, RwaIcon, 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, type ThemeConfig, type ThemeCssVars, ThrottledButton, Tips, type TipsProps, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, WarningIcon, WoofiStakeIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, dotStatusVariants, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useLongPress, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen, useThemeAttribute };
|