@kodiak-finance/orderly-ui 2.8.19-rc.0 → 2.8.20
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.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +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, 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
|
-
p?: boolean |
|
|
456
|
-
grow?: boolean |
|
|
457
|
-
m?: boolean |
|
|
458
|
-
mb?: boolean |
|
|
459
|
-
ml?: boolean |
|
|
460
|
-
mr?: boolean |
|
|
461
|
-
mt?: boolean |
|
|
462
|
-
mx?: boolean |
|
|
463
|
-
my?: 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
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
my?: 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
|
-
color?: boolean |
|
|
2155
|
-
size?: boolean |
|
|
2156
|
-
intensity?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
intensity?: 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: {
|
|
@@ -3392,8 +3391,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3392
3391
|
label: string;
|
|
3393
3392
|
input: never[];
|
|
3394
3393
|
}, undefined, {
|
|
3395
|
-
responsiveVariants?: boolean |
|
|
3396
|
-
direction?: boolean |
|
|
3394
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3395
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3397
3396
|
} | undefined;
|
|
3398
3397
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3399
3398
|
twMergeConfig: {
|
|
@@ -3610,10 +3609,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3610
3609
|
lg: string;
|
|
3611
3610
|
};
|
|
3612
3611
|
}, 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", {
|
|
3613
|
-
responsiveVariants?: boolean |
|
|
3614
|
-
color?: boolean |
|
|
3615
|
-
size?: boolean |
|
|
3616
|
-
variant?: boolean |
|
|
3612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3613
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3614
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3615
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3617
3616
|
} | undefined;
|
|
3618
3617
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3619
3618
|
twMergeConfig: {
|
|
@@ -4136,11 +4135,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4136
4135
|
sell: string;
|
|
4137
4136
|
};
|
|
4138
4137
|
}, 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", {
|
|
4139
|
-
responsiveVariants?: boolean |
|
|
4140
|
-
color?: boolean |
|
|
4141
|
-
size?: boolean |
|
|
4142
|
-
disabled?: boolean |
|
|
4143
|
-
fullWidth?: boolean |
|
|
4138
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4139
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4140
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4141
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4142
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4144
4143
|
} | undefined;
|
|
4145
4144
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4146
4145
|
twMergeConfig: {
|
|
@@ -4401,8 +4400,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4401
4400
|
bar: string[];
|
|
4402
4401
|
tumb: string;
|
|
4403
4402
|
}, undefined, {
|
|
4404
|
-
responsiveVariants?: boolean |
|
|
4405
|
-
orientation?: boolean |
|
|
4403
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4404
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4406
4405
|
} | undefined;
|
|
4407
4406
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4408
4407
|
twMergeConfig: {
|
|
@@ -5505,12 +5504,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5505
5504
|
10: string;
|
|
5506
5505
|
};
|
|
5507
5506
|
}, undefined, string[], {
|
|
5508
|
-
responsiveVariants?: boolean |
|
|
5509
|
-
mx?: boolean |
|
|
5510
|
-
my?: boolean |
|
|
5511
|
-
intensity?: boolean |
|
|
5512
|
-
direction?: boolean |
|
|
5513
|
-
lineStyle?: boolean |
|
|
5507
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5508
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5509
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5510
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5511
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5512
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5514
5513
|
} | undefined;
|
|
5515
5514
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5516
5515
|
twMergeConfig: {
|
|
@@ -5669,12 +5668,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5669
5668
|
10: string;
|
|
5670
5669
|
};
|
|
5671
5670
|
}, undefined, string[], {
|
|
5672
|
-
responsiveVariants?: boolean |
|
|
5673
|
-
mx?: boolean |
|
|
5674
|
-
my?: boolean |
|
|
5675
|
-
intensity?: boolean |
|
|
5676
|
-
direction?: boolean |
|
|
5677
|
-
lineStyle?: boolean |
|
|
5671
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5672
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5673
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5674
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5675
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5676
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5678
5677
|
} | undefined;
|
|
5679
5678
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5680
5679
|
twMergeConfig: {
|
|
@@ -5826,9 +5825,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5826
5825
|
trigger: string[];
|
|
5827
5826
|
icon: string[];
|
|
5828
5827
|
}, undefined, {
|
|
5829
|
-
responsiveVariants?: boolean |
|
|
5830
|
-
size?: boolean |
|
|
5831
|
-
variant?: boolean |
|
|
5828
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5829
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5830
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5832
5831
|
} | undefined;
|
|
5833
5832
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5834
5833
|
twMergeConfig: {
|
|
@@ -5942,9 +5941,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5942
5941
|
trigger: string[];
|
|
5943
5942
|
icon: string[];
|
|
5944
5943
|
}, undefined, {
|
|
5945
|
-
responsiveVariants?: boolean |
|
|
5946
|
-
size?: boolean |
|
|
5947
|
-
variant?: boolean |
|
|
5944
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5945
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5946
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5948
5947
|
} | undefined;
|
|
5949
5948
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5950
5949
|
twMergeConfig: {
|
|
@@ -6057,9 +6056,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6057
6056
|
trigger: string[];
|
|
6058
6057
|
icon: string[];
|
|
6059
6058
|
}, undefined, {
|
|
6060
|
-
responsiveVariants?: boolean |
|
|
6061
|
-
size?: boolean |
|
|
6062
|
-
variant?: boolean |
|
|
6059
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6060
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6061
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6063
6062
|
} | undefined;
|
|
6064
6063
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6065
6064
|
twMergeConfig: {
|
|
@@ -6175,9 +6174,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6175
6174
|
trigger: string[];
|
|
6176
6175
|
icon: string[];
|
|
6177
6176
|
}, undefined, {
|
|
6178
|
-
responsiveVariants?: boolean |
|
|
6179
|
-
size?: boolean |
|
|
6180
|
-
variant?: boolean |
|
|
6177
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6178
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6179
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6181
6180
|
} | undefined;
|
|
6182
6181
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6183
6182
|
twMergeConfig: {
|
|
@@ -6346,8 +6345,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6346
6345
|
image: string;
|
|
6347
6346
|
fallback: string;
|
|
6348
6347
|
}, undefined, {
|
|
6349
|
-
responsiveVariants?: boolean |
|
|
6350
|
-
size?: boolean |
|
|
6348
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6349
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6351
6350
|
} | undefined;
|
|
6352
6351
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6353
6352
|
twMergeConfig: {
|
|
@@ -6473,8 +6472,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6473
6472
|
image: string;
|
|
6474
6473
|
fallback: string;
|
|
6475
6474
|
}, undefined, {
|
|
6476
|
-
responsiveVariants?: boolean |
|
|
6477
|
-
size?: boolean |
|
|
6475
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6476
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6478
6477
|
} | undefined;
|
|
6479
6478
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6480
6479
|
twMergeConfig: {
|
|
@@ -6607,8 +6606,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6607
6606
|
image: string;
|
|
6608
6607
|
fallback: string;
|
|
6609
6608
|
}, undefined, {
|
|
6610
|
-
responsiveVariants?: boolean |
|
|
6611
|
-
size?: boolean |
|
|
6609
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6610
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6612
6611
|
} | undefined;
|
|
6613
6612
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6614
6613
|
twMergeConfig: {
|
|
@@ -6752,11 +6751,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6752
6751
|
item: string[];
|
|
6753
6752
|
tag: string;
|
|
6754
6753
|
}, undefined, {
|
|
6755
|
-
responsiveVariants?: boolean |
|
|
6756
|
-
position?: boolean |
|
|
6757
|
-
size?: boolean |
|
|
6758
|
-
error?: boolean |
|
|
6759
|
-
variant?: boolean |
|
|
6754
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6755
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6756
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6757
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6758
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6760
6759
|
} | undefined;
|
|
6761
6760
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6762
6761
|
twMergeConfig: {
|
|
@@ -7055,7 +7054,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
7055
7054
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
7056
7055
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
7057
7056
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
7058
|
-
responsiveVariants?: boolean |
|
|
7057
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
7059
7058
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7060
7059
|
twMergeConfig: {
|
|
7061
7060
|
prefix: string;
|
|
@@ -7114,12 +7113,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7114
7113
|
16: string;
|
|
7115
7114
|
};
|
|
7116
7115
|
}, undefined, string[], {
|
|
7117
|
-
responsiveVariants?: boolean |
|
|
7118
|
-
borderColor?: boolean |
|
|
7119
|
-
border?: boolean |
|
|
7120
|
-
r?: boolean |
|
|
7121
|
-
gradient?: boolean |
|
|
7122
|
-
intensity?: boolean |
|
|
7116
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7117
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7118
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7119
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7120
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7121
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7123
7122
|
} | undefined;
|
|
7124
7123
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7125
7124
|
twMergeConfig: {
|
|
@@ -7333,12 +7332,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7333
7332
|
16: string;
|
|
7334
7333
|
};
|
|
7335
7334
|
}, undefined, string[], {
|
|
7336
|
-
responsiveVariants?: boolean |
|
|
7337
|
-
borderColor?: boolean |
|
|
7338
|
-
border?: boolean |
|
|
7339
|
-
r?: boolean |
|
|
7340
|
-
gradient?: boolean |
|
|
7341
|
-
intensity?: boolean |
|
|
7335
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7336
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7337
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7338
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7339
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7340
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7342
7341
|
} | undefined;
|
|
7343
7342
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7344
7343
|
twMergeConfig: {
|
|
@@ -7575,8 +7574,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7575
7574
|
mark: string;
|
|
7576
7575
|
tips: string[];
|
|
7577
7576
|
}, undefined, {
|
|
7578
|
-
responsiveVariants?: boolean |
|
|
7579
|
-
color?: boolean |
|
|
7577
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7578
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7580
7579
|
} | undefined;
|
|
7581
7580
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7582
7581
|
twMergeConfig: {
|
|
@@ -7740,8 +7739,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7740
7739
|
mark: string;
|
|
7741
7740
|
tips: string[];
|
|
7742
7741
|
}, undefined, {
|
|
7743
|
-
responsiveVariants?: boolean |
|
|
7744
|
-
color?: boolean |
|
|
7742
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7743
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7745
7744
|
} | undefined;
|
|
7746
7745
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7747
7746
|
twMergeConfig: {
|