@orderly.network/ui 2.5.2-alpha.0 → 2.5.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 +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';
|
|
@@ -443,34 +442,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
443
442
|
true: string;
|
|
444
443
|
};
|
|
445
444
|
}, undefined, string[], {
|
|
446
|
-
responsiveVariants?: boolean |
|
|
447
|
-
p?: boolean |
|
|
448
|
-
grow?: boolean |
|
|
449
|
-
m?: boolean |
|
|
450
|
-
mb?: boolean |
|
|
451
|
-
ml?: boolean |
|
|
452
|
-
mr?: boolean |
|
|
453
|
-
mt?: boolean |
|
|
454
|
-
mx?: boolean |
|
|
455
|
-
my?: boolean |
|
|
456
|
-
pb?: boolean |
|
|
457
|
-
pl?: boolean |
|
|
458
|
-
position?: boolean |
|
|
459
|
-
pr?: boolean |
|
|
460
|
-
pt?: boolean |
|
|
461
|
-
px?: boolean |
|
|
462
|
-
py?: boolean |
|
|
463
|
-
shadow?: boolean |
|
|
464
|
-
borderColor?: boolean |
|
|
465
|
-
__position?: boolean |
|
|
466
|
-
__size_width?: boolean |
|
|
467
|
-
__size_height?: boolean |
|
|
468
|
-
invisible?: boolean |
|
|
469
|
-
zIndex?: boolean |
|
|
470
|
-
border?: boolean |
|
|
471
|
-
r?: boolean |
|
|
472
|
-
gradient?: boolean |
|
|
473
|
-
intensity?: boolean |
|
|
445
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
446
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
447
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
448
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
449
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
450
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
451
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
452
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
453
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
454
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
473
|
} | undefined;
|
|
475
474
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
476
475
|
twMergeConfig: {
|
|
@@ -1605,13 +1604,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1605
1604
|
5: string;
|
|
1606
1605
|
};
|
|
1607
1606
|
}, undefined, string[], {
|
|
1608
|
-
responsiveVariants?: boolean |
|
|
1609
|
-
gap?: boolean |
|
|
1610
|
-
cols?: boolean |
|
|
1611
|
-
rows?: boolean |
|
|
1612
|
-
gapX?: boolean |
|
|
1613
|
-
gapY?: boolean |
|
|
1614
|
-
autoFlow?: boolean |
|
|
1607
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1608
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1609
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1610
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1611
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1612
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1613
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1615
1614
|
} | undefined;
|
|
1616
1615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1617
1616
|
twMergeConfig: {
|
|
@@ -1718,9 +1717,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1718
1717
|
9: string;
|
|
1719
1718
|
};
|
|
1720
1719
|
}, undefined, undefined, {
|
|
1721
|
-
responsiveVariants?: boolean |
|
|
1722
|
-
colSpan?: boolean |
|
|
1723
|
-
rowSpan?: boolean |
|
|
1720
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1721
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1722
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1724
1723
|
} | undefined;
|
|
1725
1724
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1726
1725
|
twMergeConfig: {
|
|
@@ -1943,10 +1942,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1943
1942
|
10: string;
|
|
1944
1943
|
};
|
|
1945
1944
|
}, undefined, undefined, {
|
|
1946
|
-
responsiveVariants?: boolean |
|
|
1947
|
-
gap?: boolean |
|
|
1948
|
-
gapX?: boolean |
|
|
1949
|
-
gapY?: boolean |
|
|
1945
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1946
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1947
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1948
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1950
1949
|
} | undefined;
|
|
1951
1950
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1952
1951
|
twMergeConfig: {
|
|
@@ -2142,12 +2141,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2142
2141
|
default: string;
|
|
2143
2142
|
};
|
|
2144
2143
|
}, undefined, undefined, {
|
|
2145
|
-
responsiveVariants?: boolean |
|
|
2146
|
-
color?: boolean |
|
|
2147
|
-
size?: boolean |
|
|
2148
|
-
intensity?: boolean |
|
|
2149
|
-
weight?: boolean |
|
|
2150
|
-
dashBoard?: boolean |
|
|
2144
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2145
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2146
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2147
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2148
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2149
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2151
2150
|
} | undefined;
|
|
2152
2151
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2153
2152
|
twMergeConfig: {
|
|
@@ -2470,8 +2469,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2470
2469
|
label: string;
|
|
2471
2470
|
value: string;
|
|
2472
2471
|
}, undefined, {
|
|
2473
|
-
responsiveVariants?: boolean |
|
|
2474
|
-
align?: boolean |
|
|
2472
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2473
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2475
2474
|
} | undefined;
|
|
2476
2475
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2477
2476
|
twMergeConfig: {
|
|
@@ -2536,8 +2535,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2536
2535
|
label: string;
|
|
2537
2536
|
value: string;
|
|
2538
2537
|
}, undefined, {
|
|
2539
|
-
responsiveVariants?: boolean |
|
|
2540
|
-
align?: boolean |
|
|
2538
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2539
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2541
2540
|
} | undefined;
|
|
2542
2541
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2543
2542
|
twMergeConfig: {
|
|
@@ -2602,8 +2601,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2602
2601
|
label: string;
|
|
2603
2602
|
value: string;
|
|
2604
2603
|
}, undefined, {
|
|
2605
|
-
responsiveVariants?: boolean |
|
|
2606
|
-
align?: boolean |
|
|
2604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2605
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2607
2606
|
} | undefined;
|
|
2608
2607
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2609
2608
|
twMergeConfig: {
|
|
@@ -2725,8 +2724,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2725
2724
|
inherit: string;
|
|
2726
2725
|
};
|
|
2727
2726
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2728
|
-
responsiveVariants?: boolean |
|
|
2729
|
-
color?: boolean |
|
|
2727
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2728
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2730
2729
|
} | undefined;
|
|
2731
2730
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2732
2731
|
twMergeConfig: {
|
|
@@ -2784,8 +2783,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2784
2783
|
inherit: string;
|
|
2785
2784
|
};
|
|
2786
2785
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2787
|
-
responsiveVariants?: boolean |
|
|
2788
|
-
color?: boolean |
|
|
2786
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2787
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2789
2788
|
} | undefined;
|
|
2790
2789
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2791
2790
|
twMergeConfig: {
|
|
@@ -3361,8 +3360,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3361
3360
|
label: string;
|
|
3362
3361
|
input: never[];
|
|
3363
3362
|
}, undefined, {
|
|
3364
|
-
responsiveVariants?: boolean |
|
|
3365
|
-
direction?: boolean |
|
|
3363
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3364
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3366
3365
|
} | undefined;
|
|
3367
3366
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3368
3367
|
twMergeConfig: {
|
|
@@ -3579,10 +3578,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3579
3578
|
lg: string;
|
|
3580
3579
|
};
|
|
3581
3580
|
}, 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", {
|
|
3582
|
-
responsiveVariants?: boolean |
|
|
3583
|
-
color?: boolean |
|
|
3584
|
-
size?: boolean |
|
|
3585
|
-
variant?: boolean |
|
|
3581
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3582
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3583
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3584
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3586
3585
|
} | undefined;
|
|
3587
3586
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3588
3587
|
twMergeConfig: {
|
|
@@ -4102,11 +4101,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4102
4101
|
sell: string;
|
|
4103
4102
|
};
|
|
4104
4103
|
}, 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", {
|
|
4105
|
-
responsiveVariants?: boolean |
|
|
4106
|
-
color?: boolean |
|
|
4107
|
-
size?: boolean |
|
|
4108
|
-
disabled?: boolean |
|
|
4109
|
-
fullWidth?: boolean |
|
|
4104
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4105
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4106
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4107
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4108
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4110
4109
|
} | undefined;
|
|
4111
4110
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4112
4111
|
twMergeConfig: {
|
|
@@ -4318,8 +4317,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4318
4317
|
bar: string[];
|
|
4319
4318
|
tumb: string;
|
|
4320
4319
|
}, undefined, {
|
|
4321
|
-
responsiveVariants?: boolean |
|
|
4322
|
-
orientation?: boolean |
|
|
4320
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4321
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4323
4322
|
} | undefined;
|
|
4324
4323
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4325
4324
|
twMergeConfig: {
|
|
@@ -5417,12 +5416,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5417
5416
|
10: string;
|
|
5418
5417
|
};
|
|
5419
5418
|
}, undefined, string[], {
|
|
5420
|
-
responsiveVariants?: boolean |
|
|
5421
|
-
mx?: boolean |
|
|
5422
|
-
my?: boolean |
|
|
5423
|
-
intensity?: boolean |
|
|
5424
|
-
direction?: boolean |
|
|
5425
|
-
lineStyle?: boolean |
|
|
5419
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5420
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5421
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5422
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5423
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5424
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5426
5425
|
} | undefined;
|
|
5427
5426
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5428
5427
|
twMergeConfig: {
|
|
@@ -5581,12 +5580,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5581
5580
|
10: string;
|
|
5582
5581
|
};
|
|
5583
5582
|
}, undefined, string[], {
|
|
5584
|
-
responsiveVariants?: boolean |
|
|
5585
|
-
mx?: boolean |
|
|
5586
|
-
my?: boolean |
|
|
5587
|
-
intensity?: boolean |
|
|
5588
|
-
direction?: boolean |
|
|
5589
|
-
lineStyle?: boolean |
|
|
5583
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5584
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5585
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5586
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5587
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5588
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5590
5589
|
} | undefined;
|
|
5591
5590
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5592
5591
|
twMergeConfig: {
|
|
@@ -5738,9 +5737,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5738
5737
|
trigger: string[];
|
|
5739
5738
|
icon: string[];
|
|
5740
5739
|
}, undefined, {
|
|
5741
|
-
responsiveVariants?: boolean |
|
|
5742
|
-
size?: boolean |
|
|
5743
|
-
variant?: boolean |
|
|
5740
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5741
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5742
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5744
5743
|
} | undefined;
|
|
5745
5744
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5746
5745
|
twMergeConfig: {
|
|
@@ -5854,9 +5853,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5854
5853
|
trigger: string[];
|
|
5855
5854
|
icon: string[];
|
|
5856
5855
|
}, undefined, {
|
|
5857
|
-
responsiveVariants?: boolean |
|
|
5858
|
-
size?: boolean |
|
|
5859
|
-
variant?: boolean |
|
|
5856
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5857
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5858
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5860
5859
|
} | undefined;
|
|
5861
5860
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5862
5861
|
twMergeConfig: {
|
|
@@ -5969,9 +5968,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5969
5968
|
trigger: string[];
|
|
5970
5969
|
icon: string[];
|
|
5971
5970
|
}, undefined, {
|
|
5972
|
-
responsiveVariants?: boolean |
|
|
5973
|
-
size?: boolean |
|
|
5974
|
-
variant?: boolean |
|
|
5971
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5972
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5973
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5975
5974
|
} | undefined;
|
|
5976
5975
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5977
5976
|
twMergeConfig: {
|
|
@@ -6087,9 +6086,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6087
6086
|
trigger: string[];
|
|
6088
6087
|
icon: string[];
|
|
6089
6088
|
}, undefined, {
|
|
6090
|
-
responsiveVariants?: boolean |
|
|
6091
|
-
size?: boolean |
|
|
6092
|
-
variant?: boolean |
|
|
6089
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6090
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6091
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6093
6092
|
} | undefined;
|
|
6094
6093
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6095
6094
|
twMergeConfig: {
|
|
@@ -6263,11 +6262,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6263
6262
|
item: string[];
|
|
6264
6263
|
tag: string;
|
|
6265
6264
|
}, undefined, {
|
|
6266
|
-
responsiveVariants?: boolean |
|
|
6267
|
-
position?: boolean |
|
|
6268
|
-
size?: boolean |
|
|
6269
|
-
error?: boolean |
|
|
6270
|
-
variant?: boolean |
|
|
6265
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6266
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6267
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6268
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6269
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6271
6270
|
} | undefined;
|
|
6272
6271
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6273
6272
|
twMergeConfig: {
|
|
@@ -6566,7 +6565,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6566
6565
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6567
6566
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6568
6567
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6569
|
-
responsiveVariants?: boolean |
|
|
6568
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6570
6569
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6571
6570
|
twMergeConfig: {
|
|
6572
6571
|
prefix: string;
|
|
@@ -6625,12 +6624,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
6625
6624
|
16: string;
|
|
6626
6625
|
};
|
|
6627
6626
|
}, undefined, string[], {
|
|
6628
|
-
responsiveVariants?: boolean |
|
|
6629
|
-
borderColor?: boolean |
|
|
6630
|
-
border?: boolean |
|
|
6631
|
-
r?: boolean |
|
|
6632
|
-
gradient?: boolean |
|
|
6633
|
-
intensity?: boolean |
|
|
6627
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6628
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6629
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6630
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6631
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6632
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6634
6633
|
} | undefined;
|
|
6635
6634
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6636
6635
|
twMergeConfig: {
|
|
@@ -6844,12 +6843,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6844
6843
|
16: string;
|
|
6845
6844
|
};
|
|
6846
6845
|
}, undefined, string[], {
|
|
6847
|
-
responsiveVariants?: boolean |
|
|
6848
|
-
borderColor?: boolean |
|
|
6849
|
-
border?: boolean |
|
|
6850
|
-
r?: boolean |
|
|
6851
|
-
gradient?: boolean |
|
|
6852
|
-
intensity?: boolean |
|
|
6846
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6847
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6848
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6849
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6850
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6851
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6853
6852
|
} | undefined;
|
|
6854
6853
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6855
6854
|
twMergeConfig: {
|
|
@@ -7086,8 +7085,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7086
7085
|
mark: string;
|
|
7087
7086
|
tips: string[];
|
|
7088
7087
|
}, undefined, {
|
|
7089
|
-
responsiveVariants?: boolean |
|
|
7090
|
-
color?: boolean |
|
|
7088
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7089
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7091
7090
|
} | undefined;
|
|
7092
7091
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7093
7092
|
twMergeConfig: {
|
|
@@ -7251,8 +7250,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7251
7250
|
mark: string;
|
|
7252
7251
|
tips: string[];
|
|
7253
7252
|
}, undefined, {
|
|
7254
|
-
responsiveVariants?: boolean |
|
|
7255
|
-
color?: boolean |
|
|
7253
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7254
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7256
7255
|
} | undefined;
|
|
7257
7256
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7258
7257
|
twMergeConfig: {
|
|
@@ -7905,8 +7904,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7905
7904
|
image: string;
|
|
7906
7905
|
fallback: string;
|
|
7907
7906
|
}, undefined, {
|
|
7908
|
-
responsiveVariants?: boolean |
|
|
7909
|
-
size?: boolean |
|
|
7907
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7908
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7910
7909
|
} | undefined;
|
|
7911
7910
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7912
7911
|
twMergeConfig: {
|
|
@@ -8031,8 +8030,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
8031
8030
|
image: string;
|
|
8032
8031
|
fallback: string;
|
|
8033
8032
|
}, undefined, {
|
|
8034
|
-
responsiveVariants?: boolean |
|
|
8035
|
-
size?: boolean |
|
|
8033
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8034
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8036
8035
|
} | undefined;
|
|
8037
8036
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8038
8037
|
twMergeConfig: {
|
|
@@ -8165,8 +8164,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
8165
8164
|
image: string;
|
|
8166
8165
|
fallback: string;
|
|
8167
8166
|
}, undefined, {
|
|
8168
|
-
responsiveVariants?: boolean |
|
|
8169
|
-
size?: boolean |
|
|
8167
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8168
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8170
8169
|
} | undefined;
|
|
8171
8170
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8172
8171
|
twMergeConfig: {
|