@orderly.network/ui 2.0.1-alpha.1 → 2.0.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +127 -128
- package/dist/index.d.ts +127 -128
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,6 @@ export { VariantProps, cnBase as cn } from 'tailwind-variants';
|
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { FC, ReactNode, InputHTMLAttributes, PropsWithChildren, HTMLAttributes, ElementRef, ReactElement, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, SelectHTMLAttributes, 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';
|
|
@@ -440,34 +439,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
440
439
|
true: string;
|
|
441
440
|
};
|
|
442
441
|
}, undefined, string[], {
|
|
443
|
-
responsiveVariants?: boolean |
|
|
444
|
-
p?: boolean |
|
|
445
|
-
grow?: boolean |
|
|
446
|
-
m?: boolean |
|
|
447
|
-
mb?: boolean |
|
|
448
|
-
ml?: boolean |
|
|
449
|
-
mr?: boolean |
|
|
450
|
-
mt?: boolean |
|
|
451
|
-
mx?: boolean |
|
|
452
|
-
my?: boolean |
|
|
453
|
-
pb?: boolean |
|
|
454
|
-
pl?: boolean |
|
|
455
|
-
position?: boolean |
|
|
456
|
-
pr?: boolean |
|
|
457
|
-
pt?: boolean |
|
|
458
|
-
px?: boolean |
|
|
459
|
-
py?: boolean |
|
|
460
|
-
shadow?: boolean |
|
|
461
|
-
borderColor?: boolean |
|
|
462
|
-
__position?: boolean |
|
|
463
|
-
__size_width?: boolean |
|
|
464
|
-
__size_height?: boolean |
|
|
465
|
-
invisible?: boolean |
|
|
466
|
-
zIndex?: boolean |
|
|
467
|
-
border?: boolean |
|
|
468
|
-
r?: boolean |
|
|
469
|
-
gradient?: boolean |
|
|
470
|
-
intensity?: boolean |
|
|
442
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
443
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
444
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
445
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
446
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
447
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
448
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
449
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
450
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
451
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
452
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
453
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
454
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
470
|
} | undefined;
|
|
472
471
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
473
472
|
twMergeConfig: {
|
|
@@ -1602,13 +1601,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1602
1601
|
5: string;
|
|
1603
1602
|
};
|
|
1604
1603
|
}, undefined, string[], {
|
|
1605
|
-
responsiveVariants?: boolean |
|
|
1606
|
-
gap?: boolean |
|
|
1607
|
-
gapX?: boolean |
|
|
1608
|
-
gapY?: boolean |
|
|
1609
|
-
cols?: boolean |
|
|
1610
|
-
rows?: boolean |
|
|
1611
|
-
autoFlow?: boolean |
|
|
1604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1605
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1606
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1607
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1608
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1609
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1610
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1612
1611
|
} | undefined;
|
|
1613
1612
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1614
1613
|
twMergeConfig: {
|
|
@@ -1715,9 +1714,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1715
1714
|
9: string;
|
|
1716
1715
|
};
|
|
1717
1716
|
}, undefined, undefined, {
|
|
1718
|
-
responsiveVariants?: boolean |
|
|
1719
|
-
colSpan?: boolean |
|
|
1720
|
-
rowSpan?: boolean |
|
|
1717
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1718
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1719
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1721
1720
|
} | undefined;
|
|
1722
1721
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1723
1722
|
twMergeConfig: {
|
|
@@ -1940,10 +1939,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1940
1939
|
10: string;
|
|
1941
1940
|
};
|
|
1942
1941
|
}, undefined, undefined, {
|
|
1943
|
-
responsiveVariants?: boolean |
|
|
1944
|
-
gap?: boolean |
|
|
1945
|
-
gapX?: boolean |
|
|
1946
|
-
gapY?: boolean |
|
|
1942
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1943
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1944
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1945
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1947
1946
|
} | undefined;
|
|
1948
1947
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1949
1948
|
twMergeConfig: {
|
|
@@ -2139,12 +2138,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2139
2138
|
default: string;
|
|
2140
2139
|
};
|
|
2141
2140
|
}, undefined, undefined, {
|
|
2142
|
-
responsiveVariants?: boolean |
|
|
2143
|
-
color?: boolean |
|
|
2144
|
-
size?: boolean |
|
|
2145
|
-
intensity?: boolean |
|
|
2146
|
-
weight?: boolean |
|
|
2147
|
-
dashBoard?: boolean |
|
|
2141
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2142
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2143
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2144
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2145
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2146
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2148
2147
|
} | undefined;
|
|
2149
2148
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2150
2149
|
twMergeConfig: {
|
|
@@ -2467,8 +2466,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2467
2466
|
label: string;
|
|
2468
2467
|
value: string;
|
|
2469
2468
|
}, undefined, {
|
|
2470
|
-
responsiveVariants?: boolean |
|
|
2471
|
-
align?: boolean |
|
|
2469
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2470
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2472
2471
|
} | undefined;
|
|
2473
2472
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2474
2473
|
twMergeConfig: {
|
|
@@ -2533,8 +2532,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2533
2532
|
label: string;
|
|
2534
2533
|
value: string;
|
|
2535
2534
|
}, undefined, {
|
|
2536
|
-
responsiveVariants?: boolean |
|
|
2537
|
-
align?: boolean |
|
|
2535
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2536
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2538
2537
|
} | undefined;
|
|
2539
2538
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2540
2539
|
twMergeConfig: {
|
|
@@ -2599,8 +2598,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2599
2598
|
label: string;
|
|
2600
2599
|
value: string;
|
|
2601
2600
|
}, undefined, {
|
|
2602
|
-
responsiveVariants?: boolean |
|
|
2603
|
-
align?: boolean |
|
|
2601
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2602
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2604
2603
|
} | undefined;
|
|
2605
2604
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2606
2605
|
twMergeConfig: {
|
|
@@ -2722,8 +2721,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2722
2721
|
inherit: string;
|
|
2723
2722
|
};
|
|
2724
2723
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2725
|
-
responsiveVariants?: boolean |
|
|
2726
|
-
color?: boolean |
|
|
2724
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2725
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2727
2726
|
} | undefined;
|
|
2728
2727
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2729
2728
|
twMergeConfig: {
|
|
@@ -2781,8 +2780,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2781
2780
|
inherit: string;
|
|
2782
2781
|
};
|
|
2783
2782
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2784
|
-
responsiveVariants?: boolean |
|
|
2785
|
-
color?: boolean |
|
|
2783
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2784
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2786
2785
|
} | undefined;
|
|
2787
2786
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2788
2787
|
twMergeConfig: {
|
|
@@ -3352,8 +3351,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3352
3351
|
label: string;
|
|
3353
3352
|
input: never[];
|
|
3354
3353
|
}, undefined, {
|
|
3355
|
-
responsiveVariants?: boolean |
|
|
3356
|
-
direction?: boolean |
|
|
3354
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3355
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3357
3356
|
} | undefined;
|
|
3358
3357
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3359
3358
|
twMergeConfig: {
|
|
@@ -3570,10 +3569,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3570
3569
|
lg: string;
|
|
3571
3570
|
};
|
|
3572
3571
|
}, 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", {
|
|
3573
|
-
responsiveVariants?: boolean |
|
|
3574
|
-
color?: boolean |
|
|
3575
|
-
size?: boolean |
|
|
3576
|
-
variant?: boolean |
|
|
3572
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3573
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3574
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3575
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3577
3576
|
} | undefined;
|
|
3578
3577
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3579
3578
|
twMergeConfig: {
|
|
@@ -3722,8 +3721,8 @@ declare const tableVariants: tailwind_variants.TVReturnType<{
|
|
|
3722
3721
|
td: string;
|
|
3723
3722
|
caption: string;
|
|
3724
3723
|
}, undefined, {
|
|
3725
|
-
responsiveVariants?: boolean |
|
|
3726
|
-
bordered?: boolean |
|
|
3724
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3725
|
+
bordered?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3727
3726
|
} | undefined;
|
|
3728
3727
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3729
3728
|
twMergeConfig: {
|
|
@@ -3889,8 +3888,8 @@ declare const dataTableVariants: tailwind_variants.TVReturnType<{
|
|
|
3889
3888
|
}, {
|
|
3890
3889
|
root: string;
|
|
3891
3890
|
}, undefined, {
|
|
3892
|
-
responsiveVariants?: boolean |
|
|
3893
|
-
loading?: boolean |
|
|
3891
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3892
|
+
loading?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3894
3893
|
} | undefined;
|
|
3895
3894
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3896
3895
|
twMergeConfig: {
|
|
@@ -4423,8 +4422,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4423
4422
|
bar: string[];
|
|
4424
4423
|
tumb: string;
|
|
4425
4424
|
}, undefined, {
|
|
4426
|
-
responsiveVariants?: boolean |
|
|
4427
|
-
orientation?: boolean |
|
|
4425
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4426
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4428
4427
|
} | undefined;
|
|
4429
4428
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4430
4429
|
twMergeConfig: {
|
|
@@ -5147,12 +5146,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5147
5146
|
10: string;
|
|
5148
5147
|
};
|
|
5149
5148
|
}, undefined, string[], {
|
|
5150
|
-
responsiveVariants?: boolean |
|
|
5151
|
-
mx?: boolean |
|
|
5152
|
-
my?: boolean |
|
|
5153
|
-
intensity?: boolean |
|
|
5154
|
-
direction?: boolean |
|
|
5155
|
-
lineStyle?: boolean |
|
|
5149
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5150
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5151
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5152
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5153
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5154
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5156
5155
|
} | undefined;
|
|
5157
5156
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5158
5157
|
twMergeConfig: {
|
|
@@ -5311,12 +5310,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5311
5310
|
10: string;
|
|
5312
5311
|
};
|
|
5313
5312
|
}, undefined, string[], {
|
|
5314
|
-
responsiveVariants?: boolean |
|
|
5315
|
-
mx?: boolean |
|
|
5316
|
-
my?: boolean |
|
|
5317
|
-
intensity?: boolean |
|
|
5318
|
-
direction?: boolean |
|
|
5319
|
-
lineStyle?: boolean |
|
|
5313
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5314
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5315
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5316
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5317
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5318
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5320
5319
|
} | undefined;
|
|
5321
5320
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5322
5321
|
twMergeConfig: {
|
|
@@ -5468,9 +5467,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5468
5467
|
trigger: string[];
|
|
5469
5468
|
icon: string[];
|
|
5470
5469
|
}, undefined, {
|
|
5471
|
-
responsiveVariants?: boolean |
|
|
5472
|
-
size?: boolean |
|
|
5473
|
-
variant?: boolean |
|
|
5470
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5471
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5472
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5474
5473
|
} | undefined;
|
|
5475
5474
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5476
5475
|
twMergeConfig: {
|
|
@@ -5584,9 +5583,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5584
5583
|
trigger: string[];
|
|
5585
5584
|
icon: string[];
|
|
5586
5585
|
}, undefined, {
|
|
5587
|
-
responsiveVariants?: boolean |
|
|
5588
|
-
size?: boolean |
|
|
5589
|
-
variant?: boolean |
|
|
5586
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5587
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5588
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5590
5589
|
} | undefined;
|
|
5591
5590
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5592
5591
|
twMergeConfig: {
|
|
@@ -5699,9 +5698,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5699
5698
|
trigger: string[];
|
|
5700
5699
|
icon: string[];
|
|
5701
5700
|
}, undefined, {
|
|
5702
|
-
responsiveVariants?: boolean |
|
|
5703
|
-
size?: boolean |
|
|
5704
|
-
variant?: boolean |
|
|
5701
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5702
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5703
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5705
5704
|
} | undefined;
|
|
5706
5705
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5707
5706
|
twMergeConfig: {
|
|
@@ -5817,9 +5816,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5817
5816
|
trigger: string[];
|
|
5818
5817
|
icon: string[];
|
|
5819
5818
|
}, undefined, {
|
|
5820
|
-
responsiveVariants?: boolean |
|
|
5821
|
-
size?: boolean |
|
|
5822
|
-
variant?: boolean |
|
|
5819
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5820
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5821
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5823
5822
|
} | undefined;
|
|
5824
5823
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5825
5824
|
twMergeConfig: {
|
|
@@ -5960,11 +5959,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
5960
5959
|
itemSize: string;
|
|
5961
5960
|
tag: string;
|
|
5962
5961
|
}, undefined, {
|
|
5963
|
-
responsiveVariants?: boolean |
|
|
5964
|
-
position?: boolean |
|
|
5965
|
-
size?: boolean |
|
|
5966
|
-
variant?: boolean |
|
|
5967
|
-
error?: boolean |
|
|
5962
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5963
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5964
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5965
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5966
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5968
5967
|
} | undefined;
|
|
5969
5968
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5970
5969
|
twMergeConfig: {
|
|
@@ -6277,7 +6276,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6277
6276
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6278
6277
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6279
6278
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6280
|
-
responsiveVariants?: boolean |
|
|
6279
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6281
6280
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6282
6281
|
twMergeConfig: {
|
|
6283
6282
|
prefix: string;
|
|
@@ -6336,12 +6335,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6336
6335
|
16: string;
|
|
6337
6336
|
};
|
|
6338
6337
|
}, undefined, string[], {
|
|
6339
|
-
responsiveVariants?: boolean |
|
|
6340
|
-
borderColor?: boolean |
|
|
6341
|
-
border?: boolean |
|
|
6342
|
-
r?: boolean |
|
|
6343
|
-
gradient?: boolean |
|
|
6344
|
-
intensity?: boolean |
|
|
6338
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6339
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6340
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6341
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6342
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6343
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6345
6344
|
} | undefined;
|
|
6346
6345
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6347
6346
|
twMergeConfig: {
|
|
@@ -6569,12 +6568,12 @@ declare const Card: React$1.ForwardRefExoticComponent<{
|
|
|
6569
6568
|
16: string;
|
|
6570
6569
|
};
|
|
6571
6570
|
}, undefined, string[], {
|
|
6572
|
-
responsiveVariants?: boolean |
|
|
6573
|
-
borderColor?: boolean |
|
|
6574
|
-
border?: boolean |
|
|
6575
|
-
r?: boolean |
|
|
6576
|
-
gradient?: boolean |
|
|
6577
|
-
intensity?: boolean |
|
|
6571
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6572
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6573
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6574
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6575
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6576
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6578
6577
|
} | undefined;
|
|
6579
6578
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6580
6579
|
twMergeConfig: {
|
|
@@ -6775,11 +6774,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
6775
6774
|
sell: string;
|
|
6776
6775
|
};
|
|
6777
6776
|
}, 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", {
|
|
6778
|
-
responsiveVariants?: boolean |
|
|
6779
|
-
color?: boolean |
|
|
6780
|
-
size?: boolean |
|
|
6781
|
-
disabled?: boolean |
|
|
6782
|
-
fullWidth?: boolean |
|
|
6777
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6778
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6779
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6780
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6781
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6783
6782
|
} | undefined;
|
|
6784
6783
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6785
6784
|
twMergeConfig: {
|
|
@@ -6902,8 +6901,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
6902
6901
|
mark: string;
|
|
6903
6902
|
tips: string[];
|
|
6904
6903
|
}, undefined, {
|
|
6905
|
-
responsiveVariants?: boolean |
|
|
6906
|
-
color?: boolean |
|
|
6904
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6905
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6907
6906
|
} | undefined;
|
|
6908
6907
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6909
6908
|
twMergeConfig: {
|
|
@@ -7067,8 +7066,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7067
7066
|
mark: string;
|
|
7068
7067
|
tips: string[];
|
|
7069
7068
|
}, undefined, {
|
|
7070
|
-
responsiveVariants?: boolean |
|
|
7071
|
-
color?: boolean |
|
|
7069
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7070
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7072
7071
|
} | undefined;
|
|
7073
7072
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7074
7073
|
twMergeConfig: {
|
|
@@ -7698,8 +7697,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7698
7697
|
image: string;
|
|
7699
7698
|
fallback: string;
|
|
7700
7699
|
}, undefined, {
|
|
7701
|
-
responsiveVariants?: boolean |
|
|
7702
|
-
size?: boolean |
|
|
7700
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7701
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7703
7702
|
} | undefined;
|
|
7704
7703
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7705
7704
|
twMergeConfig: {
|
|
@@ -7824,8 +7823,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
7824
7823
|
image: string;
|
|
7825
7824
|
fallback: string;
|
|
7826
7825
|
}, undefined, {
|
|
7827
|
-
responsiveVariants?: boolean |
|
|
7828
|
-
size?: boolean |
|
|
7826
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7827
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7829
7828
|
} | undefined;
|
|
7830
7829
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7831
7830
|
twMergeConfig: {
|
|
@@ -7958,8 +7957,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
7958
7957
|
image: string;
|
|
7959
7958
|
fallback: string;
|
|
7960
7959
|
}, undefined, {
|
|
7961
|
-
responsiveVariants?: boolean |
|
|
7962
|
-
size?: boolean |
|
|
7960
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7961
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7963
7962
|
} | undefined;
|
|
7964
7963
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7965
7964
|
twMergeConfig: {
|