@kodiak-finance/orderly-ui 2.8.18 → 2.8.19
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 +7988 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +726 -345
- package/dist/index.d.ts +726 -345
- package/dist/index.js +11739 -308
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11434 -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,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';
|
|
@@ -451,34 +450,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
451
450
|
true: string;
|
|
452
451
|
};
|
|
453
452
|
}, undefined, string[], {
|
|
454
|
-
responsiveVariants?: boolean |
|
|
455
|
-
p?: boolean |
|
|
456
|
-
grow?: boolean |
|
|
457
|
-
m?: boolean |
|
|
458
|
-
mb?: boolean |
|
|
459
|
-
ml?: boolean |
|
|
460
|
-
mr?: boolean |
|
|
461
|
-
mt?: boolean |
|
|
462
|
-
mx?: boolean |
|
|
463
|
-
my?: 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
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
my?: 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
|
-
color?: boolean |
|
|
2155
|
-
size?: boolean |
|
|
2156
|
-
intensity?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
intensity?: 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: {
|
|
@@ -2385,6 +2384,179 @@ type TextPProps = {
|
|
|
2385
2384
|
type TextProps = BasicTextProps & (TextSpanProps | TextDivProps | TextLabelProps | TextPProps);
|
|
2386
2385
|
declare const Text$1: React__default.ForwardRefExoticComponent<TextProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
2387
2386
|
|
|
2387
|
+
type TextRule = "date" | "address" | "symbol" | "status" | "txId";
|
|
2388
|
+
type DateText = {
|
|
2389
|
+
rule: "date";
|
|
2390
|
+
/**
|
|
2391
|
+
* use date-fns to format the date, default is "YYYY-MM-DD HH:mm:ss", more info:
|
|
2392
|
+
* @see https://date-fns.org/v3.6.0/docs/format
|
|
2393
|
+
*/
|
|
2394
|
+
formatString?: string;
|
|
2395
|
+
};
|
|
2396
|
+
type AddressText = {
|
|
2397
|
+
rule: "address";
|
|
2398
|
+
/**
|
|
2399
|
+
* range of the address to show
|
|
2400
|
+
* the first number is the length of the start of the address, and the second number is the length of the end of the address
|
|
2401
|
+
* @default [6, 4]
|
|
2402
|
+
*/
|
|
2403
|
+
range?: [number, number];
|
|
2404
|
+
};
|
|
2405
|
+
type BaseText = {
|
|
2406
|
+
rule: Omit<TextRule, "address" | "date">;
|
|
2407
|
+
/**
|
|
2408
|
+
* capitalize the first letter of the string
|
|
2409
|
+
*/
|
|
2410
|
+
capitalize?: boolean;
|
|
2411
|
+
};
|
|
2412
|
+
type TxIDText = {
|
|
2413
|
+
rule: "txId";
|
|
2414
|
+
range?: [number, number];
|
|
2415
|
+
};
|
|
2416
|
+
type SymbolText = {
|
|
2417
|
+
rule: "symbol";
|
|
2418
|
+
/**
|
|
2419
|
+
* symbol format string, like "type-base-quote",
|
|
2420
|
+
* @default base-quote
|
|
2421
|
+
*/
|
|
2422
|
+
formatString?: string;
|
|
2423
|
+
showIcon?: boolean;
|
|
2424
|
+
iconSize?: SizeType;
|
|
2425
|
+
};
|
|
2426
|
+
type FormattedTextProps = TextProps & CopyableTextProps & {
|
|
2427
|
+
loading?: boolean;
|
|
2428
|
+
suffix?: React__default.ReactNode;
|
|
2429
|
+
prefix?: React__default.ReactNode;
|
|
2430
|
+
showIcon?: boolean;
|
|
2431
|
+
} & (BaseText | DateText | AddressText | SymbolText | TxIDText | {
|
|
2432
|
+
rule?: string;
|
|
2433
|
+
});
|
|
2434
|
+
declare const FormattedText: React__default.ForwardRefExoticComponent<FormattedTextProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
2435
|
+
|
|
2436
|
+
declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
2437
|
+
color: {
|
|
2438
|
+
primary: string;
|
|
2439
|
+
brand: string;
|
|
2440
|
+
success: string;
|
|
2441
|
+
warning: string;
|
|
2442
|
+
danger: string;
|
|
2443
|
+
neutral: string;
|
|
2444
|
+
inherit: string;
|
|
2445
|
+
};
|
|
2446
|
+
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2447
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2448
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2449
|
+
} | undefined;
|
|
2450
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2451
|
+
twMergeConfig: {
|
|
2452
|
+
prefix: string;
|
|
2453
|
+
};
|
|
2454
|
+
}, {
|
|
2455
|
+
color: {
|
|
2456
|
+
primary: string;
|
|
2457
|
+
brand: string;
|
|
2458
|
+
success: string;
|
|
2459
|
+
warning: string;
|
|
2460
|
+
danger: string;
|
|
2461
|
+
neutral: string;
|
|
2462
|
+
inherit: string;
|
|
2463
|
+
};
|
|
2464
|
+
}, undefined, tailwind_variants.TVReturnType<{
|
|
2465
|
+
color: {
|
|
2466
|
+
primary: string;
|
|
2467
|
+
brand: string;
|
|
2468
|
+
success: string;
|
|
2469
|
+
warning: string;
|
|
2470
|
+
danger: string;
|
|
2471
|
+
neutral: string;
|
|
2472
|
+
inherit: string;
|
|
2473
|
+
};
|
|
2474
|
+
}, undefined, "oui-text-transparent oui-bg-clip-text", tailwind_variants_dist_config.TVConfig<{
|
|
2475
|
+
color: {
|
|
2476
|
+
primary: string;
|
|
2477
|
+
brand: string;
|
|
2478
|
+
success: string;
|
|
2479
|
+
warning: string;
|
|
2480
|
+
danger: string;
|
|
2481
|
+
neutral: string;
|
|
2482
|
+
inherit: string;
|
|
2483
|
+
};
|
|
2484
|
+
}, {
|
|
2485
|
+
color: {
|
|
2486
|
+
primary: string;
|
|
2487
|
+
brand: string;
|
|
2488
|
+
success: string;
|
|
2489
|
+
warning: string;
|
|
2490
|
+
danger: string;
|
|
2491
|
+
neutral: string;
|
|
2492
|
+
inherit: string;
|
|
2493
|
+
};
|
|
2494
|
+
}>, unknown, unknown, undefined>>;
|
|
2495
|
+
declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextProps, "color"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
2496
|
+
color: {
|
|
2497
|
+
primary: string;
|
|
2498
|
+
brand: string;
|
|
2499
|
+
success: string;
|
|
2500
|
+
warning: string;
|
|
2501
|
+
danger: string;
|
|
2502
|
+
neutral: string;
|
|
2503
|
+
inherit: string;
|
|
2504
|
+
};
|
|
2505
|
+
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2506
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2507
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2508
|
+
} | undefined;
|
|
2509
|
+
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2510
|
+
twMergeConfig: {
|
|
2511
|
+
prefix: string;
|
|
2512
|
+
};
|
|
2513
|
+
}, {
|
|
2514
|
+
color: {
|
|
2515
|
+
primary: string;
|
|
2516
|
+
brand: string;
|
|
2517
|
+
success: string;
|
|
2518
|
+
warning: string;
|
|
2519
|
+
danger: string;
|
|
2520
|
+
neutral: string;
|
|
2521
|
+
inherit: string;
|
|
2522
|
+
};
|
|
2523
|
+
}, undefined, tailwind_variants.TVReturnType<{
|
|
2524
|
+
color: {
|
|
2525
|
+
primary: string;
|
|
2526
|
+
brand: string;
|
|
2527
|
+
success: string;
|
|
2528
|
+
warning: string;
|
|
2529
|
+
danger: string;
|
|
2530
|
+
neutral: string;
|
|
2531
|
+
inherit: string;
|
|
2532
|
+
};
|
|
2533
|
+
}, undefined, "oui-text-transparent oui-bg-clip-text", tailwind_variants_dist_config.TVConfig<{
|
|
2534
|
+
color: {
|
|
2535
|
+
primary: string;
|
|
2536
|
+
brand: string;
|
|
2537
|
+
success: string;
|
|
2538
|
+
warning: string;
|
|
2539
|
+
danger: string;
|
|
2540
|
+
neutral: string;
|
|
2541
|
+
inherit: string;
|
|
2542
|
+
};
|
|
2543
|
+
}, {
|
|
2544
|
+
color: {
|
|
2545
|
+
primary: string;
|
|
2546
|
+
brand: string;
|
|
2547
|
+
success: string;
|
|
2548
|
+
warning: string;
|
|
2549
|
+
danger: string;
|
|
2550
|
+
neutral: string;
|
|
2551
|
+
inherit: string;
|
|
2552
|
+
};
|
|
2553
|
+
}>, unknown, unknown, undefined>>> & {
|
|
2554
|
+
/**
|
|
2555
|
+
* Angle of the gradient
|
|
2556
|
+
*/
|
|
2557
|
+
angle?: number;
|
|
2558
|
+
} & React__default.RefAttributes<HTMLSpanElement>>;
|
|
2559
|
+
|
|
2388
2560
|
type RoundingMode = number | "truncate";
|
|
2389
2561
|
declare const parseNumber: (value: number | string, options?: {
|
|
2390
2562
|
rule?: "percentages" | "price" | "human";
|
|
@@ -2464,6 +2636,16 @@ type NumeralProps = TextProps & {
|
|
|
2464
2636
|
};
|
|
2465
2637
|
declare const Numeral: FC<NumeralProps>;
|
|
2466
2638
|
|
|
2639
|
+
type NumTypeProps = Omit<NumeralProps, "ignoreDP" | "rm" | "tick"> & {
|
|
2640
|
+
numType: "roi" | "pnl" | "notional" | "assetValue" | "collateral";
|
|
2641
|
+
};
|
|
2642
|
+
type NumTypeComponentProps = Omit<NumTypeProps, "numType">;
|
|
2643
|
+
declare const NumTypeRoi: React.FC<NumTypeComponentProps>;
|
|
2644
|
+
declare const NumTypePnl: React.FC<NumTypeComponentProps>;
|
|
2645
|
+
declare const NumTypeNotional: React.FC<NumTypeComponentProps>;
|
|
2646
|
+
declare const NumTypeAssetValue: React.FC<NumTypeComponentProps>;
|
|
2647
|
+
declare const NumTypeCollateral: React.FC<NumTypeComponentProps>;
|
|
2648
|
+
|
|
2467
2649
|
declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
2468
2650
|
align: {
|
|
2469
2651
|
start: {
|
|
@@ -2478,8 +2660,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2478
2660
|
label: string;
|
|
2479
2661
|
value: string;
|
|
2480
2662
|
}, undefined, {
|
|
2481
|
-
responsiveVariants?: boolean |
|
|
2482
|
-
align?: boolean |
|
|
2663
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2664
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2483
2665
|
} | undefined;
|
|
2484
2666
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2485
2667
|
twMergeConfig: {
|
|
@@ -2544,8 +2726,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2544
2726
|
label: string;
|
|
2545
2727
|
value: string;
|
|
2546
2728
|
}, undefined, {
|
|
2547
|
-
responsiveVariants?: boolean |
|
|
2548
|
-
align?: boolean |
|
|
2729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2730
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2549
2731
|
} | undefined;
|
|
2550
2732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2551
2733
|
twMergeConfig: {
|
|
@@ -2610,8 +2792,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2610
2792
|
label: string;
|
|
2611
2793
|
value: string;
|
|
2612
2794
|
}, undefined, {
|
|
2613
|
-
responsiveVariants?: boolean |
|
|
2614
|
-
align?: boolean |
|
|
2795
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2796
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2615
2797
|
} | undefined;
|
|
2616
2798
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2617
2799
|
twMergeConfig: {
|
|
@@ -2619,237 +2801,69 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2619
2801
|
};
|
|
2620
2802
|
}, {
|
|
2621
2803
|
align: {
|
|
2622
|
-
start: {
|
|
2623
|
-
root: string;
|
|
2624
|
-
};
|
|
2625
|
-
end: {
|
|
2626
|
-
root: string;
|
|
2627
|
-
};
|
|
2628
|
-
};
|
|
2629
|
-
}, {
|
|
2630
|
-
root: string;
|
|
2631
|
-
label: string;
|
|
2632
|
-
value: string;
|
|
2633
|
-
}, tailwind_variants.TVReturnType<{
|
|
2634
|
-
align: {
|
|
2635
|
-
start: {
|
|
2636
|
-
root: string;
|
|
2637
|
-
};
|
|
2638
|
-
end: {
|
|
2639
|
-
root: string;
|
|
2640
|
-
};
|
|
2641
|
-
};
|
|
2642
|
-
}, {
|
|
2643
|
-
root: string;
|
|
2644
|
-
label: string;
|
|
2645
|
-
value: string;
|
|
2646
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
2647
|
-
align: {
|
|
2648
|
-
start: {
|
|
2649
|
-
root: string;
|
|
2650
|
-
};
|
|
2651
|
-
end: {
|
|
2652
|
-
root: string;
|
|
2653
|
-
};
|
|
2654
|
-
};
|
|
2655
|
-
}, {
|
|
2656
|
-
align: {
|
|
2657
|
-
start: {
|
|
2658
|
-
root: string;
|
|
2659
|
-
};
|
|
2660
|
-
end: {
|
|
2661
|
-
root: string;
|
|
2662
|
-
};
|
|
2663
|
-
};
|
|
2664
|
-
}>, unknown, unknown, undefined>>> & React__default.HTMLAttributes<HTMLDivElement> & {
|
|
2665
|
-
label: string | ReactNode;
|
|
2666
|
-
valueProps?: Omit<NumeralProps, "children">;
|
|
2667
|
-
classNames?: {
|
|
2668
|
-
root?: string;
|
|
2669
|
-
label?: string;
|
|
2670
|
-
value?: string;
|
|
2671
|
-
};
|
|
2672
|
-
} & {
|
|
2673
|
-
children?: ReactNode | undefined;
|
|
2674
|
-
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
2675
|
-
|
|
2676
|
-
type TextRule = "date" | "address" | "symbol" | "status" | "txId";
|
|
2677
|
-
type DateText = {
|
|
2678
|
-
rule: "date";
|
|
2679
|
-
/**
|
|
2680
|
-
* use date-fns to format the date, default is "YYYY-MM-DD HH:mm:ss", more info:
|
|
2681
|
-
* @see https://date-fns.org/v3.6.0/docs/format
|
|
2682
|
-
*/
|
|
2683
|
-
formatString?: string;
|
|
2684
|
-
};
|
|
2685
|
-
type AddressText = {
|
|
2686
|
-
rule: "address";
|
|
2687
|
-
/**
|
|
2688
|
-
* range of the address to show
|
|
2689
|
-
* the first number is the length of the start of the address, and the second number is the length of the end of the address
|
|
2690
|
-
* @default [6, 4]
|
|
2691
|
-
*/
|
|
2692
|
-
range?: [number, number];
|
|
2693
|
-
};
|
|
2694
|
-
type BaseText = {
|
|
2695
|
-
rule: Omit<TextRule, "address" | "date">;
|
|
2696
|
-
/**
|
|
2697
|
-
* capitalize the first letter of the string
|
|
2698
|
-
*/
|
|
2699
|
-
capitalize?: boolean;
|
|
2700
|
-
};
|
|
2701
|
-
type TxIDText = {
|
|
2702
|
-
rule: "txId";
|
|
2703
|
-
range?: [number, number];
|
|
2704
|
-
};
|
|
2705
|
-
type SymbolText = {
|
|
2706
|
-
rule: "symbol";
|
|
2707
|
-
/**
|
|
2708
|
-
* symbol format string, like "type-base-quote",
|
|
2709
|
-
* @default base-quote
|
|
2710
|
-
*/
|
|
2711
|
-
formatString?: string;
|
|
2712
|
-
showIcon?: boolean;
|
|
2713
|
-
iconSize?: SizeType;
|
|
2714
|
-
};
|
|
2715
|
-
type FormattedTextProps = TextProps & CopyableTextProps & {
|
|
2716
|
-
loading?: boolean;
|
|
2717
|
-
suffix?: React__default.ReactNode;
|
|
2718
|
-
prefix?: React__default.ReactNode;
|
|
2719
|
-
showIcon?: boolean;
|
|
2720
|
-
} & (BaseText | DateText | AddressText | SymbolText | TxIDText | {
|
|
2721
|
-
rule?: string;
|
|
2722
|
-
});
|
|
2723
|
-
declare const FormattedText: React__default.ForwardRefExoticComponent<FormattedTextProps & React__default.RefAttributes<HTMLSpanElement>>;
|
|
2724
|
-
|
|
2725
|
-
declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
2726
|
-
color: {
|
|
2727
|
-
primary: string;
|
|
2728
|
-
brand: string;
|
|
2729
|
-
success: string;
|
|
2730
|
-
warning: string;
|
|
2731
|
-
danger: string;
|
|
2732
|
-
neutral: string;
|
|
2733
|
-
inherit: string;
|
|
2734
|
-
};
|
|
2735
|
-
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2736
|
-
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2737
|
-
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2738
|
-
} | undefined;
|
|
2739
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2740
|
-
twMergeConfig: {
|
|
2741
|
-
prefix: string;
|
|
2742
|
-
};
|
|
2743
|
-
}, {
|
|
2744
|
-
color: {
|
|
2745
|
-
primary: string;
|
|
2746
|
-
brand: string;
|
|
2747
|
-
success: string;
|
|
2748
|
-
warning: string;
|
|
2749
|
-
danger: string;
|
|
2750
|
-
neutral: string;
|
|
2751
|
-
inherit: string;
|
|
2752
|
-
};
|
|
2753
|
-
}, undefined, tailwind_variants.TVReturnType<{
|
|
2754
|
-
color: {
|
|
2755
|
-
primary: string;
|
|
2756
|
-
brand: string;
|
|
2757
|
-
success: string;
|
|
2758
|
-
warning: string;
|
|
2759
|
-
danger: string;
|
|
2760
|
-
neutral: string;
|
|
2761
|
-
inherit: string;
|
|
2762
|
-
};
|
|
2763
|
-
}, undefined, "oui-text-transparent oui-bg-clip-text", tailwind_variants_dist_config.TVConfig<{
|
|
2764
|
-
color: {
|
|
2765
|
-
primary: string;
|
|
2766
|
-
brand: string;
|
|
2767
|
-
success: string;
|
|
2768
|
-
warning: string;
|
|
2769
|
-
danger: string;
|
|
2770
|
-
neutral: string;
|
|
2771
|
-
inherit: string;
|
|
2772
|
-
};
|
|
2773
|
-
}, {
|
|
2774
|
-
color: {
|
|
2775
|
-
primary: string;
|
|
2776
|
-
brand: string;
|
|
2777
|
-
success: string;
|
|
2778
|
-
warning: string;
|
|
2779
|
-
danger: string;
|
|
2780
|
-
neutral: string;
|
|
2781
|
-
inherit: string;
|
|
2782
|
-
};
|
|
2783
|
-
}>, unknown, unknown, undefined>>;
|
|
2784
|
-
declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextProps, "color"> & VariantProps<tailwind_variants.TVReturnType<{
|
|
2785
|
-
color: {
|
|
2786
|
-
primary: string;
|
|
2787
|
-
brand: string;
|
|
2788
|
-
success: string;
|
|
2789
|
-
warning: string;
|
|
2790
|
-
danger: string;
|
|
2791
|
-
neutral: string;
|
|
2792
|
-
inherit: string;
|
|
2793
|
-
};
|
|
2794
|
-
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2795
|
-
responsiveVariants?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | {
|
|
2796
|
-
color?: boolean | tailwind_variants_dist_generated.TVGeneratedScreens[] | undefined;
|
|
2797
|
-
} | undefined;
|
|
2798
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2799
|
-
twMergeConfig: {
|
|
2800
|
-
prefix: string;
|
|
2801
|
-
};
|
|
2802
|
-
}, {
|
|
2803
|
-
color: {
|
|
2804
|
-
primary: string;
|
|
2805
|
-
brand: string;
|
|
2806
|
-
success: string;
|
|
2807
|
-
warning: string;
|
|
2808
|
-
danger: string;
|
|
2809
|
-
neutral: string;
|
|
2810
|
-
inherit: string;
|
|
2804
|
+
start: {
|
|
2805
|
+
root: string;
|
|
2806
|
+
};
|
|
2807
|
+
end: {
|
|
2808
|
+
root: string;
|
|
2809
|
+
};
|
|
2811
2810
|
};
|
|
2812
|
-
},
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2811
|
+
}, {
|
|
2812
|
+
root: string;
|
|
2813
|
+
label: string;
|
|
2814
|
+
value: string;
|
|
2815
|
+
}, tailwind_variants.TVReturnType<{
|
|
2816
|
+
align: {
|
|
2817
|
+
start: {
|
|
2818
|
+
root: string;
|
|
2819
|
+
};
|
|
2820
|
+
end: {
|
|
2821
|
+
root: string;
|
|
2822
|
+
};
|
|
2821
2823
|
};
|
|
2822
|
-
},
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2824
|
+
}, {
|
|
2825
|
+
root: string;
|
|
2826
|
+
label: string;
|
|
2827
|
+
value: string;
|
|
2828
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
2829
|
+
align: {
|
|
2830
|
+
start: {
|
|
2831
|
+
root: string;
|
|
2832
|
+
};
|
|
2833
|
+
end: {
|
|
2834
|
+
root: string;
|
|
2835
|
+
};
|
|
2831
2836
|
};
|
|
2832
2837
|
}, {
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
inherit: string;
|
|
2838
|
+
align: {
|
|
2839
|
+
start: {
|
|
2840
|
+
root: string;
|
|
2841
|
+
};
|
|
2842
|
+
end: {
|
|
2843
|
+
root: string;
|
|
2844
|
+
};
|
|
2841
2845
|
};
|
|
2842
|
-
}>, unknown, unknown, undefined>>> & {
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2846
|
+
}>, unknown, unknown, undefined>>> & React__default.HTMLAttributes<HTMLDivElement> & {
|
|
2847
|
+
label: string | ReactNode;
|
|
2848
|
+
valueProps?: Omit<NumeralProps, "children">;
|
|
2849
|
+
classNames?: {
|
|
2850
|
+
root?: string;
|
|
2851
|
+
label?: string;
|
|
2852
|
+
value?: string;
|
|
2853
|
+
};
|
|
2854
|
+
} & {
|
|
2855
|
+
children?: ReactNode | undefined;
|
|
2856
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
2848
2857
|
|
|
2849
2858
|
type TextType = typeof Text$1 & {
|
|
2850
2859
|
formatted: typeof FormattedText;
|
|
2851
2860
|
numeral: typeof Numeral;
|
|
2852
2861
|
gradient: typeof GradientText;
|
|
2862
|
+
roi: typeof NumTypeRoi;
|
|
2863
|
+
pnl: typeof NumTypePnl;
|
|
2864
|
+
notional: typeof NumTypeNotional;
|
|
2865
|
+
assetValue: typeof NumTypeAssetValue;
|
|
2866
|
+
collateral: typeof NumTypeCollateral;
|
|
2853
2867
|
};
|
|
2854
2868
|
declare const Text: TextType;
|
|
2855
2869
|
|
|
@@ -2994,7 +3008,7 @@ interface BaseInputProps<T = string> extends Omit<InputHTMLAttributes<HTMLInputE
|
|
|
2994
3008
|
fixClassName?: string;
|
|
2995
3009
|
helpText?: string;
|
|
2996
3010
|
loading?: boolean;
|
|
2997
|
-
inputMode?: "decimal" | "numeric";
|
|
3011
|
+
inputMode?: "decimal" | "numeric" | "amount";
|
|
2998
3012
|
containerClassName?: string;
|
|
2999
3013
|
formatters?: InputFormatter[];
|
|
3000
3014
|
onValueChange?: (value: T) => void;
|
|
@@ -3377,8 +3391,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3377
3391
|
label: string;
|
|
3378
3392
|
input: never[];
|
|
3379
3393
|
}, undefined, {
|
|
3380
|
-
responsiveVariants?: boolean |
|
|
3381
|
-
direction?: boolean |
|
|
3394
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3395
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3382
3396
|
} | undefined;
|
|
3383
3397
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3384
3398
|
twMergeConfig: {
|
|
@@ -3595,10 +3609,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3595
3609
|
lg: string;
|
|
3596
3610
|
};
|
|
3597
3611
|
}, 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", {
|
|
3598
|
-
responsiveVariants?: boolean |
|
|
3599
|
-
color?: boolean |
|
|
3600
|
-
size?: boolean |
|
|
3601
|
-
variant?: boolean |
|
|
3612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3613
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3614
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3615
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3602
3616
|
} | undefined;
|
|
3603
3617
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3604
3618
|
twMergeConfig: {
|
|
@@ -3758,7 +3772,6 @@ type Column<RecordType extends unknown = any> = {
|
|
|
3758
3772
|
dataIndex: string;
|
|
3759
3773
|
className?: string | ((record: RecordType, index: number) => string);
|
|
3760
3774
|
align?: "left" | "center" | "right";
|
|
3761
|
-
exportable?: boolean;
|
|
3762
3775
|
onSort?: boolean | ((r1: RecordType, r2: RecordType, sortOrder?: SortOrder) => number);
|
|
3763
3776
|
multiSort?: {
|
|
3764
3777
|
fields: MultiSortField[];
|
|
@@ -3789,6 +3802,8 @@ type PaginationMeta = {
|
|
|
3789
3802
|
pageTotal?: number;
|
|
3790
3803
|
onPageChange?: (page: number) => void;
|
|
3791
3804
|
onPageSizeChange?: (pageSize: number) => void;
|
|
3805
|
+
generatePageNumbers?: (currentPage: number, totalPages: number) => (number | string)[];
|
|
3806
|
+
hideRowsPerPage?: boolean;
|
|
3792
3807
|
};
|
|
3793
3808
|
type DataTableClassNames = {
|
|
3794
3809
|
root?: string;
|
|
@@ -4120,11 +4135,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4120
4135
|
sell: string;
|
|
4121
4136
|
};
|
|
4122
4137
|
}, 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", {
|
|
4123
|
-
responsiveVariants?: boolean |
|
|
4124
|
-
color?: boolean |
|
|
4125
|
-
size?: boolean |
|
|
4126
|
-
disabled?: boolean |
|
|
4127
|
-
fullWidth?: boolean |
|
|
4138
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4139
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4140
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4141
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4142
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4128
4143
|
} | undefined;
|
|
4129
4144
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4130
4145
|
twMergeConfig: {
|
|
@@ -4385,8 +4400,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4385
4400
|
bar: string[];
|
|
4386
4401
|
tumb: string;
|
|
4387
4402
|
}, undefined, {
|
|
4388
|
-
responsiveVariants?: boolean |
|
|
4389
|
-
orientation?: boolean |
|
|
4403
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4404
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4390
4405
|
} | undefined;
|
|
4391
4406
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4392
4407
|
twMergeConfig: {
|
|
@@ -5489,12 +5504,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5489
5504
|
10: string;
|
|
5490
5505
|
};
|
|
5491
5506
|
}, undefined, string[], {
|
|
5492
|
-
responsiveVariants?: boolean |
|
|
5493
|
-
mx?: boolean |
|
|
5494
|
-
my?: boolean |
|
|
5495
|
-
intensity?: boolean |
|
|
5496
|
-
direction?: boolean |
|
|
5497
|
-
lineStyle?: boolean |
|
|
5507
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5508
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5509
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5510
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5511
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5512
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5498
5513
|
} | undefined;
|
|
5499
5514
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5500
5515
|
twMergeConfig: {
|
|
@@ -5653,12 +5668,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5653
5668
|
10: string;
|
|
5654
5669
|
};
|
|
5655
5670
|
}, undefined, string[], {
|
|
5656
|
-
responsiveVariants?: boolean |
|
|
5657
|
-
mx?: boolean |
|
|
5658
|
-
my?: boolean |
|
|
5659
|
-
intensity?: boolean |
|
|
5660
|
-
direction?: boolean |
|
|
5661
|
-
lineStyle?: boolean |
|
|
5671
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5672
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5673
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5674
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5675
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5676
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5662
5677
|
} | undefined;
|
|
5663
5678
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5664
5679
|
twMergeConfig: {
|
|
@@ -5810,9 +5825,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5810
5825
|
trigger: string[];
|
|
5811
5826
|
icon: string[];
|
|
5812
5827
|
}, undefined, {
|
|
5813
|
-
responsiveVariants?: boolean |
|
|
5814
|
-
size?: boolean |
|
|
5815
|
-
variant?: boolean |
|
|
5828
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5829
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5830
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5816
5831
|
} | undefined;
|
|
5817
5832
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5818
5833
|
twMergeConfig: {
|
|
@@ -5926,9 +5941,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5926
5941
|
trigger: string[];
|
|
5927
5942
|
icon: string[];
|
|
5928
5943
|
}, undefined, {
|
|
5929
|
-
responsiveVariants?: boolean |
|
|
5930
|
-
size?: boolean |
|
|
5931
|
-
variant?: boolean |
|
|
5944
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5945
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5946
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5932
5947
|
} | undefined;
|
|
5933
5948
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5934
5949
|
twMergeConfig: {
|
|
@@ -6041,9 +6056,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6041
6056
|
trigger: string[];
|
|
6042
6057
|
icon: string[];
|
|
6043
6058
|
}, undefined, {
|
|
6044
|
-
responsiveVariants?: boolean |
|
|
6045
|
-
size?: boolean |
|
|
6046
|
-
variant?: boolean |
|
|
6059
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6060
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6061
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6047
6062
|
} | undefined;
|
|
6048
6063
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6049
6064
|
twMergeConfig: {
|
|
@@ -6159,9 +6174,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6159
6174
|
trigger: string[];
|
|
6160
6175
|
icon: string[];
|
|
6161
6176
|
}, undefined, {
|
|
6162
|
-
responsiveVariants?: boolean |
|
|
6163
|
-
size?: boolean |
|
|
6164
|
-
variant?: boolean |
|
|
6177
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6178
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6179
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6165
6180
|
} | undefined;
|
|
6166
6181
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6167
6182
|
twMergeConfig: {
|
|
@@ -6294,6 +6309,8 @@ type PaginationProps = {
|
|
|
6294
6309
|
paginationNext?: string;
|
|
6295
6310
|
paginationEllipsis?: string;
|
|
6296
6311
|
};
|
|
6312
|
+
hideRowsPerPage?: boolean;
|
|
6313
|
+
generatePageNumbers?: (currentPage: number, totalPages: number) => (number | string)[];
|
|
6297
6314
|
};
|
|
6298
6315
|
declare const PaginationItems: (props: Omit<PaginationProps, "onPageSizeChange">) => react_jsx_runtime.JSX.Element | null;
|
|
6299
6316
|
|
|
@@ -6328,8 +6345,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6328
6345
|
image: string;
|
|
6329
6346
|
fallback: string;
|
|
6330
6347
|
}, undefined, {
|
|
6331
|
-
responsiveVariants?: boolean |
|
|
6332
|
-
size?: boolean |
|
|
6348
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6349
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6333
6350
|
} | undefined;
|
|
6334
6351
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6335
6352
|
twMergeConfig: {
|
|
@@ -6455,8 +6472,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6455
6472
|
image: string;
|
|
6456
6473
|
fallback: string;
|
|
6457
6474
|
}, undefined, {
|
|
6458
|
-
responsiveVariants?: boolean |
|
|
6459
|
-
size?: boolean |
|
|
6475
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6476
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6460
6477
|
} | undefined;
|
|
6461
6478
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6462
6479
|
twMergeConfig: {
|
|
@@ -6589,8 +6606,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6589
6606
|
image: string;
|
|
6590
6607
|
fallback: string;
|
|
6591
6608
|
}, undefined, {
|
|
6592
|
-
responsiveVariants?: boolean |
|
|
6593
|
-
size?: boolean |
|
|
6609
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6610
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6594
6611
|
} | undefined;
|
|
6595
6612
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6596
6613
|
twMergeConfig: {
|
|
@@ -6734,11 +6751,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6734
6751
|
item: string[];
|
|
6735
6752
|
tag: string;
|
|
6736
6753
|
}, undefined, {
|
|
6737
|
-
responsiveVariants?: boolean |
|
|
6738
|
-
position?: boolean |
|
|
6739
|
-
size?: boolean |
|
|
6740
|
-
error?: boolean |
|
|
6741
|
-
variant?: boolean |
|
|
6754
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6755
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6756
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6757
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6758
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6742
6759
|
} | undefined;
|
|
6743
6760
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6744
6761
|
twMergeConfig: {
|
|
@@ -7037,7 +7054,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7037
7054
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7038
7055
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7039
7056
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7040
|
-
responsiveVariants?: boolean |
|
|
7057
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7041
7058
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7042
7059
|
twMergeConfig: {
|
|
7043
7060
|
prefix: string;
|
|
@@ -7096,12 +7113,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7096
7113
|
16: string;
|
|
7097
7114
|
};
|
|
7098
7115
|
}, undefined, string[], {
|
|
7099
|
-
responsiveVariants?: boolean |
|
|
7100
|
-
borderColor?: boolean |
|
|
7101
|
-
border?: boolean |
|
|
7102
|
-
r?: boolean |
|
|
7103
|
-
gradient?: boolean |
|
|
7104
|
-
intensity?: boolean |
|
|
7116
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7117
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7118
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7119
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7120
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7121
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7105
7122
|
} | undefined;
|
|
7106
7123
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7107
7124
|
twMergeConfig: {
|
|
@@ -7315,12 +7332,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7315
7332
|
16: string;
|
|
7316
7333
|
};
|
|
7317
7334
|
}, undefined, string[], {
|
|
7318
|
-
responsiveVariants?: boolean |
|
|
7319
|
-
borderColor?: boolean |
|
|
7320
|
-
border?: boolean |
|
|
7321
|
-
r?: boolean |
|
|
7322
|
-
gradient?: boolean |
|
|
7323
|
-
intensity?: boolean |
|
|
7335
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7336
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7337
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7338
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7339
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7340
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7324
7341
|
} | undefined;
|
|
7325
7342
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7326
7343
|
twMergeConfig: {
|
|
@@ -7557,8 +7574,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7557
7574
|
mark: string;
|
|
7558
7575
|
tips: string[];
|
|
7559
7576
|
}, undefined, {
|
|
7560
|
-
responsiveVariants?: boolean |
|
|
7561
|
-
color?: boolean |
|
|
7577
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7578
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7562
7579
|
} | undefined;
|
|
7563
7580
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7564
7581
|
twMergeConfig: {
|
|
@@ -7722,8 +7739,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7722
7739
|
mark: string;
|
|
7723
7740
|
tips: string[];
|
|
7724
7741
|
}, undefined, {
|
|
7725
|
-
responsiveVariants?: boolean |
|
|
7726
|
-
color?: boolean |
|
|
7742
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7743
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7727
7744
|
} | undefined;
|
|
7728
7745
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7729
7746
|
twMergeConfig: {
|
|
@@ -7876,7 +7893,7 @@ declare const ToastTile: (props: {
|
|
|
7876
7893
|
};
|
|
7877
7894
|
}) => react_jsx_runtime.JSX.Element;
|
|
7878
7895
|
|
|
7879
|
-
interface ListViewProps<T, D
|
|
7896
|
+
interface ListViewProps<T, D> {
|
|
7880
7897
|
dataSource: T[] | null | undefined;
|
|
7881
7898
|
renderItem: (item: T, index: number, extraData?: D) => React__default.ReactNode;
|
|
7882
7899
|
className?: string;
|
|
@@ -8310,6 +8327,7 @@ declare const iconVariants: tailwind_variants.TVReturnType<{
|
|
|
8310
8327
|
}>, unknown, unknown, undefined>>;
|
|
8311
8328
|
interface BaseIconProps extends ComponentPropsWithout<"svg", RemovedProps>, VariantProps<typeof iconVariants> {
|
|
8312
8329
|
size?: number;
|
|
8330
|
+
viewBox?: string;
|
|
8313
8331
|
opacity?: number;
|
|
8314
8332
|
}
|
|
8315
8333
|
declare const BaseIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8400,8 +8418,20 @@ declare const BarChartIcon: () => react_jsx_runtime.JSX.Element;
|
|
|
8400
8418
|
|
|
8401
8419
|
declare const BattleIcon: () => react_jsx_runtime.JSX.Element;
|
|
8402
8420
|
|
|
8421
|
+
declare const BattleActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8422
|
+
|
|
8423
|
+
declare const BattleInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8424
|
+
|
|
8425
|
+
declare const BattleSolidActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8426
|
+
|
|
8427
|
+
declare const BattleSolidInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8428
|
+
|
|
8403
8429
|
declare const FeeTierIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8404
8430
|
|
|
8431
|
+
declare const EarnActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8432
|
+
|
|
8433
|
+
declare const EarnInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8434
|
+
|
|
8405
8435
|
declare const EditIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8406
8436
|
|
|
8407
8437
|
declare const EyeIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8464,6 +8494,20 @@ declare const MarketsActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX
|
|
|
8464
8494
|
|
|
8465
8495
|
declare const MarketsInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8466
8496
|
|
|
8497
|
+
declare const StarChildChatActiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8498
|
+
|
|
8499
|
+
declare const StarChildChatInactiveIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8500
|
+
|
|
8501
|
+
declare const CloseRoundFillIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8502
|
+
|
|
8503
|
+
declare const SelectedChoicesFillIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8504
|
+
|
|
8505
|
+
declare const PopupUnionIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8506
|
+
|
|
8507
|
+
declare const SpotIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8508
|
+
|
|
8509
|
+
declare const PerpsIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8510
|
+
|
|
8467
8511
|
declare function EmptyStateIcon(): react_jsx_runtime.JSX.Element;
|
|
8468
8512
|
|
|
8469
8513
|
declare const VectorIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
@@ -8482,6 +8526,18 @@ declare const VaultsIcon: React__default.ForwardRefExoticComponent<BaseIconProps
|
|
|
8482
8526
|
|
|
8483
8527
|
declare const LeftNavVaultsIcon: React$1.ForwardRefExoticComponent<BaseIconProps & React$1.RefAttributes<SVGSVGElement>>;
|
|
8484
8528
|
|
|
8529
|
+
declare const NewsFillIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8530
|
+
|
|
8531
|
+
declare const BellIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8532
|
+
|
|
8533
|
+
declare const WoofiStakeIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8534
|
+
|
|
8535
|
+
declare const EarnIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8536
|
+
|
|
8537
|
+
declare const ReferralSolidIcon: (props: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
8538
|
+
|
|
8539
|
+
declare const AddCircleIcon: React__default.ForwardRefExoticComponent<BaseIconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
8540
|
+
|
|
8485
8541
|
type IconType = typeof BaseIcon & {
|
|
8486
8542
|
combine: typeof CombineIcon;
|
|
8487
8543
|
};
|
|
@@ -8662,6 +8718,19 @@ declare function useObserverElement<T extends HTMLElement>(element: T | null, ca
|
|
|
8662
8718
|
*/
|
|
8663
8719
|
declare function useCanLinkDevice(): boolean;
|
|
8664
8720
|
|
|
8721
|
+
interface LongPressHandlers {
|
|
8722
|
+
onMouseDown: (e: React.MouseEvent) => void;
|
|
8723
|
+
onMouseUp: () => void;
|
|
8724
|
+
onMouseMove: (e: React.MouseEvent) => void;
|
|
8725
|
+
onMouseLeave: () => void;
|
|
8726
|
+
onContextMenu: (e: React.MouseEvent) => void;
|
|
8727
|
+
onTouchStart: (e: React.TouchEvent) => void;
|
|
8728
|
+
onTouchEnd: () => void;
|
|
8729
|
+
onTouchMove: (e: React.TouchEvent) => void;
|
|
8730
|
+
onTouchCancel: () => void;
|
|
8731
|
+
}
|
|
8732
|
+
declare function useLongPress(callback: () => void, longPressTime?: number): LongPressHandlers;
|
|
8733
|
+
|
|
8665
8734
|
declare const localeValues: {
|
|
8666
8735
|
readonly locale: string;
|
|
8667
8736
|
readonly dialog: {
|
|
@@ -8724,4 +8793,316 @@ type ScrollIndicatorProps = {
|
|
|
8724
8793
|
};
|
|
8725
8794
|
declare const ScrollIndicator: FC<ScrollIndicatorProps>;
|
|
8726
8795
|
|
|
8727
|
-
|
|
8796
|
+
declare const dotStatusVariants: tailwind_variants.TVReturnType<{
|
|
8797
|
+
color: {
|
|
8798
|
+
primary: {
|
|
8799
|
+
dot: string;
|
|
8800
|
+
label: string;
|
|
8801
|
+
};
|
|
8802
|
+
warning: {
|
|
8803
|
+
dot: string;
|
|
8804
|
+
label: string;
|
|
8805
|
+
};
|
|
8806
|
+
profit: {
|
|
8807
|
+
dot: string;
|
|
8808
|
+
label: string;
|
|
8809
|
+
};
|
|
8810
|
+
loss: {
|
|
8811
|
+
dot: string;
|
|
8812
|
+
label: string;
|
|
8813
|
+
};
|
|
8814
|
+
secondary: {
|
|
8815
|
+
dot: string;
|
|
8816
|
+
label: string;
|
|
8817
|
+
};
|
|
8818
|
+
};
|
|
8819
|
+
size: {
|
|
8820
|
+
xs: {
|
|
8821
|
+
dot: string;
|
|
8822
|
+
label: string;
|
|
8823
|
+
};
|
|
8824
|
+
sm: {
|
|
8825
|
+
dot: string;
|
|
8826
|
+
label: string;
|
|
8827
|
+
};
|
|
8828
|
+
md: {
|
|
8829
|
+
dot: string;
|
|
8830
|
+
label: string;
|
|
8831
|
+
};
|
|
8832
|
+
lg: {
|
|
8833
|
+
dot: string;
|
|
8834
|
+
label: string;
|
|
8835
|
+
};
|
|
8836
|
+
};
|
|
8837
|
+
}, {
|
|
8838
|
+
root: string;
|
|
8839
|
+
dot: string;
|
|
8840
|
+
label: string;
|
|
8841
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8842
|
+
color: {
|
|
8843
|
+
primary: {
|
|
8844
|
+
dot: string;
|
|
8845
|
+
label: string;
|
|
8846
|
+
};
|
|
8847
|
+
warning: {
|
|
8848
|
+
dot: string;
|
|
8849
|
+
label: string;
|
|
8850
|
+
};
|
|
8851
|
+
profit: {
|
|
8852
|
+
dot: string;
|
|
8853
|
+
label: string;
|
|
8854
|
+
};
|
|
8855
|
+
loss: {
|
|
8856
|
+
dot: string;
|
|
8857
|
+
label: string;
|
|
8858
|
+
};
|
|
8859
|
+
secondary: {
|
|
8860
|
+
dot: string;
|
|
8861
|
+
label: string;
|
|
8862
|
+
};
|
|
8863
|
+
};
|
|
8864
|
+
size: {
|
|
8865
|
+
xs: {
|
|
8866
|
+
dot: string;
|
|
8867
|
+
label: string;
|
|
8868
|
+
};
|
|
8869
|
+
sm: {
|
|
8870
|
+
dot: string;
|
|
8871
|
+
label: string;
|
|
8872
|
+
};
|
|
8873
|
+
md: {
|
|
8874
|
+
dot: string;
|
|
8875
|
+
label: string;
|
|
8876
|
+
};
|
|
8877
|
+
lg: {
|
|
8878
|
+
dot: string;
|
|
8879
|
+
label: string;
|
|
8880
|
+
};
|
|
8881
|
+
};
|
|
8882
|
+
}, {
|
|
8883
|
+
color: {
|
|
8884
|
+
primary: {
|
|
8885
|
+
dot: string;
|
|
8886
|
+
label: string;
|
|
8887
|
+
};
|
|
8888
|
+
warning: {
|
|
8889
|
+
dot: string;
|
|
8890
|
+
label: string;
|
|
8891
|
+
};
|
|
8892
|
+
profit: {
|
|
8893
|
+
dot: string;
|
|
8894
|
+
label: string;
|
|
8895
|
+
};
|
|
8896
|
+
loss: {
|
|
8897
|
+
dot: string;
|
|
8898
|
+
label: string;
|
|
8899
|
+
};
|
|
8900
|
+
secondary: {
|
|
8901
|
+
dot: string;
|
|
8902
|
+
label: string;
|
|
8903
|
+
};
|
|
8904
|
+
};
|
|
8905
|
+
size: {
|
|
8906
|
+
xs: {
|
|
8907
|
+
dot: string;
|
|
8908
|
+
label: string;
|
|
8909
|
+
};
|
|
8910
|
+
sm: {
|
|
8911
|
+
dot: string;
|
|
8912
|
+
label: string;
|
|
8913
|
+
};
|
|
8914
|
+
md: {
|
|
8915
|
+
dot: string;
|
|
8916
|
+
label: string;
|
|
8917
|
+
};
|
|
8918
|
+
lg: {
|
|
8919
|
+
dot: string;
|
|
8920
|
+
label: string;
|
|
8921
|
+
};
|
|
8922
|
+
};
|
|
8923
|
+
}>, {
|
|
8924
|
+
color: {
|
|
8925
|
+
primary: {
|
|
8926
|
+
dot: string;
|
|
8927
|
+
label: string;
|
|
8928
|
+
};
|
|
8929
|
+
warning: {
|
|
8930
|
+
dot: string;
|
|
8931
|
+
label: string;
|
|
8932
|
+
};
|
|
8933
|
+
profit: {
|
|
8934
|
+
dot: string;
|
|
8935
|
+
label: string;
|
|
8936
|
+
};
|
|
8937
|
+
loss: {
|
|
8938
|
+
dot: string;
|
|
8939
|
+
label: string;
|
|
8940
|
+
};
|
|
8941
|
+
secondary: {
|
|
8942
|
+
dot: string;
|
|
8943
|
+
label: string;
|
|
8944
|
+
};
|
|
8945
|
+
};
|
|
8946
|
+
size: {
|
|
8947
|
+
xs: {
|
|
8948
|
+
dot: string;
|
|
8949
|
+
label: string;
|
|
8950
|
+
};
|
|
8951
|
+
sm: {
|
|
8952
|
+
dot: string;
|
|
8953
|
+
label: string;
|
|
8954
|
+
};
|
|
8955
|
+
md: {
|
|
8956
|
+
dot: string;
|
|
8957
|
+
label: string;
|
|
8958
|
+
};
|
|
8959
|
+
lg: {
|
|
8960
|
+
dot: string;
|
|
8961
|
+
label: string;
|
|
8962
|
+
};
|
|
8963
|
+
};
|
|
8964
|
+
}, {
|
|
8965
|
+
root: string;
|
|
8966
|
+
dot: string;
|
|
8967
|
+
label: string;
|
|
8968
|
+
}, tailwind_variants.TVReturnType<{
|
|
8969
|
+
color: {
|
|
8970
|
+
primary: {
|
|
8971
|
+
dot: string;
|
|
8972
|
+
label: string;
|
|
8973
|
+
};
|
|
8974
|
+
warning: {
|
|
8975
|
+
dot: string;
|
|
8976
|
+
label: string;
|
|
8977
|
+
};
|
|
8978
|
+
profit: {
|
|
8979
|
+
dot: string;
|
|
8980
|
+
label: string;
|
|
8981
|
+
};
|
|
8982
|
+
loss: {
|
|
8983
|
+
dot: string;
|
|
8984
|
+
label: string;
|
|
8985
|
+
};
|
|
8986
|
+
secondary: {
|
|
8987
|
+
dot: string;
|
|
8988
|
+
label: string;
|
|
8989
|
+
};
|
|
8990
|
+
};
|
|
8991
|
+
size: {
|
|
8992
|
+
xs: {
|
|
8993
|
+
dot: string;
|
|
8994
|
+
label: string;
|
|
8995
|
+
};
|
|
8996
|
+
sm: {
|
|
8997
|
+
dot: string;
|
|
8998
|
+
label: string;
|
|
8999
|
+
};
|
|
9000
|
+
md: {
|
|
9001
|
+
dot: string;
|
|
9002
|
+
label: string;
|
|
9003
|
+
};
|
|
9004
|
+
lg: {
|
|
9005
|
+
dot: string;
|
|
9006
|
+
label: string;
|
|
9007
|
+
};
|
|
9008
|
+
};
|
|
9009
|
+
}, {
|
|
9010
|
+
root: string;
|
|
9011
|
+
dot: string;
|
|
9012
|
+
label: string;
|
|
9013
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
9014
|
+
color: {
|
|
9015
|
+
primary: {
|
|
9016
|
+
dot: string;
|
|
9017
|
+
label: string;
|
|
9018
|
+
};
|
|
9019
|
+
warning: {
|
|
9020
|
+
dot: string;
|
|
9021
|
+
label: string;
|
|
9022
|
+
};
|
|
9023
|
+
profit: {
|
|
9024
|
+
dot: string;
|
|
9025
|
+
label: string;
|
|
9026
|
+
};
|
|
9027
|
+
loss: {
|
|
9028
|
+
dot: string;
|
|
9029
|
+
label: string;
|
|
9030
|
+
};
|
|
9031
|
+
secondary: {
|
|
9032
|
+
dot: string;
|
|
9033
|
+
label: string;
|
|
9034
|
+
};
|
|
9035
|
+
};
|
|
9036
|
+
size: {
|
|
9037
|
+
xs: {
|
|
9038
|
+
dot: string;
|
|
9039
|
+
label: string;
|
|
9040
|
+
};
|
|
9041
|
+
sm: {
|
|
9042
|
+
dot: string;
|
|
9043
|
+
label: string;
|
|
9044
|
+
};
|
|
9045
|
+
md: {
|
|
9046
|
+
dot: string;
|
|
9047
|
+
label: string;
|
|
9048
|
+
};
|
|
9049
|
+
lg: {
|
|
9050
|
+
dot: string;
|
|
9051
|
+
label: string;
|
|
9052
|
+
};
|
|
9053
|
+
};
|
|
9054
|
+
}, {
|
|
9055
|
+
color: {
|
|
9056
|
+
primary: {
|
|
9057
|
+
dot: string;
|
|
9058
|
+
label: string;
|
|
9059
|
+
};
|
|
9060
|
+
warning: {
|
|
9061
|
+
dot: string;
|
|
9062
|
+
label: string;
|
|
9063
|
+
};
|
|
9064
|
+
profit: {
|
|
9065
|
+
dot: string;
|
|
9066
|
+
label: string;
|
|
9067
|
+
};
|
|
9068
|
+
loss: {
|
|
9069
|
+
dot: string;
|
|
9070
|
+
label: string;
|
|
9071
|
+
};
|
|
9072
|
+
secondary: {
|
|
9073
|
+
dot: string;
|
|
9074
|
+
label: string;
|
|
9075
|
+
};
|
|
9076
|
+
};
|
|
9077
|
+
size: {
|
|
9078
|
+
xs: {
|
|
9079
|
+
dot: string;
|
|
9080
|
+
label: string;
|
|
9081
|
+
};
|
|
9082
|
+
sm: {
|
|
9083
|
+
dot: string;
|
|
9084
|
+
label: string;
|
|
9085
|
+
};
|
|
9086
|
+
md: {
|
|
9087
|
+
dot: string;
|
|
9088
|
+
label: string;
|
|
9089
|
+
};
|
|
9090
|
+
lg: {
|
|
9091
|
+
dot: string;
|
|
9092
|
+
label: string;
|
|
9093
|
+
};
|
|
9094
|
+
};
|
|
9095
|
+
}>, unknown, unknown, undefined>>;
|
|
9096
|
+
declare const DotStatus: {
|
|
9097
|
+
(props: VariantProps<typeof dotStatusVariants> & {
|
|
9098
|
+
label?: string;
|
|
9099
|
+
classNames?: {
|
|
9100
|
+
root?: string;
|
|
9101
|
+
dot?: string;
|
|
9102
|
+
label?: string;
|
|
9103
|
+
};
|
|
9104
|
+
}): react_jsx_runtime.JSX.Element;
|
|
9105
|
+
displayName: string;
|
|
9106
|
+
};
|
|
9107
|
+
|
|
9108
|
+
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, type CSVColumn, type CSVExportOptions, 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, 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, dotStatusVariants, downloadCSVFile, exportToCSV, formatAddress, generateCSVContent, generateCSVData, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useCanLinkDevice, useLocale, useLongPress, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|