@orderly.network/ui 2.12.1-alpha.0 → 2.12.1
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 +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: {
|
|
@@ -2768,8 +2767,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2768
2767
|
label: string;
|
|
2769
2768
|
value: string;
|
|
2770
2769
|
}, undefined, {
|
|
2771
|
-
responsiveVariants?: boolean |
|
|
2772
|
-
align?: boolean |
|
|
2770
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2771
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2773
2772
|
} | undefined;
|
|
2774
2773
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2775
2774
|
twMergeConfig: {
|
|
@@ -2834,8 +2833,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2834
2833
|
label: string;
|
|
2835
2834
|
value: string;
|
|
2836
2835
|
}, undefined, {
|
|
2837
|
-
responsiveVariants?: boolean |
|
|
2838
|
-
align?: boolean |
|
|
2836
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2837
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2839
2838
|
} | undefined;
|
|
2840
2839
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2841
2840
|
twMergeConfig: {
|
|
@@ -2900,8 +2899,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2900
2899
|
label: string;
|
|
2901
2900
|
value: string;
|
|
2902
2901
|
}, undefined, {
|
|
2903
|
-
responsiveVariants?: boolean |
|
|
2904
|
-
align?: boolean |
|
|
2902
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2903
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2905
2904
|
} | undefined;
|
|
2906
2905
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2907
2906
|
twMergeConfig: {
|
|
@@ -3507,8 +3506,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3507
3506
|
label: string;
|
|
3508
3507
|
input: never[];
|
|
3509
3508
|
}, undefined, {
|
|
3510
|
-
responsiveVariants?: boolean |
|
|
3511
|
-
direction?: boolean |
|
|
3509
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3510
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3512
3511
|
} | undefined;
|
|
3513
3512
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3514
3513
|
twMergeConfig: {
|
|
@@ -3725,10 +3724,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3725
3724
|
lg: string;
|
|
3726
3725
|
};
|
|
3727
3726
|
}, 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", {
|
|
3728
|
-
responsiveVariants?: boolean |
|
|
3729
|
-
size?: boolean |
|
|
3730
|
-
color?: boolean |
|
|
3731
|
-
variant?: boolean |
|
|
3727
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3728
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3729
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3730
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3732
3731
|
} | undefined;
|
|
3733
3732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3734
3733
|
twMergeConfig: {
|
|
@@ -4252,11 +4251,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4252
4251
|
sell: string;
|
|
4253
4252
|
};
|
|
4254
4253
|
}, 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", {
|
|
4255
|
-
responsiveVariants?: boolean |
|
|
4256
|
-
size?: boolean |
|
|
4257
|
-
color?: boolean |
|
|
4258
|
-
disabled?: boolean |
|
|
4259
|
-
fullWidth?: boolean |
|
|
4254
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4255
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4256
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4257
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4258
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4260
4259
|
} | undefined;
|
|
4261
4260
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4262
4261
|
twMergeConfig: {
|
|
@@ -4468,8 +4467,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4468
4467
|
bar: string[];
|
|
4469
4468
|
tumb: string;
|
|
4470
4469
|
}, undefined, {
|
|
4471
|
-
responsiveVariants?: boolean |
|
|
4472
|
-
orientation?: boolean |
|
|
4470
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4471
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4473
4472
|
} | undefined;
|
|
4474
4473
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4475
4474
|
twMergeConfig: {
|
|
@@ -5572,12 +5571,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5572
5571
|
10: string;
|
|
5573
5572
|
};
|
|
5574
5573
|
}, undefined, string[], {
|
|
5575
|
-
responsiveVariants?: boolean |
|
|
5576
|
-
mx?: boolean |
|
|
5577
|
-
my?: boolean |
|
|
5578
|
-
intensity?: boolean |
|
|
5579
|
-
direction?: boolean |
|
|
5580
|
-
lineStyle?: boolean |
|
|
5574
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5575
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5576
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5577
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5578
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5579
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5581
5580
|
} | undefined;
|
|
5582
5581
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5583
5582
|
twMergeConfig: {
|
|
@@ -5736,12 +5735,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5736
5735
|
10: string;
|
|
5737
5736
|
};
|
|
5738
5737
|
}, undefined, string[], {
|
|
5739
|
-
responsiveVariants?: boolean |
|
|
5740
|
-
mx?: boolean |
|
|
5741
|
-
my?: boolean |
|
|
5742
|
-
intensity?: boolean |
|
|
5743
|
-
direction?: boolean |
|
|
5744
|
-
lineStyle?: boolean |
|
|
5738
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5739
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5740
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5741
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5742
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5743
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5745
5744
|
} | undefined;
|
|
5746
5745
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5747
5746
|
twMergeConfig: {
|
|
@@ -5893,9 +5892,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5893
5892
|
trigger: string[];
|
|
5894
5893
|
icon: string[];
|
|
5895
5894
|
}, undefined, {
|
|
5896
|
-
responsiveVariants?: boolean |
|
|
5897
|
-
size?: boolean |
|
|
5898
|
-
variant?: boolean |
|
|
5895
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5896
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5897
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5899
5898
|
} | undefined;
|
|
5900
5899
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5901
5900
|
twMergeConfig: {
|
|
@@ -6009,9 +6008,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
6009
6008
|
trigger: string[];
|
|
6010
6009
|
icon: string[];
|
|
6011
6010
|
}, undefined, {
|
|
6012
|
-
responsiveVariants?: boolean |
|
|
6013
|
-
size?: boolean |
|
|
6014
|
-
variant?: boolean |
|
|
6011
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6012
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6013
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6015
6014
|
} | undefined;
|
|
6016
6015
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6017
6016
|
twMergeConfig: {
|
|
@@ -6124,9 +6123,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6124
6123
|
trigger: string[];
|
|
6125
6124
|
icon: string[];
|
|
6126
6125
|
}, undefined, {
|
|
6127
|
-
responsiveVariants?: boolean |
|
|
6128
|
-
size?: boolean |
|
|
6129
|
-
variant?: boolean |
|
|
6126
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6127
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6128
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6130
6129
|
} | undefined;
|
|
6131
6130
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6132
6131
|
twMergeConfig: {
|
|
@@ -6242,9 +6241,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6242
6241
|
trigger: string[];
|
|
6243
6242
|
icon: string[];
|
|
6244
6243
|
}, undefined, {
|
|
6245
|
-
responsiveVariants?: boolean |
|
|
6246
|
-
size?: boolean |
|
|
6247
|
-
variant?: boolean |
|
|
6244
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6245
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6246
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6248
6247
|
} | undefined;
|
|
6249
6248
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6250
6249
|
twMergeConfig: {
|
|
@@ -6420,8 +6419,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6420
6419
|
image: string;
|
|
6421
6420
|
fallback: string;
|
|
6422
6421
|
}, undefined, {
|
|
6423
|
-
responsiveVariants?: boolean |
|
|
6424
|
-
size?: boolean |
|
|
6422
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6423
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6425
6424
|
} | undefined;
|
|
6426
6425
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6427
6426
|
twMergeConfig: {
|
|
@@ -6562,8 +6561,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6562
6561
|
image: string;
|
|
6563
6562
|
fallback: string;
|
|
6564
6563
|
}, undefined, {
|
|
6565
|
-
responsiveVariants?: boolean |
|
|
6566
|
-
size?: boolean |
|
|
6564
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6565
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6567
6566
|
} | undefined;
|
|
6568
6567
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6569
6568
|
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: {
|
|
@@ -6868,11 +6867,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6868
6867
|
item: string[];
|
|
6869
6868
|
tag: string;
|
|
6870
6869
|
}, undefined, {
|
|
6871
|
-
responsiveVariants?: boolean |
|
|
6872
|
-
position?: boolean |
|
|
6873
|
-
size?: boolean |
|
|
6874
|
-
variant?: boolean |
|
|
6875
|
-
error?: boolean |
|
|
6870
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6871
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6872
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6873
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6874
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6876
6875
|
} | undefined;
|
|
6877
6876
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6878
6877
|
twMergeConfig: {
|
|
@@ -7171,7 +7170,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7171
7170
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7172
7171
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7173
7172
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7174
|
-
responsiveVariants?: boolean |
|
|
7173
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7175
7174
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7176
7175
|
twMergeConfig: {
|
|
7177
7176
|
prefix: string;
|
|
@@ -7230,12 +7229,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7230
7229
|
16: string;
|
|
7231
7230
|
};
|
|
7232
7231
|
}, undefined, string[], {
|
|
7233
|
-
responsiveVariants?: boolean |
|
|
7234
|
-
borderColor?: boolean |
|
|
7235
|
-
border?: boolean |
|
|
7236
|
-
r?: boolean |
|
|
7237
|
-
gradient?: boolean |
|
|
7238
|
-
intensity?: boolean |
|
|
7232
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7233
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7234
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7235
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7236
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7237
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7239
7238
|
} | undefined;
|
|
7240
7239
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7241
7240
|
twMergeConfig: {
|
|
@@ -7449,12 +7448,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7449
7448
|
16: string;
|
|
7450
7449
|
};
|
|
7451
7450
|
}, undefined, string[], {
|
|
7452
|
-
responsiveVariants?: boolean |
|
|
7453
|
-
borderColor?: boolean |
|
|
7454
|
-
border?: boolean |
|
|
7455
|
-
r?: boolean |
|
|
7456
|
-
gradient?: boolean |
|
|
7457
|
-
intensity?: boolean |
|
|
7451
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7452
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7453
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7454
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7455
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7456
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7458
7457
|
} | undefined;
|
|
7459
7458
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7460
7459
|
twMergeConfig: {
|
|
@@ -7691,8 +7690,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7691
7690
|
mark: string;
|
|
7692
7691
|
tips: string[];
|
|
7693
7692
|
}, undefined, {
|
|
7694
|
-
responsiveVariants?: boolean |
|
|
7695
|
-
color?: boolean |
|
|
7693
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7694
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7696
7695
|
} | undefined;
|
|
7697
7696
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7698
7697
|
twMergeConfig: {
|
|
@@ -7857,8 +7856,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7857
7856
|
mark: string;
|
|
7858
7857
|
tips: string[];
|
|
7859
7858
|
}, undefined, {
|
|
7860
|
-
responsiveVariants?: boolean |
|
|
7861
|
-
color?: boolean |
|
|
7859
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7860
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7862
7861
|
} | undefined;
|
|
7863
7862
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7864
7863
|
twMergeConfig: {
|