@orderly.network/ui 2.8.1-alpha.0 → 2.8.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';
|
|
@@ -451,34 +450,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
451
450
|
true: string;
|
|
452
451
|
};
|
|
453
452
|
}, undefined, string[], {
|
|
454
|
-
responsiveVariants?: boolean |
|
|
455
|
-
grow?: boolean |
|
|
456
|
-
m?: boolean |
|
|
457
|
-
mb?: boolean |
|
|
458
|
-
ml?: boolean |
|
|
459
|
-
mr?: boolean |
|
|
460
|
-
mt?: boolean |
|
|
461
|
-
mx?: boolean |
|
|
462
|
-
my?: boolean |
|
|
463
|
-
p?: boolean |
|
|
464
|
-
pb?: boolean |
|
|
465
|
-
pl?: boolean |
|
|
466
|
-
position?: boolean |
|
|
467
|
-
pr?: boolean |
|
|
468
|
-
pt?: boolean |
|
|
469
|
-
px?: boolean |
|
|
470
|
-
py?: boolean |
|
|
471
|
-
shadow?: boolean |
|
|
472
|
-
borderColor?: boolean |
|
|
473
|
-
__position?: boolean |
|
|
474
|
-
__size_width?: boolean |
|
|
475
|
-
__size_height?: boolean |
|
|
476
|
-
invisible?: boolean |
|
|
477
|
-
zIndex?: boolean |
|
|
478
|
-
border?: boolean |
|
|
479
|
-
r?: boolean |
|
|
480
|
-
gradient?: boolean |
|
|
481
|
-
intensity?: boolean |
|
|
453
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
454
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
473
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
475
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
476
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
477
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
478
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
479
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
480
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
482
481
|
} | undefined;
|
|
483
482
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
484
483
|
twMergeConfig: {
|
|
@@ -1613,13 +1612,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1613
1612
|
5: string;
|
|
1614
1613
|
};
|
|
1615
1614
|
}, undefined, string[], {
|
|
1616
|
-
responsiveVariants?: boolean |
|
|
1617
|
-
gap?: boolean |
|
|
1618
|
-
cols?: boolean |
|
|
1619
|
-
rows?: boolean |
|
|
1620
|
-
gapX?: boolean |
|
|
1621
|
-
gapY?: boolean |
|
|
1622
|
-
autoFlow?: boolean |
|
|
1615
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1616
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1617
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1618
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1619
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1620
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1621
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1623
1622
|
} | undefined;
|
|
1624
1623
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1625
1624
|
twMergeConfig: {
|
|
@@ -1726,9 +1725,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1726
1725
|
9: string;
|
|
1727
1726
|
};
|
|
1728
1727
|
}, undefined, undefined, {
|
|
1729
|
-
responsiveVariants?: boolean |
|
|
1730
|
-
colSpan?: boolean |
|
|
1731
|
-
rowSpan?: boolean |
|
|
1728
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1729
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1730
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1732
1731
|
} | undefined;
|
|
1733
1732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1734
1733
|
twMergeConfig: {
|
|
@@ -1951,10 +1950,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1951
1950
|
10: string;
|
|
1952
1951
|
};
|
|
1953
1952
|
}, undefined, undefined, {
|
|
1954
|
-
responsiveVariants?: boolean |
|
|
1955
|
-
gap?: boolean |
|
|
1956
|
-
gapX?: boolean |
|
|
1957
|
-
gapY?: boolean |
|
|
1953
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1954
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1955
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1956
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1958
1957
|
} | undefined;
|
|
1959
1958
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1960
1959
|
twMergeConfig: {
|
|
@@ -2150,12 +2149,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2150
2149
|
default: string;
|
|
2151
2150
|
};
|
|
2152
2151
|
}, undefined, undefined, {
|
|
2153
|
-
responsiveVariants?: boolean |
|
|
2154
|
-
size?: boolean |
|
|
2155
|
-
intensity?: boolean |
|
|
2156
|
-
color?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2156
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2157
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2159
2158
|
} | undefined;
|
|
2160
2159
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2161
2160
|
twMergeConfig: {
|
|
@@ -2445,8 +2444,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2445
2444
|
inherit: string;
|
|
2446
2445
|
};
|
|
2447
2446
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2448
|
-
responsiveVariants?: boolean |
|
|
2449
|
-
color?: boolean |
|
|
2447
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2448
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2450
2449
|
} | undefined;
|
|
2451
2450
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2452
2451
|
twMergeConfig: {
|
|
@@ -2504,8 +2503,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2504
2503
|
inherit: string;
|
|
2505
2504
|
};
|
|
2506
2505
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2507
|
-
responsiveVariants?: boolean |
|
|
2508
|
-
color?: boolean |
|
|
2506
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2507
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2509
2508
|
} | undefined;
|
|
2510
2509
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2511
2510
|
twMergeConfig: {
|
|
@@ -2661,8 +2660,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2661
2660
|
label: string;
|
|
2662
2661
|
value: string;
|
|
2663
2662
|
}, undefined, {
|
|
2664
|
-
responsiveVariants?: boolean |
|
|
2665
|
-
align?: boolean |
|
|
2663
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2664
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2666
2665
|
} | undefined;
|
|
2667
2666
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2668
2667
|
twMergeConfig: {
|
|
@@ -2727,8 +2726,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2727
2726
|
label: string;
|
|
2728
2727
|
value: string;
|
|
2729
2728
|
}, undefined, {
|
|
2730
|
-
responsiveVariants?: boolean |
|
|
2731
|
-
align?: boolean |
|
|
2729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2730
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2732
2731
|
} | undefined;
|
|
2733
2732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2734
2733
|
twMergeConfig: {
|
|
@@ -2793,8 +2792,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2793
2792
|
label: string;
|
|
2794
2793
|
value: string;
|
|
2795
2794
|
}, undefined, {
|
|
2796
|
-
responsiveVariants?: boolean |
|
|
2797
|
-
align?: boolean |
|
|
2795
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2796
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2798
2797
|
} | undefined;
|
|
2799
2798
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2800
2799
|
twMergeConfig: {
|
|
@@ -3399,8 +3398,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3399
3398
|
label: string;
|
|
3400
3399
|
input: never[];
|
|
3401
3400
|
}, undefined, {
|
|
3402
|
-
responsiveVariants?: boolean |
|
|
3403
|
-
direction?: boolean |
|
|
3401
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3402
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3404
3403
|
} | undefined;
|
|
3405
3404
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3406
3405
|
twMergeConfig: {
|
|
@@ -3617,10 +3616,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3617
3616
|
lg: string;
|
|
3618
3617
|
};
|
|
3619
3618
|
}, 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", {
|
|
3620
|
-
responsiveVariants?: boolean |
|
|
3621
|
-
size?: boolean |
|
|
3622
|
-
color?: boolean |
|
|
3623
|
-
variant?: boolean |
|
|
3619
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3620
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3621
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3622
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3624
3623
|
} | undefined;
|
|
3625
3624
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3626
3625
|
twMergeConfig: {
|
|
@@ -4141,11 +4140,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4141
4140
|
sell: string;
|
|
4142
4141
|
};
|
|
4143
4142
|
}, 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", {
|
|
4144
|
-
responsiveVariants?: boolean |
|
|
4145
|
-
size?: boolean |
|
|
4146
|
-
color?: boolean |
|
|
4147
|
-
disabled?: boolean |
|
|
4148
|
-
fullWidth?: boolean |
|
|
4143
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4144
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4145
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4146
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4147
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4149
4148
|
} | undefined;
|
|
4150
4149
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4151
4150
|
twMergeConfig: {
|
|
@@ -4357,8 +4356,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4357
4356
|
bar: string[];
|
|
4358
4357
|
tumb: string;
|
|
4359
4358
|
}, undefined, {
|
|
4360
|
-
responsiveVariants?: boolean |
|
|
4361
|
-
orientation?: boolean |
|
|
4359
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4360
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4362
4361
|
} | undefined;
|
|
4363
4362
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4364
4363
|
twMergeConfig: {
|
|
@@ -5461,12 +5460,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5461
5460
|
10: string;
|
|
5462
5461
|
};
|
|
5463
5462
|
}, undefined, string[], {
|
|
5464
|
-
responsiveVariants?: boolean |
|
|
5465
|
-
mx?: boolean |
|
|
5466
|
-
my?: boolean |
|
|
5467
|
-
intensity?: boolean |
|
|
5468
|
-
direction?: boolean |
|
|
5469
|
-
lineStyle?: boolean |
|
|
5463
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5464
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5465
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5466
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5467
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5468
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5470
5469
|
} | undefined;
|
|
5471
5470
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5472
5471
|
twMergeConfig: {
|
|
@@ -5625,12 +5624,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5625
5624
|
10: string;
|
|
5626
5625
|
};
|
|
5627
5626
|
}, undefined, string[], {
|
|
5628
|
-
responsiveVariants?: boolean |
|
|
5629
|
-
mx?: boolean |
|
|
5630
|
-
my?: boolean |
|
|
5631
|
-
intensity?: boolean |
|
|
5632
|
-
direction?: boolean |
|
|
5633
|
-
lineStyle?: boolean |
|
|
5627
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5628
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5629
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5630
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5631
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5632
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5634
5633
|
} | undefined;
|
|
5635
5634
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5636
5635
|
twMergeConfig: {
|
|
@@ -5782,9 +5781,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5782
5781
|
trigger: string[];
|
|
5783
5782
|
icon: string[];
|
|
5784
5783
|
}, undefined, {
|
|
5785
|
-
responsiveVariants?: boolean |
|
|
5786
|
-
size?: boolean |
|
|
5787
|
-
variant?: boolean |
|
|
5784
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5785
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5786
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5788
5787
|
} | undefined;
|
|
5789
5788
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5790
5789
|
twMergeConfig: {
|
|
@@ -5898,9 +5897,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5898
5897
|
trigger: string[];
|
|
5899
5898
|
icon: string[];
|
|
5900
5899
|
}, undefined, {
|
|
5901
|
-
responsiveVariants?: boolean |
|
|
5902
|
-
size?: boolean |
|
|
5903
|
-
variant?: boolean |
|
|
5900
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5901
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5902
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5904
5903
|
} | undefined;
|
|
5905
5904
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5906
5905
|
twMergeConfig: {
|
|
@@ -6013,9 +6012,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6013
6012
|
trigger: string[];
|
|
6014
6013
|
icon: string[];
|
|
6015
6014
|
}, undefined, {
|
|
6016
|
-
responsiveVariants?: boolean |
|
|
6017
|
-
size?: boolean |
|
|
6018
|
-
variant?: boolean |
|
|
6015
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6016
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6017
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6019
6018
|
} | undefined;
|
|
6020
6019
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6021
6020
|
twMergeConfig: {
|
|
@@ -6131,9 +6130,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6131
6130
|
trigger: string[];
|
|
6132
6131
|
icon: string[];
|
|
6133
6132
|
}, undefined, {
|
|
6134
|
-
responsiveVariants?: boolean |
|
|
6135
|
-
size?: boolean |
|
|
6136
|
-
variant?: boolean |
|
|
6133
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6134
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6135
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6137
6136
|
} | undefined;
|
|
6138
6137
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6139
6138
|
twMergeConfig: {
|
|
@@ -6300,8 +6299,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6300
6299
|
image: string;
|
|
6301
6300
|
fallback: string;
|
|
6302
6301
|
}, undefined, {
|
|
6303
|
-
responsiveVariants?: boolean |
|
|
6304
|
-
size?: boolean |
|
|
6302
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6303
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6305
6304
|
} | undefined;
|
|
6306
6305
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6307
6306
|
twMergeConfig: {
|
|
@@ -6427,8 +6426,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6427
6426
|
image: string;
|
|
6428
6427
|
fallback: string;
|
|
6429
6428
|
}, undefined, {
|
|
6430
|
-
responsiveVariants?: boolean |
|
|
6431
|
-
size?: boolean |
|
|
6429
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6430
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6432
6431
|
} | undefined;
|
|
6433
6432
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6434
6433
|
twMergeConfig: {
|
|
@@ -6561,8 +6560,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6561
6560
|
image: string;
|
|
6562
6561
|
fallback: string;
|
|
6563
6562
|
}, undefined, {
|
|
6564
|
-
responsiveVariants?: boolean |
|
|
6565
|
-
size?: boolean |
|
|
6563
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6564
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6566
6565
|
} | undefined;
|
|
6567
6566
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6568
6567
|
twMergeConfig: {
|
|
@@ -6706,11 +6705,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6706
6705
|
item: string[];
|
|
6707
6706
|
tag: string;
|
|
6708
6707
|
}, undefined, {
|
|
6709
|
-
responsiveVariants?: boolean |
|
|
6710
|
-
position?: boolean |
|
|
6711
|
-
size?: boolean |
|
|
6712
|
-
variant?: boolean |
|
|
6713
|
-
error?: boolean |
|
|
6708
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6709
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6710
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6711
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6712
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6714
6713
|
} | undefined;
|
|
6715
6714
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6716
6715
|
twMergeConfig: {
|
|
@@ -7009,7 +7008,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7009
7008
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7010
7009
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7011
7010
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7012
|
-
responsiveVariants?: boolean |
|
|
7011
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7013
7012
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7014
7013
|
twMergeConfig: {
|
|
7015
7014
|
prefix: string;
|
|
@@ -7068,12 +7067,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7068
7067
|
16: string;
|
|
7069
7068
|
};
|
|
7070
7069
|
}, undefined, string[], {
|
|
7071
|
-
responsiveVariants?: boolean |
|
|
7072
|
-
borderColor?: boolean |
|
|
7073
|
-
border?: boolean |
|
|
7074
|
-
r?: boolean |
|
|
7075
|
-
gradient?: boolean |
|
|
7076
|
-
intensity?: boolean |
|
|
7070
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7071
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7072
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7073
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7074
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7075
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7077
7076
|
} | undefined;
|
|
7078
7077
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7079
7078
|
twMergeConfig: {
|
|
@@ -7287,12 +7286,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7287
7286
|
16: string;
|
|
7288
7287
|
};
|
|
7289
7288
|
}, undefined, string[], {
|
|
7290
|
-
responsiveVariants?: boolean |
|
|
7291
|
-
borderColor?: boolean |
|
|
7292
|
-
border?: boolean |
|
|
7293
|
-
r?: boolean |
|
|
7294
|
-
gradient?: boolean |
|
|
7295
|
-
intensity?: boolean |
|
|
7289
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7290
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7291
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7292
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7293
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7294
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7296
7295
|
} | undefined;
|
|
7297
7296
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7298
7297
|
twMergeConfig: {
|
|
@@ -7529,8 +7528,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7529
7528
|
mark: string;
|
|
7530
7529
|
tips: string[];
|
|
7531
7530
|
}, undefined, {
|
|
7532
|
-
responsiveVariants?: boolean |
|
|
7533
|
-
color?: boolean |
|
|
7531
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7532
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7534
7533
|
} | undefined;
|
|
7535
7534
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7536
7535
|
twMergeConfig: {
|
|
@@ -7694,8 +7693,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7694
7693
|
mark: string;
|
|
7695
7694
|
tips: string[];
|
|
7696
7695
|
}, undefined, {
|
|
7697
|
-
responsiveVariants?: boolean |
|
|
7698
|
-
color?: boolean |
|
|
7696
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7697
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7699
7698
|
} | undefined;
|
|
7700
7699
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7701
7700
|
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';
|
|
@@ -451,34 +450,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
451
450
|
true: string;
|
|
452
451
|
};
|
|
453
452
|
}, undefined, string[], {
|
|
454
|
-
responsiveVariants?: boolean |
|
|
455
|
-
grow?: boolean |
|
|
456
|
-
m?: boolean |
|
|
457
|
-
mb?: boolean |
|
|
458
|
-
ml?: boolean |
|
|
459
|
-
mr?: boolean |
|
|
460
|
-
mt?: boolean |
|
|
461
|
-
mx?: boolean |
|
|
462
|
-
my?: boolean |
|
|
463
|
-
p?: boolean |
|
|
464
|
-
pb?: boolean |
|
|
465
|
-
pl?: boolean |
|
|
466
|
-
position?: boolean |
|
|
467
|
-
pr?: boolean |
|
|
468
|
-
pt?: boolean |
|
|
469
|
-
px?: boolean |
|
|
470
|
-
py?: boolean |
|
|
471
|
-
shadow?: boolean |
|
|
472
|
-
borderColor?: boolean |
|
|
473
|
-
__position?: boolean |
|
|
474
|
-
__size_width?: boolean |
|
|
475
|
-
__size_height?: boolean |
|
|
476
|
-
invisible?: boolean |
|
|
477
|
-
zIndex?: boolean |
|
|
478
|
-
border?: boolean |
|
|
479
|
-
r?: boolean |
|
|
480
|
-
gradient?: boolean |
|
|
481
|
-
intensity?: boolean |
|
|
453
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
454
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
473
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
475
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
476
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
477
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
478
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
479
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
480
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
482
481
|
} | undefined;
|
|
483
482
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
484
483
|
twMergeConfig: {
|
|
@@ -1613,13 +1612,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1613
1612
|
5: string;
|
|
1614
1613
|
};
|
|
1615
1614
|
}, undefined, string[], {
|
|
1616
|
-
responsiveVariants?: boolean |
|
|
1617
|
-
gap?: boolean |
|
|
1618
|
-
cols?: boolean |
|
|
1619
|
-
rows?: boolean |
|
|
1620
|
-
gapX?: boolean |
|
|
1621
|
-
gapY?: boolean |
|
|
1622
|
-
autoFlow?: boolean |
|
|
1615
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1616
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1617
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1618
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1619
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1620
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1621
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1623
1622
|
} | undefined;
|
|
1624
1623
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1625
1624
|
twMergeConfig: {
|
|
@@ -1726,9 +1725,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1726
1725
|
9: string;
|
|
1727
1726
|
};
|
|
1728
1727
|
}, undefined, undefined, {
|
|
1729
|
-
responsiveVariants?: boolean |
|
|
1730
|
-
colSpan?: boolean |
|
|
1731
|
-
rowSpan?: boolean |
|
|
1728
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1729
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1730
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1732
1731
|
} | undefined;
|
|
1733
1732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1734
1733
|
twMergeConfig: {
|
|
@@ -1951,10 +1950,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1951
1950
|
10: string;
|
|
1952
1951
|
};
|
|
1953
1952
|
}, undefined, undefined, {
|
|
1954
|
-
responsiveVariants?: boolean |
|
|
1955
|
-
gap?: boolean |
|
|
1956
|
-
gapX?: boolean |
|
|
1957
|
-
gapY?: boolean |
|
|
1953
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1954
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1955
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1956
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1958
1957
|
} | undefined;
|
|
1959
1958
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1960
1959
|
twMergeConfig: {
|
|
@@ -2150,12 +2149,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2150
2149
|
default: string;
|
|
2151
2150
|
};
|
|
2152
2151
|
}, undefined, undefined, {
|
|
2153
|
-
responsiveVariants?: boolean |
|
|
2154
|
-
size?: boolean |
|
|
2155
|
-
intensity?: boolean |
|
|
2156
|
-
color?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2156
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2157
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2159
2158
|
} | undefined;
|
|
2160
2159
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2161
2160
|
twMergeConfig: {
|
|
@@ -2445,8 +2444,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2445
2444
|
inherit: string;
|
|
2446
2445
|
};
|
|
2447
2446
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2448
|
-
responsiveVariants?: boolean |
|
|
2449
|
-
color?: boolean |
|
|
2447
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2448
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2450
2449
|
} | undefined;
|
|
2451
2450
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2452
2451
|
twMergeConfig: {
|
|
@@ -2504,8 +2503,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2504
2503
|
inherit: string;
|
|
2505
2504
|
};
|
|
2506
2505
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2507
|
-
responsiveVariants?: boolean |
|
|
2508
|
-
color?: boolean |
|
|
2506
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2507
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2509
2508
|
} | undefined;
|
|
2510
2509
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2511
2510
|
twMergeConfig: {
|
|
@@ -2661,8 +2660,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2661
2660
|
label: string;
|
|
2662
2661
|
value: string;
|
|
2663
2662
|
}, undefined, {
|
|
2664
|
-
responsiveVariants?: boolean |
|
|
2665
|
-
align?: boolean |
|
|
2663
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2664
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2666
2665
|
} | undefined;
|
|
2667
2666
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2668
2667
|
twMergeConfig: {
|
|
@@ -2727,8 +2726,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2727
2726
|
label: string;
|
|
2728
2727
|
value: string;
|
|
2729
2728
|
}, undefined, {
|
|
2730
|
-
responsiveVariants?: boolean |
|
|
2731
|
-
align?: boolean |
|
|
2729
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2730
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2732
2731
|
} | undefined;
|
|
2733
2732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2734
2733
|
twMergeConfig: {
|
|
@@ -2793,8 +2792,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2793
2792
|
label: string;
|
|
2794
2793
|
value: string;
|
|
2795
2794
|
}, undefined, {
|
|
2796
|
-
responsiveVariants?: boolean |
|
|
2797
|
-
align?: boolean |
|
|
2795
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2796
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2798
2797
|
} | undefined;
|
|
2799
2798
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2800
2799
|
twMergeConfig: {
|
|
@@ -3399,8 +3398,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3399
3398
|
label: string;
|
|
3400
3399
|
input: never[];
|
|
3401
3400
|
}, undefined, {
|
|
3402
|
-
responsiveVariants?: boolean |
|
|
3403
|
-
direction?: boolean |
|
|
3401
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3402
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3404
3403
|
} | undefined;
|
|
3405
3404
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3406
3405
|
twMergeConfig: {
|
|
@@ -3617,10 +3616,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3617
3616
|
lg: string;
|
|
3618
3617
|
};
|
|
3619
3618
|
}, 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", {
|
|
3620
|
-
responsiveVariants?: boolean |
|
|
3621
|
-
size?: boolean |
|
|
3622
|
-
color?: boolean |
|
|
3623
|
-
variant?: boolean |
|
|
3619
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3620
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3621
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3622
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3624
3623
|
} | undefined;
|
|
3625
3624
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3626
3625
|
twMergeConfig: {
|
|
@@ -4141,11 +4140,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4141
4140
|
sell: string;
|
|
4142
4141
|
};
|
|
4143
4142
|
}, 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", {
|
|
4144
|
-
responsiveVariants?: boolean |
|
|
4145
|
-
size?: boolean |
|
|
4146
|
-
color?: boolean |
|
|
4147
|
-
disabled?: boolean |
|
|
4148
|
-
fullWidth?: boolean |
|
|
4143
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4144
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4145
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4146
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4147
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4149
4148
|
} | undefined;
|
|
4150
4149
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4151
4150
|
twMergeConfig: {
|
|
@@ -4357,8 +4356,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4357
4356
|
bar: string[];
|
|
4358
4357
|
tumb: string;
|
|
4359
4358
|
}, undefined, {
|
|
4360
|
-
responsiveVariants?: boolean |
|
|
4361
|
-
orientation?: boolean |
|
|
4359
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4360
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4362
4361
|
} | undefined;
|
|
4363
4362
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4364
4363
|
twMergeConfig: {
|
|
@@ -5461,12 +5460,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5461
5460
|
10: string;
|
|
5462
5461
|
};
|
|
5463
5462
|
}, undefined, string[], {
|
|
5464
|
-
responsiveVariants?: boolean |
|
|
5465
|
-
mx?: boolean |
|
|
5466
|
-
my?: boolean |
|
|
5467
|
-
intensity?: boolean |
|
|
5468
|
-
direction?: boolean |
|
|
5469
|
-
lineStyle?: boolean |
|
|
5463
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5464
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5465
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5466
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5467
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5468
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5470
5469
|
} | undefined;
|
|
5471
5470
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5472
5471
|
twMergeConfig: {
|
|
@@ -5625,12 +5624,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5625
5624
|
10: string;
|
|
5626
5625
|
};
|
|
5627
5626
|
}, undefined, string[], {
|
|
5628
|
-
responsiveVariants?: boolean |
|
|
5629
|
-
mx?: boolean |
|
|
5630
|
-
my?: boolean |
|
|
5631
|
-
intensity?: boolean |
|
|
5632
|
-
direction?: boolean |
|
|
5633
|
-
lineStyle?: boolean |
|
|
5627
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5628
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5629
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5630
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5631
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5632
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5634
5633
|
} | undefined;
|
|
5635
5634
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5636
5635
|
twMergeConfig: {
|
|
@@ -5782,9 +5781,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5782
5781
|
trigger: string[];
|
|
5783
5782
|
icon: string[];
|
|
5784
5783
|
}, undefined, {
|
|
5785
|
-
responsiveVariants?: boolean |
|
|
5786
|
-
size?: boolean |
|
|
5787
|
-
variant?: boolean |
|
|
5784
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5785
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5786
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5788
5787
|
} | undefined;
|
|
5789
5788
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5790
5789
|
twMergeConfig: {
|
|
@@ -5898,9 +5897,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5898
5897
|
trigger: string[];
|
|
5899
5898
|
icon: string[];
|
|
5900
5899
|
}, undefined, {
|
|
5901
|
-
responsiveVariants?: boolean |
|
|
5902
|
-
size?: boolean |
|
|
5903
|
-
variant?: boolean |
|
|
5900
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5901
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5902
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5904
5903
|
} | undefined;
|
|
5905
5904
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5906
5905
|
twMergeConfig: {
|
|
@@ -6013,9 +6012,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6013
6012
|
trigger: string[];
|
|
6014
6013
|
icon: string[];
|
|
6015
6014
|
}, undefined, {
|
|
6016
|
-
responsiveVariants?: boolean |
|
|
6017
|
-
size?: boolean |
|
|
6018
|
-
variant?: boolean |
|
|
6015
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6016
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6017
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6019
6018
|
} | undefined;
|
|
6020
6019
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6021
6020
|
twMergeConfig: {
|
|
@@ -6131,9 +6130,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6131
6130
|
trigger: string[];
|
|
6132
6131
|
icon: string[];
|
|
6133
6132
|
}, undefined, {
|
|
6134
|
-
responsiveVariants?: boolean |
|
|
6135
|
-
size?: boolean |
|
|
6136
|
-
variant?: boolean |
|
|
6133
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6134
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6135
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6137
6136
|
} | undefined;
|
|
6138
6137
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6139
6138
|
twMergeConfig: {
|
|
@@ -6300,8 +6299,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6300
6299
|
image: string;
|
|
6301
6300
|
fallback: string;
|
|
6302
6301
|
}, undefined, {
|
|
6303
|
-
responsiveVariants?: boolean |
|
|
6304
|
-
size?: boolean |
|
|
6302
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6303
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6305
6304
|
} | undefined;
|
|
6306
6305
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6307
6306
|
twMergeConfig: {
|
|
@@ -6427,8 +6426,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6427
6426
|
image: string;
|
|
6428
6427
|
fallback: string;
|
|
6429
6428
|
}, undefined, {
|
|
6430
|
-
responsiveVariants?: boolean |
|
|
6431
|
-
size?: boolean |
|
|
6429
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6430
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6432
6431
|
} | undefined;
|
|
6433
6432
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6434
6433
|
twMergeConfig: {
|
|
@@ -6561,8 +6560,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6561
6560
|
image: string;
|
|
6562
6561
|
fallback: string;
|
|
6563
6562
|
}, undefined, {
|
|
6564
|
-
responsiveVariants?: boolean |
|
|
6565
|
-
size?: boolean |
|
|
6563
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6564
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6566
6565
|
} | undefined;
|
|
6567
6566
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6568
6567
|
twMergeConfig: {
|
|
@@ -6706,11 +6705,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6706
6705
|
item: string[];
|
|
6707
6706
|
tag: string;
|
|
6708
6707
|
}, undefined, {
|
|
6709
|
-
responsiveVariants?: boolean |
|
|
6710
|
-
position?: boolean |
|
|
6711
|
-
size?: boolean |
|
|
6712
|
-
variant?: boolean |
|
|
6713
|
-
error?: boolean |
|
|
6708
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6709
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6710
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6711
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6712
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6714
6713
|
} | undefined;
|
|
6715
6714
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6716
6715
|
twMergeConfig: {
|
|
@@ -7009,7 +7008,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7009
7008
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7010
7009
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7011
7010
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7012
|
-
responsiveVariants?: boolean |
|
|
7011
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7013
7012
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7014
7013
|
twMergeConfig: {
|
|
7015
7014
|
prefix: string;
|
|
@@ -7068,12 +7067,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7068
7067
|
16: string;
|
|
7069
7068
|
};
|
|
7070
7069
|
}, undefined, string[], {
|
|
7071
|
-
responsiveVariants?: boolean |
|
|
7072
|
-
borderColor?: boolean |
|
|
7073
|
-
border?: boolean |
|
|
7074
|
-
r?: boolean |
|
|
7075
|
-
gradient?: boolean |
|
|
7076
|
-
intensity?: boolean |
|
|
7070
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7071
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7072
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7073
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7074
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7075
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7077
7076
|
} | undefined;
|
|
7078
7077
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7079
7078
|
twMergeConfig: {
|
|
@@ -7287,12 +7286,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7287
7286
|
16: string;
|
|
7288
7287
|
};
|
|
7289
7288
|
}, undefined, string[], {
|
|
7290
|
-
responsiveVariants?: boolean |
|
|
7291
|
-
borderColor?: boolean |
|
|
7292
|
-
border?: boolean |
|
|
7293
|
-
r?: boolean |
|
|
7294
|
-
gradient?: boolean |
|
|
7295
|
-
intensity?: boolean |
|
|
7289
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7290
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7291
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7292
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7293
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7294
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7296
7295
|
} | undefined;
|
|
7297
7296
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7298
7297
|
twMergeConfig: {
|
|
@@ -7529,8 +7528,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7529
7528
|
mark: string;
|
|
7530
7529
|
tips: string[];
|
|
7531
7530
|
}, undefined, {
|
|
7532
|
-
responsiveVariants?: boolean |
|
|
7533
|
-
color?: boolean |
|
|
7531
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7532
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7534
7533
|
} | undefined;
|
|
7535
7534
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7536
7535
|
twMergeConfig: {
|
|
@@ -7694,8 +7693,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7694
7693
|
mark: string;
|
|
7695
7694
|
tips: string[];
|
|
7696
7695
|
}, undefined, {
|
|
7697
|
-
responsiveVariants?: boolean |
|
|
7698
|
-
color?: boolean |
|
|
7696
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7697
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7699
7698
|
} | undefined;
|
|
7700
7699
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7701
7700
|
twMergeConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orderly.network/ui",
|
|
3
|
-
"version": "2.8.1
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-error-boundary": "^4.0.13",
|
|
41
41
|
"react-hot-toast": "^2.4.1",
|
|
42
42
|
"tailwind-variants": "^0.2.1",
|
|
43
|
-
"@orderly.network/utils": "2.8.1
|
|
43
|
+
"@orderly.network/utils": "2.8.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^22.15.21",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"tailwindcss-animate": "^1.0.6",
|
|
54
54
|
"tsup": "^7.1.0",
|
|
55
55
|
"typescript": "^5.1.6",
|
|
56
|
-
"tsconfig": "0.11.1
|
|
56
|
+
"tsconfig": "0.11.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": ">=18",
|