@orderly.network/ui 3.0.0-beta.7 → 3.0.0-beta.8
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.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
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';
|
|
@@ -545,34 +544,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
545
544
|
true: string;
|
|
546
545
|
};
|
|
547
546
|
}, undefined, string[], {
|
|
548
|
-
responsiveVariants?: boolean |
|
|
549
|
-
grow?: boolean |
|
|
550
|
-
m?: boolean |
|
|
551
|
-
mb?: boolean |
|
|
552
|
-
ml?: boolean |
|
|
553
|
-
mr?: boolean |
|
|
554
|
-
mt?: boolean |
|
|
555
|
-
mx?: boolean |
|
|
556
|
-
my?: boolean |
|
|
557
|
-
p?: boolean |
|
|
558
|
-
pb?: boolean |
|
|
559
|
-
pl?: boolean |
|
|
560
|
-
position?: boolean |
|
|
561
|
-
pr?: boolean |
|
|
562
|
-
pt?: boolean |
|
|
563
|
-
px?: boolean |
|
|
564
|
-
py?: boolean |
|
|
565
|
-
shadow?: boolean |
|
|
566
|
-
borderColor?: boolean |
|
|
567
|
-
__position?: boolean |
|
|
568
|
-
__size_width?: boolean |
|
|
569
|
-
__size_height?: boolean |
|
|
570
|
-
invisible?: boolean |
|
|
571
|
-
zIndex?: boolean |
|
|
572
|
-
border?: boolean |
|
|
573
|
-
r?: boolean |
|
|
574
|
-
gradient?: boolean |
|
|
575
|
-
intensity?: boolean |
|
|
547
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
548
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
549
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
550
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
551
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
552
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
553
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
554
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
555
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
556
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
557
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
558
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
559
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
560
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
561
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
562
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
563
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
564
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
565
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
566
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
567
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
568
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
569
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
570
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
571
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
572
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
573
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
574
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
576
575
|
} | undefined;
|
|
577
576
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
578
577
|
twMergeConfig: {
|
|
@@ -1707,13 +1706,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1707
1706
|
5: string;
|
|
1708
1707
|
};
|
|
1709
1708
|
}, undefined, string[], {
|
|
1710
|
-
responsiveVariants?: boolean |
|
|
1711
|
-
gap?: boolean |
|
|
1712
|
-
cols?: boolean |
|
|
1713
|
-
rows?: boolean |
|
|
1714
|
-
gapX?: boolean |
|
|
1715
|
-
gapY?: boolean |
|
|
1716
|
-
autoFlow?: boolean |
|
|
1709
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1710
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1711
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1712
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1713
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1714
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1715
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1717
1716
|
} | undefined;
|
|
1718
1717
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1719
1718
|
twMergeConfig: {
|
|
@@ -1820,9 +1819,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1820
1819
|
9: string;
|
|
1821
1820
|
};
|
|
1822
1821
|
}, undefined, undefined, {
|
|
1823
|
-
responsiveVariants?: boolean |
|
|
1824
|
-
colSpan?: boolean |
|
|
1825
|
-
rowSpan?: boolean |
|
|
1822
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1823
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1824
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1826
1825
|
} | undefined;
|
|
1827
1826
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1828
1827
|
twMergeConfig: {
|
|
@@ -2045,10 +2044,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
2045
2044
|
10: string;
|
|
2046
2045
|
};
|
|
2047
2046
|
}, undefined, undefined, {
|
|
2048
|
-
responsiveVariants?: boolean |
|
|
2049
|
-
gap?: boolean |
|
|
2050
|
-
gapX?: boolean |
|
|
2051
|
-
gapY?: boolean |
|
|
2047
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2048
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2049
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2050
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2052
2051
|
} | undefined;
|
|
2053
2052
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2054
2053
|
twMergeConfig: {
|
|
@@ -2244,12 +2243,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2244
2243
|
default: string;
|
|
2245
2244
|
};
|
|
2246
2245
|
}, undefined, undefined, {
|
|
2247
|
-
responsiveVariants?: boolean |
|
|
2248
|
-
size?: boolean |
|
|
2249
|
-
intensity?: boolean |
|
|
2250
|
-
color?: boolean |
|
|
2251
|
-
weight?: boolean |
|
|
2252
|
-
dashBoard?: boolean |
|
|
2246
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2247
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2248
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2249
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2250
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2251
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2253
2252
|
} | undefined;
|
|
2254
2253
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2255
2254
|
twMergeConfig: {
|
|
@@ -2539,8 +2538,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2539
2538
|
inherit: string;
|
|
2540
2539
|
};
|
|
2541
2540
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2542
|
-
responsiveVariants?: boolean |
|
|
2543
|
-
color?: boolean |
|
|
2541
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2542
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2544
2543
|
} | undefined;
|
|
2545
2544
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2546
2545
|
twMergeConfig: {
|
|
@@ -2598,8 +2597,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2598
2597
|
inherit: string;
|
|
2599
2598
|
};
|
|
2600
2599
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2601
|
-
responsiveVariants?: boolean |
|
|
2602
|
-
color?: boolean |
|
|
2600
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2601
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2603
2602
|
} | undefined;
|
|
2604
2603
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2605
2604
|
twMergeConfig: {
|
|
@@ -2770,8 +2769,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2770
2769
|
label: string;
|
|
2771
2770
|
value: string;
|
|
2772
2771
|
}, undefined, {
|
|
2773
|
-
responsiveVariants?: boolean |
|
|
2774
|
-
align?: boolean |
|
|
2772
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2773
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2775
2774
|
} | undefined;
|
|
2776
2775
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2777
2776
|
twMergeConfig: {
|
|
@@ -2836,8 +2835,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2836
2835
|
label: string;
|
|
2837
2836
|
value: string;
|
|
2838
2837
|
}, undefined, {
|
|
2839
|
-
responsiveVariants?: boolean |
|
|
2840
|
-
align?: boolean |
|
|
2838
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2839
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2841
2840
|
} | undefined;
|
|
2842
2841
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2843
2842
|
twMergeConfig: {
|
|
@@ -2902,8 +2901,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2902
2901
|
label: string;
|
|
2903
2902
|
value: string;
|
|
2904
2903
|
}, undefined, {
|
|
2905
|
-
responsiveVariants?: boolean |
|
|
2906
|
-
align?: boolean |
|
|
2904
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2905
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2907
2906
|
} | undefined;
|
|
2908
2907
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2909
2908
|
twMergeConfig: {
|
|
@@ -3509,8 +3508,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3509
3508
|
label: string;
|
|
3510
3509
|
input: never[];
|
|
3511
3510
|
}, undefined, {
|
|
3512
|
-
responsiveVariants?: boolean |
|
|
3513
|
-
direction?: boolean |
|
|
3511
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3512
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3514
3513
|
} | undefined;
|
|
3515
3514
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3516
3515
|
twMergeConfig: {
|
|
@@ -3727,10 +3726,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3727
3726
|
lg: string;
|
|
3728
3727
|
};
|
|
3729
3728
|
}, 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", {
|
|
3730
|
-
responsiveVariants?: boolean |
|
|
3731
|
-
size?: boolean |
|
|
3732
|
-
color?: boolean |
|
|
3733
|
-
variant?: boolean |
|
|
3729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3730
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3731
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3732
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3734
3733
|
} | undefined;
|
|
3735
3734
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3736
3735
|
twMergeConfig: {
|
|
@@ -4254,11 +4253,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4254
4253
|
sell: string;
|
|
4255
4254
|
};
|
|
4256
4255
|
}, 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", {
|
|
4257
|
-
responsiveVariants?: boolean |
|
|
4258
|
-
size?: boolean |
|
|
4259
|
-
color?: boolean |
|
|
4260
|
-
disabled?: boolean |
|
|
4261
|
-
fullWidth?: boolean |
|
|
4256
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4257
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4258
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4259
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4260
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4262
4261
|
} | undefined;
|
|
4263
4262
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4264
4263
|
twMergeConfig: {
|
|
@@ -4474,8 +4473,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4474
4473
|
bar: string[];
|
|
4475
4474
|
tumb: string;
|
|
4476
4475
|
}, undefined, {
|
|
4477
|
-
responsiveVariants?: boolean |
|
|
4478
|
-
orientation?: boolean |
|
|
4476
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4477
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4479
4478
|
} | undefined;
|
|
4480
4479
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4481
4480
|
twMergeConfig: {
|
|
@@ -5590,12 +5589,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5590
5589
|
10: string;
|
|
5591
5590
|
};
|
|
5592
5591
|
}, undefined, string[], {
|
|
5593
|
-
responsiveVariants?: boolean |
|
|
5594
|
-
mx?: boolean |
|
|
5595
|
-
my?: boolean |
|
|
5596
|
-
intensity?: boolean |
|
|
5597
|
-
direction?: boolean |
|
|
5598
|
-
lineStyle?: boolean |
|
|
5592
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5593
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5594
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5595
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5596
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5597
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5599
5598
|
} | undefined;
|
|
5600
5599
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5601
5600
|
twMergeConfig: {
|
|
@@ -5754,12 +5753,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5754
5753
|
10: string;
|
|
5755
5754
|
};
|
|
5756
5755
|
}, undefined, string[], {
|
|
5757
|
-
responsiveVariants?: boolean |
|
|
5758
|
-
mx?: boolean |
|
|
5759
|
-
my?: boolean |
|
|
5760
|
-
intensity?: boolean |
|
|
5761
|
-
direction?: boolean |
|
|
5762
|
-
lineStyle?: boolean |
|
|
5756
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5757
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5758
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5759
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5760
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5761
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5763
5762
|
} | undefined;
|
|
5764
5763
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5765
5764
|
twMergeConfig: {
|
|
@@ -5911,9 +5910,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5911
5910
|
trigger: string[];
|
|
5912
5911
|
icon: string[];
|
|
5913
5912
|
}, undefined, {
|
|
5914
|
-
responsiveVariants?: boolean |
|
|
5915
|
-
size?: boolean |
|
|
5916
|
-
variant?: boolean |
|
|
5913
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5914
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5915
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5917
5916
|
} | undefined;
|
|
5918
5917
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5919
5918
|
twMergeConfig: {
|
|
@@ -6027,9 +6026,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
6027
6026
|
trigger: string[];
|
|
6028
6027
|
icon: string[];
|
|
6029
6028
|
}, undefined, {
|
|
6030
|
-
responsiveVariants?: boolean |
|
|
6031
|
-
size?: boolean |
|
|
6032
|
-
variant?: boolean |
|
|
6029
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6030
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6031
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6033
6032
|
} | undefined;
|
|
6034
6033
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6035
6034
|
twMergeConfig: {
|
|
@@ -6142,9 +6141,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6142
6141
|
trigger: string[];
|
|
6143
6142
|
icon: string[];
|
|
6144
6143
|
}, undefined, {
|
|
6145
|
-
responsiveVariants?: boolean |
|
|
6146
|
-
size?: boolean |
|
|
6147
|
-
variant?: boolean |
|
|
6144
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6145
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6146
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6148
6147
|
} | undefined;
|
|
6149
6148
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6150
6149
|
twMergeConfig: {
|
|
@@ -6260,9 +6259,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6260
6259
|
trigger: string[];
|
|
6261
6260
|
icon: string[];
|
|
6262
6261
|
}, undefined, {
|
|
6263
|
-
responsiveVariants?: boolean |
|
|
6264
|
-
size?: boolean |
|
|
6265
|
-
variant?: boolean |
|
|
6262
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6263
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6264
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6266
6265
|
} | undefined;
|
|
6267
6266
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6268
6267
|
twMergeConfig: {
|
|
@@ -6438,8 +6437,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6438
6437
|
image: string;
|
|
6439
6438
|
fallback: string;
|
|
6440
6439
|
}, undefined, {
|
|
6441
|
-
responsiveVariants?: boolean |
|
|
6442
|
-
size?: boolean |
|
|
6440
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6441
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6443
6442
|
} | undefined;
|
|
6444
6443
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6445
6444
|
twMergeConfig: {
|
|
@@ -6580,8 +6579,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6580
6579
|
image: string;
|
|
6581
6580
|
fallback: string;
|
|
6582
6581
|
}, undefined, {
|
|
6583
|
-
responsiveVariants?: boolean |
|
|
6584
|
-
size?: boolean |
|
|
6582
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6583
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6585
6584
|
} | undefined;
|
|
6586
6585
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6587
6586
|
twMergeConfig: {
|
|
@@ -6729,8 +6728,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6729
6728
|
image: string;
|
|
6730
6729
|
fallback: string;
|
|
6731
6730
|
}, undefined, {
|
|
6732
|
-
responsiveVariants?: boolean |
|
|
6733
|
-
size?: boolean |
|
|
6731
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6732
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6734
6733
|
} | undefined;
|
|
6735
6734
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6736
6735
|
twMergeConfig: {
|
|
@@ -6886,11 +6885,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6886
6885
|
item: string[];
|
|
6887
6886
|
tag: string;
|
|
6888
6887
|
}, undefined, {
|
|
6889
|
-
responsiveVariants?: boolean |
|
|
6890
|
-
position?: boolean |
|
|
6891
|
-
size?: boolean |
|
|
6892
|
-
variant?: boolean |
|
|
6893
|
-
error?: boolean |
|
|
6888
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6889
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6890
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6891
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6892
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6894
6893
|
} | undefined;
|
|
6895
6894
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6896
6895
|
twMergeConfig: {
|
|
@@ -7189,7 +7188,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7189
7188
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7190
7189
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7191
7190
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7192
|
-
responsiveVariants?: boolean |
|
|
7191
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7193
7192
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7194
7193
|
twMergeConfig: {
|
|
7195
7194
|
prefix: string;
|
|
@@ -7248,12 +7247,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7248
7247
|
16: string;
|
|
7249
7248
|
};
|
|
7250
7249
|
}, undefined, string[], {
|
|
7251
|
-
responsiveVariants?: boolean |
|
|
7252
|
-
borderColor?: boolean |
|
|
7253
|
-
border?: boolean |
|
|
7254
|
-
r?: boolean |
|
|
7255
|
-
gradient?: boolean |
|
|
7256
|
-
intensity?: boolean |
|
|
7250
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7251
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7252
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7253
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7254
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7255
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7257
7256
|
} | undefined;
|
|
7258
7257
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7259
7258
|
twMergeConfig: {
|
|
@@ -7467,12 +7466,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7467
7466
|
16: string;
|
|
7468
7467
|
};
|
|
7469
7468
|
}, undefined, string[], {
|
|
7470
|
-
responsiveVariants?: boolean |
|
|
7471
|
-
borderColor?: boolean |
|
|
7472
|
-
border?: boolean |
|
|
7473
|
-
r?: boolean |
|
|
7474
|
-
gradient?: boolean |
|
|
7475
|
-
intensity?: boolean |
|
|
7469
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7470
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7471
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7472
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7473
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7474
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7476
7475
|
} | undefined;
|
|
7477
7476
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7478
7477
|
twMergeConfig: {
|
|
@@ -7709,8 +7708,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7709
7708
|
mark: string;
|
|
7710
7709
|
tips: string[];
|
|
7711
7710
|
}, undefined, {
|
|
7712
|
-
responsiveVariants?: boolean |
|
|
7713
|
-
color?: boolean |
|
|
7711
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7712
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7714
7713
|
} | undefined;
|
|
7715
7714
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7716
7715
|
twMergeConfig: {
|
|
@@ -7875,8 +7874,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7875
7874
|
mark: string;
|
|
7876
7875
|
tips: string[];
|
|
7877
7876
|
}, undefined, {
|
|
7878
|
-
responsiveVariants?: boolean |
|
|
7879
|
-
color?: boolean |
|
|
7877
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7878
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7880
7879
|
} | undefined;
|
|
7881
7880
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7882
7881
|
twMergeConfig: {
|