@orderly.network/ui 2.7.4-alpha.0 → 2.7.4
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 +131 -125
- package/dist/index.d.ts +131 -125
- 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.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
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
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
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
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: {
|
|
@@ -2478,8 +2477,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2478
2477
|
label: string;
|
|
2479
2478
|
value: string;
|
|
2480
2479
|
}, undefined, {
|
|
2481
|
-
responsiveVariants?: boolean |
|
|
2482
|
-
align?: boolean |
|
|
2480
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2481
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2483
2482
|
} | undefined;
|
|
2484
2483
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2485
2484
|
twMergeConfig: {
|
|
@@ -2544,8 +2543,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2544
2543
|
label: string;
|
|
2545
2544
|
value: string;
|
|
2546
2545
|
}, undefined, {
|
|
2547
|
-
responsiveVariants?: boolean |
|
|
2548
|
-
align?: boolean |
|
|
2546
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2547
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2549
2548
|
} | undefined;
|
|
2550
2549
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2551
2550
|
twMergeConfig: {
|
|
@@ -2610,8 +2609,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2610
2609
|
label: string;
|
|
2611
2610
|
value: string;
|
|
2612
2611
|
}, undefined, {
|
|
2613
|
-
responsiveVariants?: boolean |
|
|
2614
|
-
align?: boolean |
|
|
2612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2613
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2615
2614
|
} | undefined;
|
|
2616
2615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2617
2616
|
twMergeConfig: {
|
|
@@ -2733,8 +2732,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2733
2732
|
inherit: string;
|
|
2734
2733
|
};
|
|
2735
2734
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2736
|
-
responsiveVariants?: boolean |
|
|
2737
|
-
color?: boolean |
|
|
2735
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2736
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2738
2737
|
} | undefined;
|
|
2739
2738
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2740
2739
|
twMergeConfig: {
|
|
@@ -2792,8 +2791,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2792
2791
|
inherit: string;
|
|
2793
2792
|
};
|
|
2794
2793
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2795
|
-
responsiveVariants?: boolean |
|
|
2796
|
-
color?: boolean |
|
|
2794
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2795
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2797
2796
|
} | undefined;
|
|
2798
2797
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2799
2798
|
twMergeConfig: {
|
|
@@ -2863,6 +2862,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2863
2862
|
};
|
|
2864
2863
|
color: {
|
|
2865
2864
|
primary: string;
|
|
2865
|
+
primaryContrast: string;
|
|
2866
2866
|
success: string;
|
|
2867
2867
|
danger: string;
|
|
2868
2868
|
warning: string;
|
|
@@ -2880,6 +2880,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2880
2880
|
};
|
|
2881
2881
|
color: {
|
|
2882
2882
|
primary: string;
|
|
2883
|
+
primaryContrast: string;
|
|
2883
2884
|
success: string;
|
|
2884
2885
|
danger: string;
|
|
2885
2886
|
warning: string;
|
|
@@ -2897,6 +2898,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2897
2898
|
};
|
|
2898
2899
|
color: {
|
|
2899
2900
|
primary: string;
|
|
2901
|
+
primaryContrast: string;
|
|
2900
2902
|
success: string;
|
|
2901
2903
|
danger: string;
|
|
2902
2904
|
warning: string;
|
|
@@ -2914,6 +2916,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2914
2916
|
};
|
|
2915
2917
|
color: {
|
|
2916
2918
|
primary: string;
|
|
2919
|
+
primaryContrast: string;
|
|
2917
2920
|
success: string;
|
|
2918
2921
|
danger: string;
|
|
2919
2922
|
warning: string;
|
|
@@ -2931,6 +2934,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2931
2934
|
};
|
|
2932
2935
|
color: {
|
|
2933
2936
|
primary: string;
|
|
2937
|
+
primaryContrast: string;
|
|
2934
2938
|
success: string;
|
|
2935
2939
|
danger: string;
|
|
2936
2940
|
warning: string;
|
|
@@ -2948,6 +2952,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2948
2952
|
};
|
|
2949
2953
|
color: {
|
|
2950
2954
|
primary: string;
|
|
2955
|
+
primaryContrast: string;
|
|
2951
2956
|
success: string;
|
|
2952
2957
|
danger: string;
|
|
2953
2958
|
warning: string;
|
|
@@ -2965,6 +2970,7 @@ declare const spinnerVariants: tailwind_variants.TVReturnType<{
|
|
|
2965
2970
|
};
|
|
2966
2971
|
color: {
|
|
2967
2972
|
primary: string;
|
|
2973
|
+
primaryContrast: string;
|
|
2968
2974
|
success: string;
|
|
2969
2975
|
danger: string;
|
|
2970
2976
|
warning: string;
|
|
@@ -3377,8 +3383,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3377
3383
|
label: string;
|
|
3378
3384
|
input: never[];
|
|
3379
3385
|
}, undefined, {
|
|
3380
|
-
responsiveVariants?: boolean |
|
|
3381
|
-
direction?: boolean |
|
|
3386
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3387
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3382
3388
|
} | undefined;
|
|
3383
3389
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3384
3390
|
twMergeConfig: {
|
|
@@ -3595,10 +3601,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3595
3601
|
lg: string;
|
|
3596
3602
|
};
|
|
3597
3603
|
}, 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", {
|
|
3598
|
-
responsiveVariants?: boolean |
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
variant?: boolean |
|
|
3604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3605
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3606
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3607
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3602
3608
|
} | undefined;
|
|
3603
3609
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3604
3610
|
twMergeConfig: {
|
|
@@ -4119,11 +4125,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4119
4125
|
sell: string;
|
|
4120
4126
|
};
|
|
4121
4127
|
}, 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", {
|
|
4122
|
-
responsiveVariants?: boolean |
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
disabled?: boolean |
|
|
4126
|
-
fullWidth?: boolean |
|
|
4128
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4129
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4130
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4131
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4132
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4127
4133
|
} | undefined;
|
|
4128
4134
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4129
4135
|
twMergeConfig: {
|
|
@@ -4335,8 +4341,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4335
4341
|
bar: string[];
|
|
4336
4342
|
tumb: string;
|
|
4337
4343
|
}, undefined, {
|
|
4338
|
-
responsiveVariants?: boolean |
|
|
4339
|
-
orientation?: boolean |
|
|
4344
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4345
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4340
4346
|
} | undefined;
|
|
4341
4347
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4342
4348
|
twMergeConfig: {
|
|
@@ -5349,7 +5355,7 @@ declare const ConfirmDialog: React$1.FC<{
|
|
|
5349
5355
|
cancelLabel?: string;
|
|
5350
5356
|
contentClassName?: string;
|
|
5351
5357
|
bodyClassName?: string;
|
|
5352
|
-
} & Pick<SimpleDialogProps, "
|
|
5358
|
+
} & Pick<SimpleDialogProps, "size" | "title" | "classNames"> & ModalHocProps>;
|
|
5353
5359
|
|
|
5354
5360
|
declare function register<Props = {}>(id: string, comp: ElementType<Props>, props?: Partial<ModalArgs<Props>>): void;
|
|
5355
5361
|
|
|
@@ -5439,12 +5445,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5439
5445
|
10: string;
|
|
5440
5446
|
};
|
|
5441
5447
|
}, undefined, string[], {
|
|
5442
|
-
responsiveVariants?: boolean |
|
|
5443
|
-
mx?: boolean |
|
|
5444
|
-
my?: boolean |
|
|
5445
|
-
intensity?: boolean |
|
|
5446
|
-
direction?: boolean |
|
|
5447
|
-
lineStyle?: boolean |
|
|
5448
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5449
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5450
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5451
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5452
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5453
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5448
5454
|
} | undefined;
|
|
5449
5455
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5450
5456
|
twMergeConfig: {
|
|
@@ -5603,12 +5609,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5603
5609
|
10: string;
|
|
5604
5610
|
};
|
|
5605
5611
|
}, undefined, string[], {
|
|
5606
|
-
responsiveVariants?: boolean |
|
|
5607
|
-
mx?: boolean |
|
|
5608
|
-
my?: boolean |
|
|
5609
|
-
intensity?: boolean |
|
|
5610
|
-
direction?: boolean |
|
|
5611
|
-
lineStyle?: boolean |
|
|
5612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5613
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5614
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5615
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5616
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5617
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5612
5618
|
} | undefined;
|
|
5613
5619
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5614
5620
|
twMergeConfig: {
|
|
@@ -5760,9 +5766,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5760
5766
|
trigger: string[];
|
|
5761
5767
|
icon: string[];
|
|
5762
5768
|
}, undefined, {
|
|
5763
|
-
responsiveVariants?: boolean |
|
|
5764
|
-
size?: boolean |
|
|
5765
|
-
variant?: boolean |
|
|
5769
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5770
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5771
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5766
5772
|
} | undefined;
|
|
5767
5773
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5768
5774
|
twMergeConfig: {
|
|
@@ -5876,9 +5882,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5876
5882
|
trigger: string[];
|
|
5877
5883
|
icon: string[];
|
|
5878
5884
|
}, undefined, {
|
|
5879
|
-
responsiveVariants?: boolean |
|
|
5880
|
-
size?: boolean |
|
|
5881
|
-
variant?: boolean |
|
|
5885
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5886
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5887
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5882
5888
|
} | undefined;
|
|
5883
5889
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5884
5890
|
twMergeConfig: {
|
|
@@ -5991,9 +5997,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5991
5997
|
trigger: string[];
|
|
5992
5998
|
icon: string[];
|
|
5993
5999
|
}, undefined, {
|
|
5994
|
-
responsiveVariants?: boolean |
|
|
5995
|
-
size?: boolean |
|
|
5996
|
-
variant?: boolean |
|
|
6000
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6001
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6002
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5997
6003
|
} | undefined;
|
|
5998
6004
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5999
6005
|
twMergeConfig: {
|
|
@@ -6109,9 +6115,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6109
6115
|
trigger: string[];
|
|
6110
6116
|
icon: string[];
|
|
6111
6117
|
}, undefined, {
|
|
6112
|
-
responsiveVariants?: boolean |
|
|
6113
|
-
size?: boolean |
|
|
6114
|
-
variant?: boolean |
|
|
6118
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6119
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6120
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6115
6121
|
} | undefined;
|
|
6116
6122
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6117
6123
|
twMergeConfig: {
|
|
@@ -6278,8 +6284,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6278
6284
|
image: string;
|
|
6279
6285
|
fallback: string;
|
|
6280
6286
|
}, undefined, {
|
|
6281
|
-
responsiveVariants?: boolean |
|
|
6282
|
-
size?: boolean |
|
|
6287
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6288
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6283
6289
|
} | undefined;
|
|
6284
6290
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6285
6291
|
twMergeConfig: {
|
|
@@ -6405,8 +6411,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6405
6411
|
image: string;
|
|
6406
6412
|
fallback: string;
|
|
6407
6413
|
}, undefined, {
|
|
6408
|
-
responsiveVariants?: boolean |
|
|
6409
|
-
size?: boolean |
|
|
6414
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6415
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6410
6416
|
} | undefined;
|
|
6411
6417
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6412
6418
|
twMergeConfig: {
|
|
@@ -6539,8 +6545,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6539
6545
|
image: string;
|
|
6540
6546
|
fallback: string;
|
|
6541
6547
|
}, undefined, {
|
|
6542
|
-
responsiveVariants?: boolean |
|
|
6543
|
-
size?: boolean |
|
|
6548
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6549
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6544
6550
|
} | undefined;
|
|
6545
6551
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6546
6552
|
twMergeConfig: {
|
|
@@ -6684,11 +6690,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6684
6690
|
item: string[];
|
|
6685
6691
|
tag: string;
|
|
6686
6692
|
}, undefined, {
|
|
6687
|
-
responsiveVariants?: boolean |
|
|
6688
|
-
position?: boolean |
|
|
6689
|
-
size?: boolean |
|
|
6690
|
-
|
|
6691
|
-
|
|
6693
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6694
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6695
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6696
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6697
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6692
6698
|
} | undefined;
|
|
6693
6699
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6694
6700
|
twMergeConfig: {
|
|
@@ -6987,7 +6993,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6987
6993
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6988
6994
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6989
6995
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6990
|
-
responsiveVariants?: boolean |
|
|
6996
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6991
6997
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6992
6998
|
twMergeConfig: {
|
|
6993
6999
|
prefix: string;
|
|
@@ -7046,12 +7052,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7046
7052
|
16: string;
|
|
7047
7053
|
};
|
|
7048
7054
|
}, undefined, string[], {
|
|
7049
|
-
responsiveVariants?: boolean |
|
|
7050
|
-
borderColor?: boolean |
|
|
7051
|
-
border?: boolean |
|
|
7052
|
-
r?: boolean |
|
|
7053
|
-
gradient?: boolean |
|
|
7054
|
-
intensity?: boolean |
|
|
7055
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7056
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7057
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7058
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7059
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7060
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7055
7061
|
} | undefined;
|
|
7056
7062
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7057
7063
|
twMergeConfig: {
|
|
@@ -7265,12 +7271,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7265
7271
|
16: string;
|
|
7266
7272
|
};
|
|
7267
7273
|
}, undefined, string[], {
|
|
7268
|
-
responsiveVariants?: boolean |
|
|
7269
|
-
borderColor?: boolean |
|
|
7270
|
-
border?: boolean |
|
|
7271
|
-
r?: boolean |
|
|
7272
|
-
gradient?: boolean |
|
|
7273
|
-
intensity?: boolean |
|
|
7274
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7275
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7276
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7277
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7278
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7279
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7274
7280
|
} | undefined;
|
|
7275
7281
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7276
7282
|
twMergeConfig: {
|
|
@@ -7507,8 +7513,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7507
7513
|
mark: string;
|
|
7508
7514
|
tips: string[];
|
|
7509
7515
|
}, undefined, {
|
|
7510
|
-
responsiveVariants?: boolean |
|
|
7511
|
-
color?: boolean |
|
|
7516
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7517
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7512
7518
|
} | undefined;
|
|
7513
7519
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7514
7520
|
twMergeConfig: {
|
|
@@ -7672,8 +7678,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7672
7678
|
mark: string;
|
|
7673
7679
|
tips: string[];
|
|
7674
7680
|
}, undefined, {
|
|
7675
|
-
responsiveVariants?: boolean |
|
|
7676
|
-
color?: boolean |
|
|
7681
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7682
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7677
7683
|
} | undefined;
|
|
7678
7684
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7679
7685
|
twMergeConfig: {
|