@orderly.network/ui 2.11.2 → 2.11.3-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +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';
|
|
@@ -543,34 +542,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
543
542
|
true: string;
|
|
544
543
|
};
|
|
545
544
|
}, undefined, string[], {
|
|
546
|
-
responsiveVariants?: boolean |
|
|
547
|
-
grow?: boolean |
|
|
548
|
-
m?: boolean |
|
|
549
|
-
mb?: boolean |
|
|
550
|
-
ml?: boolean |
|
|
551
|
-
mr?: boolean |
|
|
552
|
-
mt?: boolean |
|
|
553
|
-
mx?: boolean |
|
|
554
|
-
my?: boolean |
|
|
555
|
-
p?: boolean |
|
|
556
|
-
pb?: boolean |
|
|
557
|
-
pl?: boolean |
|
|
558
|
-
position?: boolean |
|
|
559
|
-
pr?: boolean |
|
|
560
|
-
pt?: boolean |
|
|
561
|
-
px?: boolean |
|
|
562
|
-
py?: boolean |
|
|
563
|
-
shadow?: boolean |
|
|
564
|
-
borderColor?: boolean |
|
|
565
|
-
__position?: boolean |
|
|
566
|
-
__size_width?: boolean |
|
|
567
|
-
__size_height?: boolean |
|
|
568
|
-
invisible?: boolean |
|
|
569
|
-
zIndex?: boolean |
|
|
570
|
-
border?: boolean |
|
|
571
|
-
r?: boolean |
|
|
572
|
-
gradient?: boolean |
|
|
573
|
-
intensity?: boolean |
|
|
545
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
546
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
547
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
548
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
549
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
550
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
551
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
552
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
553
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
554
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
555
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
556
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
557
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
558
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
559
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
560
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
561
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
562
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
563
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
564
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
565
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
566
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
567
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
568
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
569
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
570
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
571
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
572
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
574
573
|
} | undefined;
|
|
575
574
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
576
575
|
twMergeConfig: {
|
|
@@ -1705,13 +1704,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1705
1704
|
5: string;
|
|
1706
1705
|
};
|
|
1707
1706
|
}, undefined, string[], {
|
|
1708
|
-
responsiveVariants?: boolean |
|
|
1709
|
-
gap?: boolean |
|
|
1710
|
-
cols?: boolean |
|
|
1711
|
-
rows?: boolean |
|
|
1712
|
-
gapX?: boolean |
|
|
1713
|
-
gapY?: boolean |
|
|
1714
|
-
autoFlow?: boolean |
|
|
1707
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1708
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1709
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1710
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1711
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1712
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1713
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1715
1714
|
} | undefined;
|
|
1716
1715
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1717
1716
|
twMergeConfig: {
|
|
@@ -1818,9 +1817,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1818
1817
|
9: string;
|
|
1819
1818
|
};
|
|
1820
1819
|
}, undefined, undefined, {
|
|
1821
|
-
responsiveVariants?: boolean |
|
|
1822
|
-
colSpan?: boolean |
|
|
1823
|
-
rowSpan?: boolean |
|
|
1820
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1821
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1822
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1824
1823
|
} | undefined;
|
|
1825
1824
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1826
1825
|
twMergeConfig: {
|
|
@@ -2043,10 +2042,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
2043
2042
|
10: string;
|
|
2044
2043
|
};
|
|
2045
2044
|
}, undefined, undefined, {
|
|
2046
|
-
responsiveVariants?: boolean |
|
|
2047
|
-
gap?: boolean |
|
|
2048
|
-
gapX?: boolean |
|
|
2049
|
-
gapY?: boolean |
|
|
2045
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2046
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2047
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2048
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2050
2049
|
} | undefined;
|
|
2051
2050
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2052
2051
|
twMergeConfig: {
|
|
@@ -2242,12 +2241,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2242
2241
|
default: string;
|
|
2243
2242
|
};
|
|
2244
2243
|
}, undefined, undefined, {
|
|
2245
|
-
responsiveVariants?: boolean |
|
|
2246
|
-
size?: boolean |
|
|
2247
|
-
intensity?: boolean |
|
|
2248
|
-
color?: boolean |
|
|
2249
|
-
weight?: boolean |
|
|
2250
|
-
dashBoard?: boolean |
|
|
2244
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2245
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2246
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2247
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2248
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2249
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2251
2250
|
} | undefined;
|
|
2252
2251
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2253
2252
|
twMergeConfig: {
|
|
@@ -2537,8 +2536,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2537
2536
|
inherit: string;
|
|
2538
2537
|
};
|
|
2539
2538
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2540
|
-
responsiveVariants?: boolean |
|
|
2541
|
-
color?: boolean |
|
|
2539
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2540
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2542
2541
|
} | undefined;
|
|
2543
2542
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2544
2543
|
twMergeConfig: {
|
|
@@ -2596,8 +2595,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2596
2595
|
inherit: string;
|
|
2597
2596
|
};
|
|
2598
2597
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2599
|
-
responsiveVariants?: boolean |
|
|
2600
|
-
color?: boolean |
|
|
2598
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2599
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2601
2600
|
} | undefined;
|
|
2602
2601
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2603
2602
|
twMergeConfig: {
|
|
@@ -2753,8 +2752,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2753
2752
|
label: string;
|
|
2754
2753
|
value: string;
|
|
2755
2754
|
}, undefined, {
|
|
2756
|
-
responsiveVariants?: boolean |
|
|
2757
|
-
align?: boolean |
|
|
2755
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2756
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2758
2757
|
} | undefined;
|
|
2759
2758
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2760
2759
|
twMergeConfig: {
|
|
@@ -2819,8 +2818,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2819
2818
|
label: string;
|
|
2820
2819
|
value: string;
|
|
2821
2820
|
}, undefined, {
|
|
2822
|
-
responsiveVariants?: boolean |
|
|
2823
|
-
align?: boolean |
|
|
2821
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2822
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2824
2823
|
} | undefined;
|
|
2825
2824
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2826
2825
|
twMergeConfig: {
|
|
@@ -2885,8 +2884,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2885
2884
|
label: string;
|
|
2886
2885
|
value: string;
|
|
2887
2886
|
}, undefined, {
|
|
2888
|
-
responsiveVariants?: boolean |
|
|
2889
|
-
align?: boolean |
|
|
2887
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2888
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2890
2889
|
} | undefined;
|
|
2891
2890
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2892
2891
|
twMergeConfig: {
|
|
@@ -3491,8 +3490,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3491
3490
|
label: string;
|
|
3492
3491
|
input: never[];
|
|
3493
3492
|
}, undefined, {
|
|
3494
|
-
responsiveVariants?: boolean |
|
|
3495
|
-
direction?: boolean |
|
|
3493
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3494
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3496
3495
|
} | undefined;
|
|
3497
3496
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3498
3497
|
twMergeConfig: {
|
|
@@ -3709,10 +3708,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3709
3708
|
lg: string;
|
|
3710
3709
|
};
|
|
3711
3710
|
}, 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", {
|
|
3712
|
-
responsiveVariants?: boolean |
|
|
3713
|
-
size?: boolean |
|
|
3714
|
-
color?: boolean |
|
|
3715
|
-
variant?: boolean |
|
|
3711
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3712
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3713
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3714
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3716
3715
|
} | undefined;
|
|
3717
3716
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3718
3717
|
twMergeConfig: {
|
|
@@ -4236,11 +4235,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4236
4235
|
sell: string;
|
|
4237
4236
|
};
|
|
4238
4237
|
}, 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", {
|
|
4239
|
-
responsiveVariants?: boolean |
|
|
4240
|
-
size?: boolean |
|
|
4241
|
-
color?: boolean |
|
|
4242
|
-
disabled?: boolean |
|
|
4243
|
-
fullWidth?: boolean |
|
|
4238
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4239
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4240
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4241
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4242
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4244
4243
|
} | undefined;
|
|
4245
4244
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4246
4245
|
twMergeConfig: {
|
|
@@ -4452,8 +4451,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4452
4451
|
bar: string[];
|
|
4453
4452
|
tumb: string;
|
|
4454
4453
|
}, undefined, {
|
|
4455
|
-
responsiveVariants?: boolean |
|
|
4456
|
-
orientation?: boolean |
|
|
4454
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4455
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4457
4456
|
} | undefined;
|
|
4458
4457
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4459
4458
|
twMergeConfig: {
|
|
@@ -5556,12 +5555,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5556
5555
|
10: string;
|
|
5557
5556
|
};
|
|
5558
5557
|
}, undefined, string[], {
|
|
5559
|
-
responsiveVariants?: boolean |
|
|
5560
|
-
mx?: boolean |
|
|
5561
|
-
my?: boolean |
|
|
5562
|
-
intensity?: boolean |
|
|
5563
|
-
direction?: boolean |
|
|
5564
|
-
lineStyle?: boolean |
|
|
5558
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5559
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5560
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5561
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5562
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5563
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5565
5564
|
} | undefined;
|
|
5566
5565
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5567
5566
|
twMergeConfig: {
|
|
@@ -5720,12 +5719,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5720
5719
|
10: string;
|
|
5721
5720
|
};
|
|
5722
5721
|
}, undefined, string[], {
|
|
5723
|
-
responsiveVariants?: boolean |
|
|
5724
|
-
mx?: boolean |
|
|
5725
|
-
my?: boolean |
|
|
5726
|
-
intensity?: boolean |
|
|
5727
|
-
direction?: boolean |
|
|
5728
|
-
lineStyle?: boolean |
|
|
5722
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5723
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5724
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5725
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5726
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5727
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5729
5728
|
} | undefined;
|
|
5730
5729
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5731
5730
|
twMergeConfig: {
|
|
@@ -5877,9 +5876,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5877
5876
|
trigger: string[];
|
|
5878
5877
|
icon: string[];
|
|
5879
5878
|
}, undefined, {
|
|
5880
|
-
responsiveVariants?: boolean |
|
|
5881
|
-
size?: boolean |
|
|
5882
|
-
variant?: boolean |
|
|
5879
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5880
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5881
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5883
5882
|
} | undefined;
|
|
5884
5883
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5885
5884
|
twMergeConfig: {
|
|
@@ -5993,9 +5992,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5993
5992
|
trigger: string[];
|
|
5994
5993
|
icon: string[];
|
|
5995
5994
|
}, undefined, {
|
|
5996
|
-
responsiveVariants?: boolean |
|
|
5997
|
-
size?: boolean |
|
|
5998
|
-
variant?: boolean |
|
|
5995
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5996
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5997
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5999
5998
|
} | undefined;
|
|
6000
5999
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6001
6000
|
twMergeConfig: {
|
|
@@ -6108,9 +6107,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6108
6107
|
trigger: string[];
|
|
6109
6108
|
icon: string[];
|
|
6110
6109
|
}, undefined, {
|
|
6111
|
-
responsiveVariants?: boolean |
|
|
6112
|
-
size?: boolean |
|
|
6113
|
-
variant?: boolean |
|
|
6110
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6111
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6112
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6114
6113
|
} | undefined;
|
|
6115
6114
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6116
6115
|
twMergeConfig: {
|
|
@@ -6226,9 +6225,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6226
6225
|
trigger: string[];
|
|
6227
6226
|
icon: string[];
|
|
6228
6227
|
}, undefined, {
|
|
6229
|
-
responsiveVariants?: boolean |
|
|
6230
|
-
size?: boolean |
|
|
6231
|
-
variant?: boolean |
|
|
6228
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6229
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6230
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6232
6231
|
} | undefined;
|
|
6233
6232
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6234
6233
|
twMergeConfig: {
|
|
@@ -6404,8 +6403,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6404
6403
|
image: string;
|
|
6405
6404
|
fallback: string;
|
|
6406
6405
|
}, undefined, {
|
|
6407
|
-
responsiveVariants?: boolean |
|
|
6408
|
-
size?: boolean |
|
|
6406
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6407
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6409
6408
|
} | undefined;
|
|
6410
6409
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6411
6410
|
twMergeConfig: {
|
|
@@ -6546,8 +6545,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
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: {
|
|
@@ -6695,8 +6694,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6695
6694
|
image: string;
|
|
6696
6695
|
fallback: string;
|
|
6697
6696
|
}, undefined, {
|
|
6698
|
-
responsiveVariants?: boolean |
|
|
6699
|
-
size?: boolean |
|
|
6697
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6698
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6700
6699
|
} | undefined;
|
|
6701
6700
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6702
6701
|
twMergeConfig: {
|
|
@@ -6852,11 +6851,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6852
6851
|
item: string[];
|
|
6853
6852
|
tag: string;
|
|
6854
6853
|
}, undefined, {
|
|
6855
|
-
responsiveVariants?: boolean |
|
|
6856
|
-
position?: boolean |
|
|
6857
|
-
size?: boolean |
|
|
6858
|
-
variant?: boolean |
|
|
6859
|
-
error?: boolean |
|
|
6854
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6855
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6856
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6857
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6858
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6860
6859
|
} | undefined;
|
|
6861
6860
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6862
6861
|
twMergeConfig: {
|
|
@@ -7155,7 +7154,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7155
7154
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7156
7155
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7157
7156
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7158
|
-
responsiveVariants?: boolean |
|
|
7157
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7159
7158
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7160
7159
|
twMergeConfig: {
|
|
7161
7160
|
prefix: string;
|
|
@@ -7214,12 +7213,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7214
7213
|
16: string;
|
|
7215
7214
|
};
|
|
7216
7215
|
}, undefined, string[], {
|
|
7217
|
-
responsiveVariants?: boolean |
|
|
7218
|
-
borderColor?: boolean |
|
|
7219
|
-
border?: boolean |
|
|
7220
|
-
r?: boolean |
|
|
7221
|
-
gradient?: boolean |
|
|
7222
|
-
intensity?: boolean |
|
|
7216
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7217
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7218
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7219
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7220
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7221
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7223
7222
|
} | undefined;
|
|
7224
7223
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7225
7224
|
twMergeConfig: {
|
|
@@ -7433,12 +7432,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7433
7432
|
16: string;
|
|
7434
7433
|
};
|
|
7435
7434
|
}, undefined, string[], {
|
|
7436
|
-
responsiveVariants?: boolean |
|
|
7437
|
-
borderColor?: boolean |
|
|
7438
|
-
border?: boolean |
|
|
7439
|
-
r?: boolean |
|
|
7440
|
-
gradient?: boolean |
|
|
7441
|
-
intensity?: boolean |
|
|
7435
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7436
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7437
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7438
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7439
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7440
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7442
7441
|
} | undefined;
|
|
7443
7442
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7444
7443
|
twMergeConfig: {
|
|
@@ -7675,8 +7674,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7675
7674
|
mark: string;
|
|
7676
7675
|
tips: string[];
|
|
7677
7676
|
}, undefined, {
|
|
7678
|
-
responsiveVariants?: boolean |
|
|
7679
|
-
color?: boolean |
|
|
7677
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7678
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7680
7679
|
} | undefined;
|
|
7681
7680
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7682
7681
|
twMergeConfig: {
|
|
@@ -7841,8 +7840,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7841
7840
|
mark: string;
|
|
7842
7841
|
tips: string[];
|
|
7843
7842
|
}, undefined, {
|
|
7844
|
-
responsiveVariants?: boolean |
|
|
7845
|
-
color?: boolean |
|
|
7843
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7844
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7846
7845
|
} | undefined;
|
|
7847
7846
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7848
7847
|
twMergeConfig: {
|