@orderly.network/ui 2.4.1-alpha.0 → 2.4.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/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: {
|
|
@@ -4087,11 +4086,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4087
4086
|
sell: string;
|
|
4088
4087
|
};
|
|
4089
4088
|
}, 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", {
|
|
4090
|
-
responsiveVariants?: boolean |
|
|
4091
|
-
color?: boolean |
|
|
4092
|
-
size?: boolean |
|
|
4093
|
-
disabled?: boolean |
|
|
4094
|
-
fullWidth?: boolean |
|
|
4089
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4090
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4091
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4092
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4093
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4095
4094
|
} | undefined;
|
|
4096
4095
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4097
4096
|
twMergeConfig: {
|
|
@@ -4280,8 +4279,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4280
4279
|
bar: string[];
|
|
4281
4280
|
tumb: string;
|
|
4282
4281
|
}, undefined, {
|
|
4283
|
-
responsiveVariants?: boolean |
|
|
4284
|
-
orientation?: boolean |
|
|
4282
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4283
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4285
4284
|
} | undefined;
|
|
4286
4285
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4287
4286
|
twMergeConfig: {
|
|
@@ -5379,12 +5378,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5379
5378
|
10: string;
|
|
5380
5379
|
};
|
|
5381
5380
|
}, undefined, string[], {
|
|
5382
|
-
responsiveVariants?: boolean |
|
|
5383
|
-
mx?: boolean |
|
|
5384
|
-
my?: boolean |
|
|
5385
|
-
intensity?: boolean |
|
|
5386
|
-
direction?: boolean |
|
|
5387
|
-
lineStyle?: boolean |
|
|
5381
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5382
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5383
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5384
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5385
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5386
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5388
5387
|
} | undefined;
|
|
5389
5388
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5390
5389
|
twMergeConfig: {
|
|
@@ -5543,12 +5542,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5543
5542
|
10: string;
|
|
5544
5543
|
};
|
|
5545
5544
|
}, undefined, string[], {
|
|
5546
|
-
responsiveVariants?: boolean |
|
|
5547
|
-
mx?: boolean |
|
|
5548
|
-
my?: boolean |
|
|
5549
|
-
intensity?: boolean |
|
|
5550
|
-
direction?: boolean |
|
|
5551
|
-
lineStyle?: boolean |
|
|
5545
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5546
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5547
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5548
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5549
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5550
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5552
5551
|
} | undefined;
|
|
5553
5552
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5554
5553
|
twMergeConfig: {
|
|
@@ -5700,9 +5699,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5700
5699
|
trigger: string[];
|
|
5701
5700
|
icon: string[];
|
|
5702
5701
|
}, undefined, {
|
|
5703
|
-
responsiveVariants?: boolean |
|
|
5704
|
-
size?: boolean |
|
|
5705
|
-
variant?: boolean |
|
|
5702
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5703
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5704
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5706
5705
|
} | undefined;
|
|
5707
5706
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5708
5707
|
twMergeConfig: {
|
|
@@ -5816,9 +5815,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5816
5815
|
trigger: string[];
|
|
5817
5816
|
icon: string[];
|
|
5818
5817
|
}, undefined, {
|
|
5819
|
-
responsiveVariants?: boolean |
|
|
5820
|
-
size?: boolean |
|
|
5821
|
-
variant?: boolean |
|
|
5818
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5819
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5820
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5822
5821
|
} | undefined;
|
|
5823
5822
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5824
5823
|
twMergeConfig: {
|
|
@@ -5931,9 +5930,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5931
5930
|
trigger: string[];
|
|
5932
5931
|
icon: string[];
|
|
5933
5932
|
}, undefined, {
|
|
5934
|
-
responsiveVariants?: boolean |
|
|
5935
|
-
size?: boolean |
|
|
5936
|
-
variant?: boolean |
|
|
5933
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5934
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5935
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5937
5936
|
} | undefined;
|
|
5938
5937
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5939
5938
|
twMergeConfig: {
|
|
@@ -6049,9 +6048,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6049
6048
|
trigger: string[];
|
|
6050
6049
|
icon: string[];
|
|
6051
6050
|
}, undefined, {
|
|
6052
|
-
responsiveVariants?: boolean |
|
|
6053
|
-
size?: boolean |
|
|
6054
|
-
variant?: boolean |
|
|
6051
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6052
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6053
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6055
6054
|
} | undefined;
|
|
6056
6055
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6057
6056
|
twMergeConfig: {
|
|
@@ -6225,11 +6224,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6225
6224
|
item: string[];
|
|
6226
6225
|
tag: string;
|
|
6227
6226
|
}, undefined, {
|
|
6228
|
-
responsiveVariants?: boolean |
|
|
6229
|
-
position?: boolean |
|
|
6230
|
-
size?: boolean |
|
|
6231
|
-
error?: boolean |
|
|
6232
|
-
variant?: boolean |
|
|
6227
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6228
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6229
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6230
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6231
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6233
6232
|
} | undefined;
|
|
6234
6233
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6235
6234
|
twMergeConfig: {
|
|
@@ -6528,7 +6527,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6528
6527
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6529
6528
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6530
6529
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6531
|
-
responsiveVariants?: boolean |
|
|
6530
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6532
6531
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6533
6532
|
twMergeConfig: {
|
|
6534
6533
|
prefix: string;
|
|
@@ -6587,12 +6586,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
6587
6586
|
16: string;
|
|
6588
6587
|
};
|
|
6589
6588
|
}, undefined, string[], {
|
|
6590
|
-
responsiveVariants?: boolean |
|
|
6591
|
-
borderColor?: boolean |
|
|
6592
|
-
border?: boolean |
|
|
6593
|
-
r?: boolean |
|
|
6594
|
-
gradient?: boolean |
|
|
6595
|
-
intensity?: boolean |
|
|
6589
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6590
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6591
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6592
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6593
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6594
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6596
6595
|
} | undefined;
|
|
6597
6596
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6598
6597
|
twMergeConfig: {
|
|
@@ -6806,12 +6805,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6806
6805
|
16: string;
|
|
6807
6806
|
};
|
|
6808
6807
|
}, undefined, string[], {
|
|
6809
|
-
responsiveVariants?: boolean |
|
|
6810
|
-
borderColor?: boolean |
|
|
6811
|
-
border?: boolean |
|
|
6812
|
-
r?: boolean |
|
|
6813
|
-
gradient?: boolean |
|
|
6814
|
-
intensity?: boolean |
|
|
6808
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6809
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6810
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6811
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6812
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6813
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6815
6814
|
} | undefined;
|
|
6816
6815
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6817
6816
|
twMergeConfig: {
|
|
@@ -7048,8 +7047,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7048
7047
|
mark: string;
|
|
7049
7048
|
tips: string[];
|
|
7050
7049
|
}, undefined, {
|
|
7051
|
-
responsiveVariants?: boolean |
|
|
7052
|
-
color?: boolean |
|
|
7050
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7051
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7053
7052
|
} | undefined;
|
|
7054
7053
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7055
7054
|
twMergeConfig: {
|
|
@@ -7213,8 +7212,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7213
7212
|
mark: string;
|
|
7214
7213
|
tips: string[];
|
|
7215
7214
|
}, undefined, {
|
|
7216
|
-
responsiveVariants?: boolean |
|
|
7217
|
-
color?: boolean |
|
|
7215
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7216
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7218
7217
|
} | undefined;
|
|
7219
7218
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7220
7219
|
twMergeConfig: {
|
|
@@ -7867,8 +7866,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7867
7866
|
image: string;
|
|
7868
7867
|
fallback: string;
|
|
7869
7868
|
}, undefined, {
|
|
7870
|
-
responsiveVariants?: boolean |
|
|
7871
|
-
size?: boolean |
|
|
7869
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7870
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7872
7871
|
} | undefined;
|
|
7873
7872
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7874
7873
|
twMergeConfig: {
|
|
@@ -7993,8 +7992,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
7993
7992
|
image: string;
|
|
7994
7993
|
fallback: string;
|
|
7995
7994
|
}, undefined, {
|
|
7996
|
-
responsiveVariants?: boolean |
|
|
7997
|
-
size?: boolean |
|
|
7995
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7996
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7998
7997
|
} | undefined;
|
|
7999
7998
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8000
7999
|
twMergeConfig: {
|
|
@@ -8127,8 +8126,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
8127
8126
|
image: string;
|
|
8128
8127
|
fallback: string;
|
|
8129
8128
|
}, undefined, {
|
|
8130
|
-
responsiveVariants?: boolean |
|
|
8131
|
-
size?: boolean |
|
|
8129
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8130
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8132
8131
|
} | undefined;
|
|
8133
8132
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8134
8133
|
twMergeConfig: {
|
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';
|
|
@@ -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: {
|
|
@@ -4087,11 +4086,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4087
4086
|
sell: string;
|
|
4088
4087
|
};
|
|
4089
4088
|
}, 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", {
|
|
4090
|
-
responsiveVariants?: boolean |
|
|
4091
|
-
color?: boolean |
|
|
4092
|
-
size?: boolean |
|
|
4093
|
-
disabled?: boolean |
|
|
4094
|
-
fullWidth?: boolean |
|
|
4089
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4090
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4091
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4092
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4093
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4095
4094
|
} | undefined;
|
|
4096
4095
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4097
4096
|
twMergeConfig: {
|
|
@@ -4280,8 +4279,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4280
4279
|
bar: string[];
|
|
4281
4280
|
tumb: string;
|
|
4282
4281
|
}, undefined, {
|
|
4283
|
-
responsiveVariants?: boolean |
|
|
4284
|
-
orientation?: boolean |
|
|
4282
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4283
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4285
4284
|
} | undefined;
|
|
4286
4285
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4287
4286
|
twMergeConfig: {
|
|
@@ -5379,12 +5378,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5379
5378
|
10: string;
|
|
5380
5379
|
};
|
|
5381
5380
|
}, undefined, string[], {
|
|
5382
|
-
responsiveVariants?: boolean |
|
|
5383
|
-
mx?: boolean |
|
|
5384
|
-
my?: boolean |
|
|
5385
|
-
intensity?: boolean |
|
|
5386
|
-
direction?: boolean |
|
|
5387
|
-
lineStyle?: boolean |
|
|
5381
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5382
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5383
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5384
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5385
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5386
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5388
5387
|
} | undefined;
|
|
5389
5388
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5390
5389
|
twMergeConfig: {
|
|
@@ -5543,12 +5542,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5543
5542
|
10: string;
|
|
5544
5543
|
};
|
|
5545
5544
|
}, undefined, string[], {
|
|
5546
|
-
responsiveVariants?: boolean |
|
|
5547
|
-
mx?: boolean |
|
|
5548
|
-
my?: boolean |
|
|
5549
|
-
intensity?: boolean |
|
|
5550
|
-
direction?: boolean |
|
|
5551
|
-
lineStyle?: boolean |
|
|
5545
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5546
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5547
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5548
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5549
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5550
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5552
5551
|
} | undefined;
|
|
5553
5552
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5554
5553
|
twMergeConfig: {
|
|
@@ -5700,9 +5699,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5700
5699
|
trigger: string[];
|
|
5701
5700
|
icon: string[];
|
|
5702
5701
|
}, undefined, {
|
|
5703
|
-
responsiveVariants?: boolean |
|
|
5704
|
-
size?: boolean |
|
|
5705
|
-
variant?: boolean |
|
|
5702
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5703
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5704
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5706
5705
|
} | undefined;
|
|
5707
5706
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5708
5707
|
twMergeConfig: {
|
|
@@ -5816,9 +5815,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5816
5815
|
trigger: string[];
|
|
5817
5816
|
icon: string[];
|
|
5818
5817
|
}, undefined, {
|
|
5819
|
-
responsiveVariants?: boolean |
|
|
5820
|
-
size?: boolean |
|
|
5821
|
-
variant?: boolean |
|
|
5818
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5819
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5820
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5822
5821
|
} | undefined;
|
|
5823
5822
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5824
5823
|
twMergeConfig: {
|
|
@@ -5931,9 +5930,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5931
5930
|
trigger: string[];
|
|
5932
5931
|
icon: string[];
|
|
5933
5932
|
}, undefined, {
|
|
5934
|
-
responsiveVariants?: boolean |
|
|
5935
|
-
size?: boolean |
|
|
5936
|
-
variant?: boolean |
|
|
5933
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5934
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5935
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5937
5936
|
} | undefined;
|
|
5938
5937
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5939
5938
|
twMergeConfig: {
|
|
@@ -6049,9 +6048,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6049
6048
|
trigger: string[];
|
|
6050
6049
|
icon: string[];
|
|
6051
6050
|
}, undefined, {
|
|
6052
|
-
responsiveVariants?: boolean |
|
|
6053
|
-
size?: boolean |
|
|
6054
|
-
variant?: boolean |
|
|
6051
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6052
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6053
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6055
6054
|
} | undefined;
|
|
6056
6055
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6057
6056
|
twMergeConfig: {
|
|
@@ -6225,11 +6224,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6225
6224
|
item: string[];
|
|
6226
6225
|
tag: string;
|
|
6227
6226
|
}, undefined, {
|
|
6228
|
-
responsiveVariants?: boolean |
|
|
6229
|
-
position?: boolean |
|
|
6230
|
-
size?: boolean |
|
|
6231
|
-
error?: boolean |
|
|
6232
|
-
variant?: boolean |
|
|
6227
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6228
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6229
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6230
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6231
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6233
6232
|
} | undefined;
|
|
6234
6233
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6235
6234
|
twMergeConfig: {
|
|
@@ -6528,7 +6527,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6528
6527
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6529
6528
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6530
6529
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6531
|
-
responsiveVariants?: boolean |
|
|
6530
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6532
6531
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6533
6532
|
twMergeConfig: {
|
|
6534
6533
|
prefix: string;
|
|
@@ -6587,12 +6586,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
6587
6586
|
16: string;
|
|
6588
6587
|
};
|
|
6589
6588
|
}, undefined, string[], {
|
|
6590
|
-
responsiveVariants?: boolean |
|
|
6591
|
-
borderColor?: boolean |
|
|
6592
|
-
border?: boolean |
|
|
6593
|
-
r?: boolean |
|
|
6594
|
-
gradient?: boolean |
|
|
6595
|
-
intensity?: boolean |
|
|
6589
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6590
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6591
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6592
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6593
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6594
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6596
6595
|
} | undefined;
|
|
6597
6596
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6598
6597
|
twMergeConfig: {
|
|
@@ -6806,12 +6805,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6806
6805
|
16: string;
|
|
6807
6806
|
};
|
|
6808
6807
|
}, undefined, string[], {
|
|
6809
|
-
responsiveVariants?: boolean |
|
|
6810
|
-
borderColor?: boolean |
|
|
6811
|
-
border?: boolean |
|
|
6812
|
-
r?: boolean |
|
|
6813
|
-
gradient?: boolean |
|
|
6814
|
-
intensity?: boolean |
|
|
6808
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6809
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6810
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6811
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6812
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6813
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6815
6814
|
} | undefined;
|
|
6816
6815
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6817
6816
|
twMergeConfig: {
|
|
@@ -7048,8 +7047,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7048
7047
|
mark: string;
|
|
7049
7048
|
tips: string[];
|
|
7050
7049
|
}, undefined, {
|
|
7051
|
-
responsiveVariants?: boolean |
|
|
7052
|
-
color?: boolean |
|
|
7050
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7051
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7053
7052
|
} | undefined;
|
|
7054
7053
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7055
7054
|
twMergeConfig: {
|
|
@@ -7213,8 +7212,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7213
7212
|
mark: string;
|
|
7214
7213
|
tips: string[];
|
|
7215
7214
|
}, undefined, {
|
|
7216
|
-
responsiveVariants?: boolean |
|
|
7217
|
-
color?: boolean |
|
|
7215
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7216
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7218
7217
|
} | undefined;
|
|
7219
7218
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7220
7219
|
twMergeConfig: {
|
|
@@ -7867,8 +7866,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7867
7866
|
image: string;
|
|
7868
7867
|
fallback: string;
|
|
7869
7868
|
}, undefined, {
|
|
7870
|
-
responsiveVariants?: boolean |
|
|
7871
|
-
size?: boolean |
|
|
7869
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7870
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7872
7871
|
} | undefined;
|
|
7873
7872
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7874
7873
|
twMergeConfig: {
|
|
@@ -7993,8 +7992,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
7993
7992
|
image: string;
|
|
7994
7993
|
fallback: string;
|
|
7995
7994
|
}, undefined, {
|
|
7996
|
-
responsiveVariants?: boolean |
|
|
7997
|
-
size?: boolean |
|
|
7995
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7996
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7998
7997
|
} | undefined;
|
|
7999
7998
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8000
7999
|
twMergeConfig: {
|
|
@@ -8127,8 +8126,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
8127
8126
|
image: string;
|
|
8128
8127
|
fallback: string;
|
|
8129
8128
|
}, undefined, {
|
|
8130
|
-
responsiveVariants?: boolean |
|
|
8131
|
-
size?: boolean |
|
|
8129
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8130
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8132
8131
|
} | undefined;
|
|
8133
8132
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8134
8133
|
twMergeConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orderly.network/ui",
|
|
3
|
-
"version": "2.4.1
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tailwindcss-animate": "^1.0.6",
|
|
20
20
|
"tsup": "^7.1.0",
|
|
21
21
|
"typescript": "^5.1.6",
|
|
22
|
-
"tsconfig": "0.7.1
|
|
22
|
+
"tsconfig": "0.7.1"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [],
|
|
25
25
|
"author": "orderly.network",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-error-boundary": "^4.0.13",
|
|
54
54
|
"react-hot-toast": "^2.4.1",
|
|
55
55
|
"tailwind-variants": "^0.2.1",
|
|
56
|
-
"@orderly.network/utils": "2.4.1
|
|
56
|
+
"@orderly.network/utils": "2.4.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "tsup && pnpm run build:css",
|