@orderly.network/ui 2.3.0 → 2.3.1-alpha.0
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 +123 -124
- package/dist/index.d.ts +123 -124
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export { VariantProps, cnBase as cn } from 'tailwind-variants';
|
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { FC, ReactNode, InputHTMLAttributes, PropsWithChildren, HTMLAttributes, ElementRef, ReactElement, SelectHTMLAttributes, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, ForwardedRef, 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: {
|
|
@@ -3360,8 +3359,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3360
3359
|
label: string;
|
|
3361
3360
|
input: never[];
|
|
3362
3361
|
}, undefined, {
|
|
3363
|
-
responsiveVariants?: boolean |
|
|
3364
|
-
direction?: boolean |
|
|
3362
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3363
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3365
3364
|
} | undefined;
|
|
3366
3365
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3367
3366
|
twMergeConfig: {
|
|
@@ -3578,10 +3577,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3578
3577
|
lg: string;
|
|
3579
3578
|
};
|
|
3580
3579
|
}, 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", {
|
|
3581
|
-
responsiveVariants?: boolean |
|
|
3582
|
-
color?: boolean |
|
|
3583
|
-
size?: boolean |
|
|
3584
|
-
variant?: boolean |
|
|
3580
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3581
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3582
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3583
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3585
3584
|
} | undefined;
|
|
3586
3585
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3587
3586
|
twMergeConfig: {
|
|
@@ -4086,11 +4085,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4086
4085
|
sell: string;
|
|
4087
4086
|
};
|
|
4088
4087
|
}, 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", {
|
|
4089
|
-
responsiveVariants?: boolean |
|
|
4090
|
-
color?: boolean |
|
|
4091
|
-
size?: boolean |
|
|
4092
|
-
disabled?: boolean |
|
|
4093
|
-
fullWidth?: boolean |
|
|
4088
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4089
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4090
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4091
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4092
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4094
4093
|
} | undefined;
|
|
4095
4094
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4096
4095
|
twMergeConfig: {
|
|
@@ -4279,8 +4278,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4279
4278
|
bar: string[];
|
|
4280
4279
|
tumb: string;
|
|
4281
4280
|
}, undefined, {
|
|
4282
|
-
responsiveVariants?: boolean |
|
|
4283
|
-
orientation?: boolean |
|
|
4281
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4282
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4284
4283
|
} | undefined;
|
|
4285
4284
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4286
4285
|
twMergeConfig: {
|
|
@@ -5374,12 +5373,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5374
5373
|
10: string;
|
|
5375
5374
|
};
|
|
5376
5375
|
}, undefined, string[], {
|
|
5377
|
-
responsiveVariants?: boolean |
|
|
5378
|
-
mx?: boolean |
|
|
5379
|
-
my?: boolean |
|
|
5380
|
-
intensity?: boolean |
|
|
5381
|
-
direction?: boolean |
|
|
5382
|
-
lineStyle?: boolean |
|
|
5376
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5377
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5378
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5379
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5380
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5381
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5383
5382
|
} | undefined;
|
|
5384
5383
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5385
5384
|
twMergeConfig: {
|
|
@@ -5538,12 +5537,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5538
5537
|
10: string;
|
|
5539
5538
|
};
|
|
5540
5539
|
}, undefined, string[], {
|
|
5541
|
-
responsiveVariants?: boolean |
|
|
5542
|
-
mx?: boolean |
|
|
5543
|
-
my?: boolean |
|
|
5544
|
-
intensity?: boolean |
|
|
5545
|
-
direction?: boolean |
|
|
5546
|
-
lineStyle?: boolean |
|
|
5540
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5541
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5542
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5543
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5544
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5545
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5547
5546
|
} | undefined;
|
|
5548
5547
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5549
5548
|
twMergeConfig: {
|
|
@@ -5695,9 +5694,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5695
5694
|
trigger: string[];
|
|
5696
5695
|
icon: string[];
|
|
5697
5696
|
}, undefined, {
|
|
5698
|
-
responsiveVariants?: boolean |
|
|
5699
|
-
size?: boolean |
|
|
5700
|
-
variant?: boolean |
|
|
5697
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5698
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5699
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5701
5700
|
} | undefined;
|
|
5702
5701
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5703
5702
|
twMergeConfig: {
|
|
@@ -5811,9 +5810,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5811
5810
|
trigger: string[];
|
|
5812
5811
|
icon: string[];
|
|
5813
5812
|
}, undefined, {
|
|
5814
|
-
responsiveVariants?: boolean |
|
|
5815
|
-
size?: boolean |
|
|
5816
|
-
variant?: boolean |
|
|
5813
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5814
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5815
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5817
5816
|
} | undefined;
|
|
5818
5817
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5819
5818
|
twMergeConfig: {
|
|
@@ -5926,9 +5925,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5926
5925
|
trigger: string[];
|
|
5927
5926
|
icon: string[];
|
|
5928
5927
|
}, undefined, {
|
|
5929
|
-
responsiveVariants?: boolean |
|
|
5930
|
-
size?: boolean |
|
|
5931
|
-
variant?: boolean |
|
|
5928
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5929
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5930
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5932
5931
|
} | undefined;
|
|
5933
5932
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5934
5933
|
twMergeConfig: {
|
|
@@ -6044,9 +6043,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6044
6043
|
trigger: string[];
|
|
6045
6044
|
icon: string[];
|
|
6046
6045
|
}, undefined, {
|
|
6047
|
-
responsiveVariants?: boolean |
|
|
6048
|
-
size?: boolean |
|
|
6049
|
-
variant?: boolean |
|
|
6046
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6047
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6048
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6050
6049
|
} | undefined;
|
|
6051
6050
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6052
6051
|
twMergeConfig: {
|
|
@@ -6220,11 +6219,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6220
6219
|
item: string[];
|
|
6221
6220
|
tag: string;
|
|
6222
6221
|
}, undefined, {
|
|
6223
|
-
responsiveVariants?: boolean |
|
|
6224
|
-
position?: boolean |
|
|
6225
|
-
size?: boolean |
|
|
6226
|
-
error?: boolean |
|
|
6227
|
-
variant?: boolean |
|
|
6222
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6223
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6224
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6225
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6226
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6228
6227
|
} | undefined;
|
|
6229
6228
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6230
6229
|
twMergeConfig: {
|
|
@@ -6523,7 +6522,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6523
6522
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6524
6523
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6525
6524
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6526
|
-
responsiveVariants?: boolean |
|
|
6525
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6527
6526
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6528
6527
|
twMergeConfig: {
|
|
6529
6528
|
prefix: string;
|
|
@@ -6582,12 +6581,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
6582
6581
|
16: string;
|
|
6583
6582
|
};
|
|
6584
6583
|
}, undefined, string[], {
|
|
6585
|
-
responsiveVariants?: boolean |
|
|
6586
|
-
borderColor?: boolean |
|
|
6587
|
-
border?: boolean |
|
|
6588
|
-
r?: boolean |
|
|
6589
|
-
gradient?: boolean |
|
|
6590
|
-
intensity?: boolean |
|
|
6584
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6585
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6586
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6587
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6588
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6589
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6591
6590
|
} | undefined;
|
|
6592
6591
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6593
6592
|
twMergeConfig: {
|
|
@@ -6801,12 +6800,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6801
6800
|
16: string;
|
|
6802
6801
|
};
|
|
6803
6802
|
}, undefined, string[], {
|
|
6804
|
-
responsiveVariants?: boolean |
|
|
6805
|
-
borderColor?: boolean |
|
|
6806
|
-
border?: boolean |
|
|
6807
|
-
r?: boolean |
|
|
6808
|
-
gradient?: boolean |
|
|
6809
|
-
intensity?: boolean |
|
|
6803
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6804
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6805
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6806
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6807
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6808
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6810
6809
|
} | undefined;
|
|
6811
6810
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6812
6811
|
twMergeConfig: {
|
|
@@ -7043,8 +7042,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7043
7042
|
mark: string;
|
|
7044
7043
|
tips: string[];
|
|
7045
7044
|
}, undefined, {
|
|
7046
|
-
responsiveVariants?: boolean |
|
|
7047
|
-
color?: boolean |
|
|
7045
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7046
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7048
7047
|
} | undefined;
|
|
7049
7048
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7050
7049
|
twMergeConfig: {
|
|
@@ -7208,8 +7207,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7208
7207
|
mark: string;
|
|
7209
7208
|
tips: string[];
|
|
7210
7209
|
}, undefined, {
|
|
7211
|
-
responsiveVariants?: boolean |
|
|
7212
|
-
color?: boolean |
|
|
7210
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7211
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7213
7212
|
} | undefined;
|
|
7214
7213
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7215
7214
|
twMergeConfig: {
|
|
@@ -7858,8 +7857,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7858
7857
|
image: string;
|
|
7859
7858
|
fallback: string;
|
|
7860
7859
|
}, undefined, {
|
|
7861
|
-
responsiveVariants?: boolean |
|
|
7862
|
-
size?: boolean |
|
|
7860
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7861
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7863
7862
|
} | undefined;
|
|
7864
7863
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7865
7864
|
twMergeConfig: {
|
|
@@ -7984,8 +7983,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
7984
7983
|
image: string;
|
|
7985
7984
|
fallback: string;
|
|
7986
7985
|
}, undefined, {
|
|
7987
|
-
responsiveVariants?: boolean |
|
|
7988
|
-
size?: boolean |
|
|
7986
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7987
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7989
7988
|
} | undefined;
|
|
7990
7989
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7991
7990
|
twMergeConfig: {
|
|
@@ -8118,8 +8117,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
8118
8117
|
image: string;
|
|
8119
8118
|
fallback: string;
|
|
8120
8119
|
}, undefined, {
|
|
8121
|
-
responsiveVariants?: boolean |
|
|
8122
|
-
size?: boolean |
|
|
8120
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8121
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8123
8122
|
} | undefined;
|
|
8124
8123
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8125
8124
|
twMergeConfig: {
|