@kodiak-finance/orderly-ui 2.9.0-rc.2 → 2.9.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.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- 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';
|
|
@@ -543,34 +542,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
543
542
|
true: string;
|
|
544
543
|
};
|
|
545
544
|
}, undefined, string[], {
|
|
546
|
-
responsiveVariants?: boolean |
|
|
547
|
-
p?: boolean |
|
|
548
|
-
grow?: boolean |
|
|
549
|
-
m?: boolean |
|
|
550
|
-
mb?: boolean |
|
|
551
|
-
ml?: boolean |
|
|
552
|
-
mr?: boolean |
|
|
553
|
-
mt?: boolean |
|
|
554
|
-
mx?: boolean |
|
|
555
|
-
my?: 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
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
547
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
548
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
549
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
550
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
551
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
552
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
553
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
554
|
+
my?: 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
|
-
color?: boolean |
|
|
2247
|
-
size?: boolean |
|
|
2248
|
-
intensity?: boolean |
|
|
2249
|
-
weight?: boolean |
|
|
2250
|
-
dashBoard?: boolean |
|
|
2244
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2245
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2246
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2247
|
+
intensity?: 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
|
-
color?: boolean |
|
|
3714
|
-
size?: boolean |
|
|
3715
|
-
variant?: boolean |
|
|
3711
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3712
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3713
|
+
size?: 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
|
-
color?: boolean |
|
|
4241
|
-
size?: boolean |
|
|
4242
|
-
disabled?: boolean |
|
|
4243
|
-
fullWidth?: boolean |
|
|
4238
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4239
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4240
|
+
size?: 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: {
|
|
@@ -4501,8 +4500,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4501
4500
|
bar: string[];
|
|
4502
4501
|
tumb: string;
|
|
4503
4502
|
}, undefined, {
|
|
4504
|
-
responsiveVariants?: boolean |
|
|
4505
|
-
orientation?: boolean |
|
|
4503
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4504
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4506
4505
|
} | undefined;
|
|
4507
4506
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4508
4507
|
twMergeConfig: {
|
|
@@ -5605,12 +5604,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5605
5604
|
10: string;
|
|
5606
5605
|
};
|
|
5607
5606
|
}, undefined, string[], {
|
|
5608
|
-
responsiveVariants?: boolean |
|
|
5609
|
-
mx?: boolean |
|
|
5610
|
-
my?: boolean |
|
|
5611
|
-
intensity?: boolean |
|
|
5612
|
-
direction?: boolean |
|
|
5613
|
-
lineStyle?: boolean |
|
|
5607
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5608
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5609
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5610
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5611
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5612
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5614
5613
|
} | undefined;
|
|
5615
5614
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5616
5615
|
twMergeConfig: {
|
|
@@ -5769,12 +5768,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5769
5768
|
10: string;
|
|
5770
5769
|
};
|
|
5771
5770
|
}, undefined, string[], {
|
|
5772
|
-
responsiveVariants?: boolean |
|
|
5773
|
-
mx?: boolean |
|
|
5774
|
-
my?: boolean |
|
|
5775
|
-
intensity?: boolean |
|
|
5776
|
-
direction?: boolean |
|
|
5777
|
-
lineStyle?: boolean |
|
|
5771
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5772
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5773
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5774
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5775
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5776
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5778
5777
|
} | undefined;
|
|
5779
5778
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5780
5779
|
twMergeConfig: {
|
|
@@ -5926,9 +5925,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5926
5925
|
trigger: string[];
|
|
5927
5926
|
icon: string[];
|
|
5928
5927
|
}, undefined, {
|
|
5929
|
-
responsiveVariants?: boolean |
|
|
5930
|
-
size?: boolean |
|
|
5931
|
-
variant?: boolean |
|
|
5928
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5929
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5930
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5932
5931
|
} | undefined;
|
|
5933
5932
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5934
5933
|
twMergeConfig: {
|
|
@@ -6042,9 +6041,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
6042
6041
|
trigger: string[];
|
|
6043
6042
|
icon: string[];
|
|
6044
6043
|
}, undefined, {
|
|
6045
|
-
responsiveVariants?: boolean |
|
|
6046
|
-
size?: boolean |
|
|
6047
|
-
variant?: boolean |
|
|
6044
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6045
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6046
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6048
6047
|
} | undefined;
|
|
6049
6048
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6050
6049
|
twMergeConfig: {
|
|
@@ -6157,9 +6156,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6157
6156
|
trigger: string[];
|
|
6158
6157
|
icon: string[];
|
|
6159
6158
|
}, undefined, {
|
|
6160
|
-
responsiveVariants?: boolean |
|
|
6161
|
-
size?: boolean |
|
|
6162
|
-
variant?: boolean |
|
|
6159
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6160
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6161
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6163
6162
|
} | undefined;
|
|
6164
6163
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6165
6164
|
twMergeConfig: {
|
|
@@ -6275,9 +6274,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6275
6274
|
trigger: string[];
|
|
6276
6275
|
icon: string[];
|
|
6277
6276
|
}, undefined, {
|
|
6278
|
-
responsiveVariants?: boolean |
|
|
6279
|
-
size?: boolean |
|
|
6280
|
-
variant?: boolean |
|
|
6277
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6278
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6279
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6281
6280
|
} | undefined;
|
|
6282
6281
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6283
6282
|
twMergeConfig: {
|
|
@@ -6450,8 +6449,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6450
6449
|
image: string;
|
|
6451
6450
|
fallback: string;
|
|
6452
6451
|
}, undefined, {
|
|
6453
|
-
responsiveVariants?: boolean |
|
|
6454
|
-
size?: boolean |
|
|
6452
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6453
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6455
6454
|
} | undefined;
|
|
6456
6455
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6457
6456
|
twMergeConfig: {
|
|
@@ -6577,8 +6576,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6577
6576
|
image: string;
|
|
6578
6577
|
fallback: string;
|
|
6579
6578
|
}, undefined, {
|
|
6580
|
-
responsiveVariants?: boolean |
|
|
6581
|
-
size?: boolean |
|
|
6579
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6580
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6582
6581
|
} | undefined;
|
|
6583
6582
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6584
6583
|
twMergeConfig: {
|
|
@@ -6711,8 +6710,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6711
6710
|
image: string;
|
|
6712
6711
|
fallback: string;
|
|
6713
6712
|
}, undefined, {
|
|
6714
|
-
responsiveVariants?: boolean |
|
|
6715
|
-
size?: boolean |
|
|
6713
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6714
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6716
6715
|
} | undefined;
|
|
6717
6716
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6718
6717
|
twMergeConfig: {
|
|
@@ -6856,11 +6855,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6856
6855
|
item: string[];
|
|
6857
6856
|
tag: string;
|
|
6858
6857
|
}, undefined, {
|
|
6859
|
-
responsiveVariants?: boolean |
|
|
6860
|
-
position?: boolean |
|
|
6861
|
-
size?: boolean |
|
|
6862
|
-
error?: boolean |
|
|
6863
|
-
variant?: boolean |
|
|
6858
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6859
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6860
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6861
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6862
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6864
6863
|
} | undefined;
|
|
6865
6864
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6866
6865
|
twMergeConfig: {
|
|
@@ -7159,7 +7158,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7159
7158
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7160
7159
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7161
7160
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7162
|
-
responsiveVariants?: boolean |
|
|
7161
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7163
7162
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7164
7163
|
twMergeConfig: {
|
|
7165
7164
|
prefix: string;
|
|
@@ -7218,12 +7217,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7218
7217
|
16: string;
|
|
7219
7218
|
};
|
|
7220
7219
|
}, undefined, string[], {
|
|
7221
|
-
responsiveVariants?: boolean |
|
|
7222
|
-
borderColor?: boolean |
|
|
7223
|
-
border?: boolean |
|
|
7224
|
-
r?: boolean |
|
|
7225
|
-
gradient?: boolean |
|
|
7226
|
-
intensity?: boolean |
|
|
7220
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7221
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7222
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7223
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7224
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7225
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7227
7226
|
} | undefined;
|
|
7228
7227
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7229
7228
|
twMergeConfig: {
|
|
@@ -7437,12 +7436,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7437
7436
|
16: string;
|
|
7438
7437
|
};
|
|
7439
7438
|
}, undefined, string[], {
|
|
7440
|
-
responsiveVariants?: boolean |
|
|
7441
|
-
borderColor?: boolean |
|
|
7442
|
-
border?: boolean |
|
|
7443
|
-
r?: boolean |
|
|
7444
|
-
gradient?: boolean |
|
|
7445
|
-
intensity?: boolean |
|
|
7439
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7440
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7441
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7442
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7443
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7444
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7446
7445
|
} | undefined;
|
|
7447
7446
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7448
7447
|
twMergeConfig: {
|
|
@@ -7679,8 +7678,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
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: {
|
|
@@ -7845,8 +7844,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7845
7844
|
mark: string;
|
|
7846
7845
|
tips: string[];
|
|
7847
7846
|
}, undefined, {
|
|
7848
|
-
responsiveVariants?: boolean |
|
|
7849
|
-
color?: boolean |
|
|
7847
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7848
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7850
7849
|
} | undefined;
|
|
7851
7850
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7852
7851
|
twMergeConfig: {
|