@kodiak-finance/orderly-ui 2.9.2-alpha.1 → 2.9.2
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
|
-
p?: boolean |
|
|
550
|
-
grow?: boolean |
|
|
551
|
-
m?: boolean |
|
|
552
|
-
mb?: boolean |
|
|
553
|
-
ml?: boolean |
|
|
554
|
-
mr?: boolean |
|
|
555
|
-
mt?: boolean |
|
|
556
|
-
mx?: boolean |
|
|
557
|
-
my?: 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
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
549
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
550
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
551
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
552
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
553
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
554
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
555
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
556
|
+
my?: 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
|
-
color?: boolean |
|
|
2249
|
-
size?: boolean |
|
|
2250
|
-
intensity?: boolean |
|
|
2251
|
-
weight?: boolean |
|
|
2252
|
-
dashBoard?: boolean |
|
|
2246
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2247
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2248
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2249
|
+
intensity?: 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
|
-
color?: boolean |
|
|
3732
|
-
size?: boolean |
|
|
3733
|
-
variant?: boolean |
|
|
3729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3730
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3731
|
+
size?: 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
|
-
color?: boolean |
|
|
4259
|
-
size?: boolean |
|
|
4260
|
-
disabled?: boolean |
|
|
4261
|
-
fullWidth?: boolean |
|
|
4256
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4257
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4258
|
+
size?: 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: {
|
|
@@ -4523,8 +4522,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4523
4522
|
bar: string[];
|
|
4524
4523
|
tumb: string;
|
|
4525
4524
|
}, undefined, {
|
|
4526
|
-
responsiveVariants?: boolean |
|
|
4527
|
-
orientation?: boolean |
|
|
4525
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4526
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4528
4527
|
} | undefined;
|
|
4529
4528
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4530
4529
|
twMergeConfig: {
|
|
@@ -5639,12 +5638,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5639
5638
|
10: string;
|
|
5640
5639
|
};
|
|
5641
5640
|
}, undefined, string[], {
|
|
5642
|
-
responsiveVariants?: boolean |
|
|
5643
|
-
mx?: boolean |
|
|
5644
|
-
my?: boolean |
|
|
5645
|
-
intensity?: boolean |
|
|
5646
|
-
direction?: boolean |
|
|
5647
|
-
lineStyle?: boolean |
|
|
5641
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5642
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5643
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5644
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5645
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5646
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5648
5647
|
} | undefined;
|
|
5649
5648
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5650
5649
|
twMergeConfig: {
|
|
@@ -5803,12 +5802,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5803
5802
|
10: string;
|
|
5804
5803
|
};
|
|
5805
5804
|
}, undefined, string[], {
|
|
5806
|
-
responsiveVariants?: boolean |
|
|
5807
|
-
mx?: boolean |
|
|
5808
|
-
my?: boolean |
|
|
5809
|
-
intensity?: boolean |
|
|
5810
|
-
direction?: boolean |
|
|
5811
|
-
lineStyle?: boolean |
|
|
5805
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5806
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5807
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5808
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5809
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5810
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5812
5811
|
} | undefined;
|
|
5813
5812
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5814
5813
|
twMergeConfig: {
|
|
@@ -5960,9 +5959,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5960
5959
|
trigger: string[];
|
|
5961
5960
|
icon: string[];
|
|
5962
5961
|
}, undefined, {
|
|
5963
|
-
responsiveVariants?: boolean |
|
|
5964
|
-
size?: boolean |
|
|
5965
|
-
variant?: boolean |
|
|
5962
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5963
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5964
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5966
5965
|
} | undefined;
|
|
5967
5966
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5968
5967
|
twMergeConfig: {
|
|
@@ -6076,9 +6075,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
6076
6075
|
trigger: string[];
|
|
6077
6076
|
icon: string[];
|
|
6078
6077
|
}, undefined, {
|
|
6079
|
-
responsiveVariants?: boolean |
|
|
6080
|
-
size?: boolean |
|
|
6081
|
-
variant?: boolean |
|
|
6078
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6079
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6080
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6082
6081
|
} | undefined;
|
|
6083
6082
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6084
6083
|
twMergeConfig: {
|
|
@@ -6191,9 +6190,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6191
6190
|
trigger: string[];
|
|
6192
6191
|
icon: string[];
|
|
6193
6192
|
}, undefined, {
|
|
6194
|
-
responsiveVariants?: boolean |
|
|
6195
|
-
size?: boolean |
|
|
6196
|
-
variant?: boolean |
|
|
6193
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6194
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6195
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6197
6196
|
} | undefined;
|
|
6198
6197
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6199
6198
|
twMergeConfig: {
|
|
@@ -6309,9 +6308,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6309
6308
|
trigger: string[];
|
|
6310
6309
|
icon: string[];
|
|
6311
6310
|
}, undefined, {
|
|
6312
|
-
responsiveVariants?: boolean |
|
|
6313
|
-
size?: boolean |
|
|
6314
|
-
variant?: boolean |
|
|
6311
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6312
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6313
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6315
6314
|
} | undefined;
|
|
6316
6315
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6317
6316
|
twMergeConfig: {
|
|
@@ -6484,8 +6483,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6484
6483
|
image: string;
|
|
6485
6484
|
fallback: string;
|
|
6486
6485
|
}, undefined, {
|
|
6487
|
-
responsiveVariants?: boolean |
|
|
6488
|
-
size?: boolean |
|
|
6486
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6487
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6489
6488
|
} | undefined;
|
|
6490
6489
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6491
6490
|
twMergeConfig: {
|
|
@@ -6611,8 +6610,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6611
6610
|
image: string;
|
|
6612
6611
|
fallback: string;
|
|
6613
6612
|
}, undefined, {
|
|
6614
|
-
responsiveVariants?: boolean |
|
|
6615
|
-
size?: boolean |
|
|
6613
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6614
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6616
6615
|
} | undefined;
|
|
6617
6616
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6618
6617
|
twMergeConfig: {
|
|
@@ -6745,8 +6744,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6745
6744
|
image: string;
|
|
6746
6745
|
fallback: string;
|
|
6747
6746
|
}, undefined, {
|
|
6748
|
-
responsiveVariants?: boolean |
|
|
6749
|
-
size?: boolean |
|
|
6747
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6748
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6750
6749
|
} | undefined;
|
|
6751
6750
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6752
6751
|
twMergeConfig: {
|
|
@@ -6890,11 +6889,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6890
6889
|
item: string[];
|
|
6891
6890
|
tag: string;
|
|
6892
6891
|
}, undefined, {
|
|
6893
|
-
responsiveVariants?: boolean |
|
|
6894
|
-
position?: boolean |
|
|
6895
|
-
size?: boolean |
|
|
6896
|
-
error?: boolean |
|
|
6897
|
-
variant?: boolean |
|
|
6892
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6893
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6894
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6895
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6896
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6898
6897
|
} | undefined;
|
|
6899
6898
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6900
6899
|
twMergeConfig: {
|
|
@@ -7193,7 +7192,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7193
7192
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7194
7193
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7195
7194
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7196
|
-
responsiveVariants?: boolean |
|
|
7195
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7197
7196
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7198
7197
|
twMergeConfig: {
|
|
7199
7198
|
prefix: string;
|
|
@@ -7252,12 +7251,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7252
7251
|
16: string;
|
|
7253
7252
|
};
|
|
7254
7253
|
}, undefined, string[], {
|
|
7255
|
-
responsiveVariants?: boolean |
|
|
7256
|
-
borderColor?: boolean |
|
|
7257
|
-
border?: boolean |
|
|
7258
|
-
r?: boolean |
|
|
7259
|
-
gradient?: boolean |
|
|
7260
|
-
intensity?: boolean |
|
|
7254
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7255
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7256
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7257
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7258
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7259
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7261
7260
|
} | undefined;
|
|
7262
7261
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7263
7262
|
twMergeConfig: {
|
|
@@ -7471,12 +7470,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7471
7470
|
16: string;
|
|
7472
7471
|
};
|
|
7473
7472
|
}, undefined, string[], {
|
|
7474
|
-
responsiveVariants?: boolean |
|
|
7475
|
-
borderColor?: boolean |
|
|
7476
|
-
border?: boolean |
|
|
7477
|
-
r?: boolean |
|
|
7478
|
-
gradient?: boolean |
|
|
7479
|
-
intensity?: boolean |
|
|
7473
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7474
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7475
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7476
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7477
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7478
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7480
7479
|
} | undefined;
|
|
7481
7480
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7482
7481
|
twMergeConfig: {
|
|
@@ -7713,8 +7712,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7713
7712
|
mark: string;
|
|
7714
7713
|
tips: string[];
|
|
7715
7714
|
}, undefined, {
|
|
7716
|
-
responsiveVariants?: boolean |
|
|
7717
|
-
color?: boolean |
|
|
7715
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7716
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7718
7717
|
} | undefined;
|
|
7719
7718
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7720
7719
|
twMergeConfig: {
|
|
@@ -7879,8 +7878,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7879
7878
|
mark: string;
|
|
7880
7879
|
tips: string[];
|
|
7881
7880
|
}, undefined, {
|
|
7882
|
-
responsiveVariants?: boolean |
|
|
7883
|
-
color?: boolean |
|
|
7881
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7882
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7884
7883
|
} | undefined;
|
|
7885
7884
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7886
7885
|
twMergeConfig: {
|