@orderly.network/ui 2.7.4-alpha.1 → 2.7.4
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.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,6 @@ export { VariantProps, cnBase as cn } from 'tailwind-variants';
|
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { FC, ReactNode, InputHTMLAttributes, PropsWithChildren, HTMLAttributes, ElementRef, ReactElement, SelectHTMLAttributes, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, ForwardedRef, SVGProps, ComponentType } from 'react';
|
|
6
6
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
7
|
-
import * as tailwind_variants_dist_generated from 'tailwind-variants/dist/generated';
|
|
8
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
8
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
10
9
|
import { TooltipContentProps } from '@radix-ui/react-tooltip';
|
|
@@ -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: {
|
|
@@ -2478,8 +2477,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2478
2477
|
label: string;
|
|
2479
2478
|
value: string;
|
|
2480
2479
|
}, undefined, {
|
|
2481
|
-
responsiveVariants?: boolean |
|
|
2482
|
-
align?: boolean |
|
|
2480
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2481
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2483
2482
|
} | undefined;
|
|
2484
2483
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2485
2484
|
twMergeConfig: {
|
|
@@ -2544,8 +2543,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2544
2543
|
label: string;
|
|
2545
2544
|
value: string;
|
|
2546
2545
|
}, undefined, {
|
|
2547
|
-
responsiveVariants?: boolean |
|
|
2548
|
-
align?: boolean |
|
|
2546
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2547
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2549
2548
|
} | undefined;
|
|
2550
2549
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2551
2550
|
twMergeConfig: {
|
|
@@ -2610,8 +2609,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2610
2609
|
label: string;
|
|
2611
2610
|
value: string;
|
|
2612
2611
|
}, undefined, {
|
|
2613
|
-
responsiveVariants?: boolean |
|
|
2614
|
-
align?: boolean |
|
|
2612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2613
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2615
2614
|
} | undefined;
|
|
2616
2615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2617
2616
|
twMergeConfig: {
|
|
@@ -2733,8 +2732,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2733
2732
|
inherit: string;
|
|
2734
2733
|
};
|
|
2735
2734
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2736
|
-
responsiveVariants?: boolean |
|
|
2737
|
-
color?: boolean |
|
|
2735
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2736
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2738
2737
|
} | undefined;
|
|
2739
2738
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2740
2739
|
twMergeConfig: {
|
|
@@ -2792,8 +2791,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2792
2791
|
inherit: string;
|
|
2793
2792
|
};
|
|
2794
2793
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2795
|
-
responsiveVariants?: boolean |
|
|
2796
|
-
color?: boolean |
|
|
2794
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2795
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2797
2796
|
} | undefined;
|
|
2798
2797
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2799
2798
|
twMergeConfig: {
|
|
@@ -3384,8 +3383,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3384
3383
|
label: string;
|
|
3385
3384
|
input: never[];
|
|
3386
3385
|
}, undefined, {
|
|
3387
|
-
responsiveVariants?: boolean |
|
|
3388
|
-
direction?: boolean |
|
|
3386
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3387
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3389
3388
|
} | undefined;
|
|
3390
3389
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3391
3390
|
twMergeConfig: {
|
|
@@ -3602,10 +3601,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3602
3601
|
lg: string;
|
|
3603
3602
|
};
|
|
3604
3603
|
}, 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", {
|
|
3605
|
-
responsiveVariants?: boolean |
|
|
3606
|
-
size?: boolean |
|
|
3607
|
-
color?: boolean |
|
|
3608
|
-
variant?: boolean |
|
|
3604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3605
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3606
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3607
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3609
3608
|
} | undefined;
|
|
3610
3609
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3611
3610
|
twMergeConfig: {
|
|
@@ -4126,11 +4125,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4126
4125
|
sell: string;
|
|
4127
4126
|
};
|
|
4128
4127
|
}, 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", {
|
|
4129
|
-
responsiveVariants?: boolean |
|
|
4130
|
-
size?: boolean |
|
|
4131
|
-
color?: boolean |
|
|
4132
|
-
disabled?: boolean |
|
|
4133
|
-
fullWidth?: boolean |
|
|
4128
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4129
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4130
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4131
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4132
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4134
4133
|
} | undefined;
|
|
4135
4134
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4136
4135
|
twMergeConfig: {
|
|
@@ -4342,8 +4341,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4342
4341
|
bar: string[];
|
|
4343
4342
|
tumb: string;
|
|
4344
4343
|
}, undefined, {
|
|
4345
|
-
responsiveVariants?: boolean |
|
|
4346
|
-
orientation?: boolean |
|
|
4344
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4345
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4347
4346
|
} | undefined;
|
|
4348
4347
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4349
4348
|
twMergeConfig: {
|
|
@@ -5446,12 +5445,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5446
5445
|
10: string;
|
|
5447
5446
|
};
|
|
5448
5447
|
}, undefined, string[], {
|
|
5449
|
-
responsiveVariants?: boolean |
|
|
5450
|
-
mx?: boolean |
|
|
5451
|
-
my?: boolean |
|
|
5452
|
-
intensity?: boolean |
|
|
5453
|
-
direction?: boolean |
|
|
5454
|
-
lineStyle?: boolean |
|
|
5448
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5449
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5450
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5451
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5452
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5453
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5455
5454
|
} | undefined;
|
|
5456
5455
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5457
5456
|
twMergeConfig: {
|
|
@@ -5610,12 +5609,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5610
5609
|
10: string;
|
|
5611
5610
|
};
|
|
5612
5611
|
}, undefined, string[], {
|
|
5613
|
-
responsiveVariants?: boolean |
|
|
5614
|
-
mx?: boolean |
|
|
5615
|
-
my?: boolean |
|
|
5616
|
-
intensity?: boolean |
|
|
5617
|
-
direction?: boolean |
|
|
5618
|
-
lineStyle?: boolean |
|
|
5612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5613
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5614
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5615
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5616
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5617
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5619
5618
|
} | undefined;
|
|
5620
5619
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5621
5620
|
twMergeConfig: {
|
|
@@ -5767,9 +5766,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5767
5766
|
trigger: string[];
|
|
5768
5767
|
icon: string[];
|
|
5769
5768
|
}, undefined, {
|
|
5770
|
-
responsiveVariants?: boolean |
|
|
5771
|
-
size?: boolean |
|
|
5772
|
-
variant?: boolean |
|
|
5769
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5770
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5771
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5773
5772
|
} | undefined;
|
|
5774
5773
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5775
5774
|
twMergeConfig: {
|
|
@@ -5883,9 +5882,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5883
5882
|
trigger: string[];
|
|
5884
5883
|
icon: string[];
|
|
5885
5884
|
}, undefined, {
|
|
5886
|
-
responsiveVariants?: boolean |
|
|
5887
|
-
size?: boolean |
|
|
5888
|
-
variant?: boolean |
|
|
5885
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5886
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5887
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5889
5888
|
} | undefined;
|
|
5890
5889
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5891
5890
|
twMergeConfig: {
|
|
@@ -5998,9 +5997,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5998
5997
|
trigger: string[];
|
|
5999
5998
|
icon: string[];
|
|
6000
5999
|
}, undefined, {
|
|
6001
|
-
responsiveVariants?: boolean |
|
|
6002
|
-
size?: boolean |
|
|
6003
|
-
variant?: boolean |
|
|
6000
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6001
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6002
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6004
6003
|
} | undefined;
|
|
6005
6004
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6006
6005
|
twMergeConfig: {
|
|
@@ -6116,9 +6115,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6116
6115
|
trigger: string[];
|
|
6117
6116
|
icon: string[];
|
|
6118
6117
|
}, undefined, {
|
|
6119
|
-
responsiveVariants?: boolean |
|
|
6120
|
-
size?: boolean |
|
|
6121
|
-
variant?: boolean |
|
|
6118
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6119
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6120
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6122
6121
|
} | undefined;
|
|
6123
6122
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6124
6123
|
twMergeConfig: {
|
|
@@ -6285,8 +6284,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6285
6284
|
image: string;
|
|
6286
6285
|
fallback: string;
|
|
6287
6286
|
}, undefined, {
|
|
6288
|
-
responsiveVariants?: boolean |
|
|
6289
|
-
size?: boolean |
|
|
6287
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6288
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6290
6289
|
} | undefined;
|
|
6291
6290
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6292
6291
|
twMergeConfig: {
|
|
@@ -6412,8 +6411,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6412
6411
|
image: string;
|
|
6413
6412
|
fallback: string;
|
|
6414
6413
|
}, undefined, {
|
|
6415
|
-
responsiveVariants?: boolean |
|
|
6416
|
-
size?: boolean |
|
|
6414
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6415
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6417
6416
|
} | undefined;
|
|
6418
6417
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6419
6418
|
twMergeConfig: {
|
|
@@ -6546,8 +6545,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6546
6545
|
image: string;
|
|
6547
6546
|
fallback: string;
|
|
6548
6547
|
}, undefined, {
|
|
6549
|
-
responsiveVariants?: boolean |
|
|
6550
|
-
size?: boolean |
|
|
6548
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6549
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6551
6550
|
} | undefined;
|
|
6552
6551
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6553
6552
|
twMergeConfig: {
|
|
@@ -6691,11 +6690,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6691
6690
|
item: string[];
|
|
6692
6691
|
tag: string;
|
|
6693
6692
|
}, undefined, {
|
|
6694
|
-
responsiveVariants?: boolean |
|
|
6695
|
-
position?: boolean |
|
|
6696
|
-
size?: boolean |
|
|
6697
|
-
variant?: boolean |
|
|
6698
|
-
error?: boolean |
|
|
6693
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6694
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6695
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6696
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6697
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6699
6698
|
} | undefined;
|
|
6700
6699
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6701
6700
|
twMergeConfig: {
|
|
@@ -6994,7 +6993,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6994
6993
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6995
6994
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6996
6995
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6997
|
-
responsiveVariants?: boolean |
|
|
6996
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6998
6997
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6999
6998
|
twMergeConfig: {
|
|
7000
6999
|
prefix: string;
|
|
@@ -7053,12 +7052,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7053
7052
|
16: string;
|
|
7054
7053
|
};
|
|
7055
7054
|
}, undefined, string[], {
|
|
7056
|
-
responsiveVariants?: boolean |
|
|
7057
|
-
borderColor?: boolean |
|
|
7058
|
-
border?: boolean |
|
|
7059
|
-
r?: boolean |
|
|
7060
|
-
gradient?: boolean |
|
|
7061
|
-
intensity?: boolean |
|
|
7055
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7056
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7057
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7058
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7059
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7060
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7062
7061
|
} | undefined;
|
|
7063
7062
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7064
7063
|
twMergeConfig: {
|
|
@@ -7272,12 +7271,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7272
7271
|
16: string;
|
|
7273
7272
|
};
|
|
7274
7273
|
}, undefined, string[], {
|
|
7275
|
-
responsiveVariants?: boolean |
|
|
7276
|
-
borderColor?: boolean |
|
|
7277
|
-
border?: boolean |
|
|
7278
|
-
r?: boolean |
|
|
7279
|
-
gradient?: boolean |
|
|
7280
|
-
intensity?: boolean |
|
|
7274
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7275
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7276
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7277
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7278
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7279
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7281
7280
|
} | undefined;
|
|
7282
7281
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7283
7282
|
twMergeConfig: {
|
|
@@ -7514,8 +7513,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7514
7513
|
mark: string;
|
|
7515
7514
|
tips: string[];
|
|
7516
7515
|
}, undefined, {
|
|
7517
|
-
responsiveVariants?: boolean |
|
|
7518
|
-
color?: boolean |
|
|
7516
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7517
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7519
7518
|
} | undefined;
|
|
7520
7519
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7521
7520
|
twMergeConfig: {
|
|
@@ -7679,8 +7678,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7679
7678
|
mark: string;
|
|
7680
7679
|
tips: string[];
|
|
7681
7680
|
}, undefined, {
|
|
7682
|
-
responsiveVariants?: boolean |
|
|
7683
|
-
color?: boolean |
|
|
7681
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7682
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7684
7683
|
} | undefined;
|
|
7685
7684
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7686
7685
|
twMergeConfig: {
|