@fea-ui/react 0.1.0-alpha.7 → 0.1.0-alpha.8
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.cjs +91 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +211 -97
- package/dist/index.d.mts +675 -561
- package/dist/index.mjs +89 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/dist/index.d.cts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps, cn } from "tailwind-variants";
|
|
3
3
|
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
4
|
-
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Popover as Popover$1, Progress as Progress$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
|
|
4
|
+
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Popover as Popover$1, Progress as Progress$1, Radio as Radio$1, RadioGroup as RadioGroup$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
|
|
5
5
|
import * as tailwind_merge29 from "tailwind-merge";
|
|
6
6
|
|
|
7
7
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
8
8
|
declare const accordionVariants: tailwind_variants1.TVReturnType<{
|
|
9
9
|
[key: string]: {
|
|
10
10
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
11
|
-
|
|
11
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
12
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
12
13
|
header?: tailwind_merge29.ClassNameValue;
|
|
14
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
13
15
|
item?: tailwind_merge29.ClassNameValue;
|
|
14
16
|
panel?: tailwind_merge29.ClassNameValue;
|
|
15
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
16
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
17
17
|
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
} | {
|
|
21
21
|
[x: string]: {
|
|
22
22
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
23
|
-
|
|
23
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
24
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
24
25
|
header?: tailwind_merge29.ClassNameValue;
|
|
26
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
25
27
|
item?: tailwind_merge29.ClassNameValue;
|
|
26
28
|
panel?: tailwind_merge29.ClassNameValue;
|
|
27
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
28
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
29
29
|
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
@@ -40,12 +40,12 @@ declare const accordionVariants: tailwind_variants1.TVReturnType<{
|
|
|
40
40
|
}, undefined, {
|
|
41
41
|
[key: string]: {
|
|
42
42
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
43
|
-
|
|
43
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
44
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
44
45
|
header?: tailwind_merge29.ClassNameValue;
|
|
46
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
45
47
|
item?: tailwind_merge29.ClassNameValue;
|
|
46
48
|
panel?: tailwind_merge29.ClassNameValue;
|
|
47
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
48
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
49
49
|
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
@@ -112,28 +112,28 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
|
112
112
|
declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
|
|
113
113
|
[key: string]: {
|
|
114
114
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
115
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
116
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
117
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
118
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
119
115
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
120
116
|
close?: tailwind_merge29.ClassNameValue;
|
|
117
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
121
118
|
popup?: tailwind_merge29.ClassNameValue;
|
|
122
119
|
portal?: tailwind_merge29.ClassNameValue;
|
|
120
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
121
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
122
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
123
123
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
} | {
|
|
127
127
|
[x: string]: {
|
|
128
128
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
129
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
130
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
131
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
132
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
133
129
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
134
130
|
close?: tailwind_merge29.ClassNameValue;
|
|
131
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
135
132
|
popup?: tailwind_merge29.ClassNameValue;
|
|
136
133
|
portal?: tailwind_merge29.ClassNameValue;
|
|
134
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
135
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
136
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
137
137
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
138
138
|
};
|
|
139
139
|
};
|
|
@@ -150,14 +150,14 @@ declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
|
|
|
150
150
|
}, undefined, {
|
|
151
151
|
[key: string]: {
|
|
152
152
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
153
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
154
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
155
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
156
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
157
153
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
158
154
|
close?: tailwind_merge29.ClassNameValue;
|
|
155
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
159
156
|
popup?: tailwind_merge29.ClassNameValue;
|
|
160
157
|
portal?: tailwind_merge29.ClassNameValue;
|
|
158
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
159
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
160
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
161
161
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
@@ -608,28 +608,28 @@ declare const Container: ({
|
|
|
608
608
|
declare const dialogVariants: tailwind_variants1.TVReturnType<{
|
|
609
609
|
[key: string]: {
|
|
610
610
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
611
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
612
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
613
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
614
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
615
611
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
616
612
|
close?: tailwind_merge29.ClassNameValue;
|
|
613
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
617
614
|
popup?: tailwind_merge29.ClassNameValue;
|
|
618
615
|
portal?: tailwind_merge29.ClassNameValue;
|
|
616
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
617
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
618
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
619
619
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
} | {
|
|
623
623
|
[x: string]: {
|
|
624
624
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
625
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
626
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
627
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
628
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
629
625
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
630
626
|
close?: tailwind_merge29.ClassNameValue;
|
|
627
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
631
628
|
popup?: tailwind_merge29.ClassNameValue;
|
|
632
629
|
portal?: tailwind_merge29.ClassNameValue;
|
|
630
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
631
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
632
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
633
633
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
634
634
|
};
|
|
635
635
|
};
|
|
@@ -646,14 +646,14 @@ declare const dialogVariants: tailwind_variants1.TVReturnType<{
|
|
|
646
646
|
}, undefined, {
|
|
647
647
|
[key: string]: {
|
|
648
648
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
649
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
650
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
651
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
652
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
653
649
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
654
650
|
close?: tailwind_merge29.ClassNameValue;
|
|
651
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
655
652
|
popup?: tailwind_merge29.ClassNameValue;
|
|
656
653
|
portal?: tailwind_merge29.ClassNameValue;
|
|
654
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
655
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
656
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
657
657
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
658
658
|
};
|
|
659
659
|
};
|
|
@@ -1192,15 +1192,15 @@ declare const Link: ({
|
|
|
1192
1192
|
declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
1193
1193
|
[key: string]: {
|
|
1194
1194
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1195
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1196
1195
|
root?: tailwind_merge29.ClassNameValue;
|
|
1196
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1197
1197
|
};
|
|
1198
1198
|
};
|
|
1199
1199
|
} | {
|
|
1200
1200
|
[x: string]: {
|
|
1201
1201
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1202
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1203
1202
|
root?: tailwind_merge29.ClassNameValue;
|
|
1203
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1204
1204
|
};
|
|
1205
1205
|
};
|
|
1206
1206
|
} | {}, {
|
|
@@ -1209,8 +1209,8 @@ declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
|
1209
1209
|
}, undefined, {
|
|
1210
1210
|
[key: string]: {
|
|
1211
1211
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1212
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1213
1212
|
root?: tailwind_merge29.ClassNameValue;
|
|
1213
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1214
1214
|
};
|
|
1215
1215
|
};
|
|
1216
1216
|
} | {}, {
|
|
@@ -1241,13 +1241,13 @@ interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
|
1241
1241
|
declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
1242
1242
|
[key: string]: {
|
|
1243
1243
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1244
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1245
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1246
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1247
|
-
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1248
1244
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1249
1245
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1250
1246
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1247
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1248
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1249
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1250
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1251
1251
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1252
1252
|
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1253
1253
|
group?: tailwind_merge29.ClassNameValue;
|
|
@@ -1262,13 +1262,13 @@ declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
|
1262
1262
|
} | {
|
|
1263
1263
|
[x: string]: {
|
|
1264
1264
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1265
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1266
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1267
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1268
|
-
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1269
1265
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1270
1266
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1271
1267
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1268
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1269
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1270
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1271
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1272
1272
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1273
1273
|
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1274
1274
|
group?: tailwind_merge29.ClassNameValue;
|
|
@@ -1300,13 +1300,13 @@ declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
|
1300
1300
|
}, undefined, {
|
|
1301
1301
|
[key: string]: {
|
|
1302
1302
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1303
|
-
item?: tailwind_merge29.ClassNameValue;
|
|
1304
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1305
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1306
|
-
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1307
1303
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1308
1304
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1309
1305
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1306
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1307
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1308
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1309
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1310
1310
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1311
1311
|
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1312
1312
|
group?: tailwind_merge29.ClassNameValue;
|
|
@@ -1574,9 +1574,9 @@ interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
|
|
|
1574
1574
|
declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
1575
1575
|
[key: string]: {
|
|
1576
1576
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1577
|
-
content?: tailwind_merge29.ClassNameValue;
|
|
1578
1577
|
root?: tailwind_merge29.ClassNameValue;
|
|
1579
1578
|
menu?: tailwind_merge29.ClassNameValue;
|
|
1579
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1580
1580
|
container?: tailwind_merge29.ClassNameValue;
|
|
1581
1581
|
list?: tailwind_merge29.ClassNameValue;
|
|
1582
1582
|
listItem?: tailwind_merge29.ClassNameValue;
|
|
@@ -1587,9 +1587,9 @@ declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
|
1587
1587
|
} | {
|
|
1588
1588
|
[x: string]: {
|
|
1589
1589
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1590
|
-
content?: tailwind_merge29.ClassNameValue;
|
|
1591
1590
|
root?: tailwind_merge29.ClassNameValue;
|
|
1592
1591
|
menu?: tailwind_merge29.ClassNameValue;
|
|
1592
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1593
1593
|
container?: tailwind_merge29.ClassNameValue;
|
|
1594
1594
|
list?: tailwind_merge29.ClassNameValue;
|
|
1595
1595
|
listItem?: tailwind_merge29.ClassNameValue;
|
|
@@ -1609,9 +1609,9 @@ declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
|
1609
1609
|
}, undefined, {
|
|
1610
1610
|
[key: string]: {
|
|
1611
1611
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1612
|
-
content?: tailwind_merge29.ClassNameValue;
|
|
1613
1612
|
root?: tailwind_merge29.ClassNameValue;
|
|
1614
1613
|
menu?: tailwind_merge29.ClassNameValue;
|
|
1614
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1615
1615
|
container?: tailwind_merge29.ClassNameValue;
|
|
1616
1616
|
list?: tailwind_merge29.ClassNameValue;
|
|
1617
1617
|
listItem?: tailwind_merge29.ClassNameValue;
|
|
@@ -1697,14 +1697,14 @@ interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
|
|
|
1697
1697
|
declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
1698
1698
|
[key: string]: {
|
|
1699
1699
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1700
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1701
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1702
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
1703
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
1704
1700
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1705
1701
|
close?: tailwind_merge29.ClassNameValue;
|
|
1702
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1706
1703
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1707
1704
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1705
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1706
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1707
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1708
1708
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
1709
1709
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1710
1710
|
positioner?: tailwind_merge29.ClassNameValue;
|
|
@@ -1713,14 +1713,14 @@ declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
|
1713
1713
|
} | {
|
|
1714
1714
|
[x: string]: {
|
|
1715
1715
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1716
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1717
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1718
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
1719
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
1720
1716
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1721
1717
|
close?: tailwind_merge29.ClassNameValue;
|
|
1718
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1722
1719
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1723
1720
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1721
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1722
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1723
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1724
1724
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
1725
1725
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1726
1726
|
positioner?: tailwind_merge29.ClassNameValue;
|
|
@@ -1741,14 +1741,14 @@ declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
|
1741
1741
|
}, undefined, {
|
|
1742
1742
|
[key: string]: {
|
|
1743
1743
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1744
|
-
root?: tailwind_merge29.ClassNameValue;
|
|
1745
|
-
trigger?: tailwind_merge29.ClassNameValue;
|
|
1746
|
-
title?: tailwind_merge29.ClassNameValue;
|
|
1747
|
-
description?: tailwind_merge29.ClassNameValue;
|
|
1748
1744
|
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1749
1745
|
close?: tailwind_merge29.ClassNameValue;
|
|
1746
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1750
1747
|
popup?: tailwind_merge29.ClassNameValue;
|
|
1751
1748
|
portal?: tailwind_merge29.ClassNameValue;
|
|
1749
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1750
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1751
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1752
1752
|
viewport?: tailwind_merge29.ClassNameValue;
|
|
1753
1753
|
arrow?: tailwind_merge29.ClassNameValue;
|
|
1754
1754
|
positioner?: tailwind_merge29.ClassNameValue;
|
|
@@ -1842,48 +1842,96 @@ interface PopoverCloseProps extends Popover$1.Close.Props {}
|
|
|
1842
1842
|
//#endregion
|
|
1843
1843
|
//#region src/components/progress/progress.variants.d.ts
|
|
1844
1844
|
declare const progressVariants: tailwind_variants1.TVReturnType<{
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
root
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1845
|
+
size: {
|
|
1846
|
+
lg: {
|
|
1847
|
+
root: string;
|
|
1848
|
+
};
|
|
1849
|
+
md: {
|
|
1850
|
+
root: string;
|
|
1851
|
+
};
|
|
1852
|
+
sm: {
|
|
1853
|
+
root: string;
|
|
1852
1854
|
};
|
|
1853
1855
|
};
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1856
|
+
variant: {
|
|
1857
|
+
danger: {
|
|
1858
|
+
root: string;
|
|
1859
|
+
};
|
|
1860
|
+
primary: {
|
|
1861
|
+
root: string;
|
|
1862
|
+
};
|
|
1863
|
+
secondary: {
|
|
1864
|
+
root: string;
|
|
1865
|
+
};
|
|
1866
|
+
success: {
|
|
1867
|
+
root: string;
|
|
1862
1868
|
};
|
|
1863
1869
|
};
|
|
1864
|
-
}
|
|
1870
|
+
}, {
|
|
1865
1871
|
indicator: string;
|
|
1866
1872
|
label: string;
|
|
1867
1873
|
root: string;
|
|
1868
1874
|
track: string;
|
|
1869
1875
|
value: string;
|
|
1870
1876
|
}, undefined, {
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
root
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1877
|
+
size: {
|
|
1878
|
+
lg: {
|
|
1879
|
+
root: string;
|
|
1880
|
+
};
|
|
1881
|
+
md: {
|
|
1882
|
+
root: string;
|
|
1883
|
+
};
|
|
1884
|
+
sm: {
|
|
1885
|
+
root: string;
|
|
1878
1886
|
};
|
|
1879
1887
|
};
|
|
1880
|
-
|
|
1888
|
+
variant: {
|
|
1889
|
+
danger: {
|
|
1890
|
+
root: string;
|
|
1891
|
+
};
|
|
1892
|
+
primary: {
|
|
1893
|
+
root: string;
|
|
1894
|
+
};
|
|
1895
|
+
secondary: {
|
|
1896
|
+
root: string;
|
|
1897
|
+
};
|
|
1898
|
+
success: {
|
|
1899
|
+
root: string;
|
|
1900
|
+
};
|
|
1901
|
+
};
|
|
1902
|
+
}, {
|
|
1881
1903
|
indicator: string;
|
|
1882
1904
|
label: string;
|
|
1883
1905
|
root: string;
|
|
1884
1906
|
track: string;
|
|
1885
1907
|
value: string;
|
|
1886
|
-
}, tailwind_variants1.TVReturnType<
|
|
1908
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1909
|
+
size: {
|
|
1910
|
+
lg: {
|
|
1911
|
+
root: string;
|
|
1912
|
+
};
|
|
1913
|
+
md: {
|
|
1914
|
+
root: string;
|
|
1915
|
+
};
|
|
1916
|
+
sm: {
|
|
1917
|
+
root: string;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
variant: {
|
|
1921
|
+
danger: {
|
|
1922
|
+
root: string;
|
|
1923
|
+
};
|
|
1924
|
+
primary: {
|
|
1925
|
+
root: string;
|
|
1926
|
+
};
|
|
1927
|
+
secondary: {
|
|
1928
|
+
root: string;
|
|
1929
|
+
};
|
|
1930
|
+
success: {
|
|
1931
|
+
root: string;
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1934
|
+
}, {
|
|
1887
1935
|
indicator: string;
|
|
1888
1936
|
label: string;
|
|
1889
1937
|
root: string;
|
|
@@ -1897,26 +1945,92 @@ interface ProgressProps extends ProgressVariants, Progress$1.Root.Props {}
|
|
|
1897
1945
|
declare const Progress: {
|
|
1898
1946
|
({
|
|
1899
1947
|
className,
|
|
1948
|
+
variant,
|
|
1949
|
+
size,
|
|
1900
1950
|
...props
|
|
1901
1951
|
}: ProgressProps): react_jsx_runtime8.JSX.Element;
|
|
1902
1952
|
Label: ({
|
|
1903
1953
|
className,
|
|
1904
1954
|
...props
|
|
1905
|
-
}:
|
|
1955
|
+
}: ProgressLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1906
1956
|
Value: ({
|
|
1907
1957
|
className,
|
|
1908
1958
|
...props
|
|
1909
|
-
}:
|
|
1959
|
+
}: ProgressValueProps) => react_jsx_runtime8.JSX.Element;
|
|
1910
1960
|
Track: ({
|
|
1911
1961
|
className,
|
|
1912
1962
|
...props
|
|
1913
|
-
}:
|
|
1963
|
+
}: ProgressTrackProps) => react_jsx_runtime8.JSX.Element;
|
|
1914
1964
|
Indicator: ({
|
|
1915
1965
|
className,
|
|
1916
1966
|
...props
|
|
1917
|
-
}:
|
|
1967
|
+
}: ProgressIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1918
1968
|
Root: /*elided*/any;
|
|
1919
1969
|
};
|
|
1970
|
+
interface ProgressLabelProps extends Progress$1.Label.Props {}
|
|
1971
|
+
interface ProgressValueProps extends Progress$1.Value.Props {}
|
|
1972
|
+
interface ProgressTrackProps extends Progress$1.Track.Props {}
|
|
1973
|
+
interface ProgressIndicatorProps extends Progress$1.Indicator.Props {}
|
|
1974
|
+
//#endregion
|
|
1975
|
+
//#region src/components/radio/radio.variants.d.ts
|
|
1976
|
+
declare const radioVariants: tailwind_variants1.TVReturnType<{
|
|
1977
|
+
[key: string]: {
|
|
1978
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1979
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1980
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1981
|
+
};
|
|
1982
|
+
};
|
|
1983
|
+
} | {
|
|
1984
|
+
[x: string]: {
|
|
1985
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1986
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1987
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1988
|
+
};
|
|
1989
|
+
};
|
|
1990
|
+
} | {}, {
|
|
1991
|
+
indicator: string;
|
|
1992
|
+
root: string;
|
|
1993
|
+
}, undefined, {
|
|
1994
|
+
[key: string]: {
|
|
1995
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1996
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1997
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1998
|
+
};
|
|
1999
|
+
};
|
|
2000
|
+
} | {}, {
|
|
2001
|
+
indicator: string;
|
|
2002
|
+
root: string;
|
|
2003
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2004
|
+
indicator: string;
|
|
2005
|
+
root: string;
|
|
2006
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
2007
|
+
type RadioVariants = VariantProps<typeof radioVariants>;
|
|
2008
|
+
//#endregion
|
|
2009
|
+
//#region src/components/radio/radio.d.ts
|
|
2010
|
+
interface RadioProps extends RadioVariants, Radio$1.Root.Props {}
|
|
2011
|
+
declare const Radio: {
|
|
2012
|
+
({
|
|
2013
|
+
className,
|
|
2014
|
+
...props
|
|
2015
|
+
}: RadioProps): react_jsx_runtime8.JSX.Element;
|
|
2016
|
+
Root: /*elided*/any;
|
|
2017
|
+
Indicator: ({
|
|
2018
|
+
className,
|
|
2019
|
+
...props
|
|
2020
|
+
}: RadioIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
2021
|
+
};
|
|
2022
|
+
interface RadioIndicatorProps extends Radio$1.Indicator.Props {}
|
|
2023
|
+
//#endregion
|
|
2024
|
+
//#region src/components/radio-group/radio-group.variants.d.ts
|
|
2025
|
+
declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
|
|
2026
|
+
type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
|
|
2027
|
+
//#endregion
|
|
2028
|
+
//#region src/components/radio-group/radio-group.d.ts
|
|
2029
|
+
interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
|
|
2030
|
+
declare const RadioGroup: ({
|
|
2031
|
+
className,
|
|
2032
|
+
...props
|
|
2033
|
+
}: RadioGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
1920
2034
|
//#endregion
|
|
1921
2035
|
//#region src/components/separator/separator.variants.d.ts
|
|
1922
2036
|
declare const separatorVariants: tailwind_variants1.TVReturnType<{
|
|
@@ -2205,8 +2319,8 @@ interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
|
2205
2319
|
declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
2206
2320
|
[key: string]: {
|
|
2207
2321
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2208
|
-
panel?: tailwind_merge29.ClassNameValue;
|
|
2209
2322
|
root?: tailwind_merge29.ClassNameValue;
|
|
2323
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2210
2324
|
indicator?: tailwind_merge29.ClassNameValue;
|
|
2211
2325
|
list?: tailwind_merge29.ClassNameValue;
|
|
2212
2326
|
tab?: tailwind_merge29.ClassNameValue;
|
|
@@ -2215,8 +2329,8 @@ declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
|
2215
2329
|
} | {
|
|
2216
2330
|
[x: string]: {
|
|
2217
2331
|
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
2218
|
-
panel?: tailwind_merge29.ClassNameValue;
|
|
2219
2332
|
root?: tailwind_merge29.ClassNameValue;
|
|
2333
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2220
2334
|
indicator?: tailwind_merge29.ClassNameValue;
|
|
2221
2335
|
list?: tailwind_merge29.ClassNameValue;
|
|
2222
2336
|
tab?: tailwind_merge29.ClassNameValue;
|
|
@@ -2231,8 +2345,8 @@ declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
|
2231
2345
|
}, undefined, {
|
|
2232
2346
|
[key: string]: {
|
|
2233
2347
|
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2234
|
-
panel?: tailwind_merge29.ClassNameValue;
|
|
2235
2348
|
root?: tailwind_merge29.ClassNameValue;
|
|
2349
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2236
2350
|
indicator?: tailwind_merge29.ClassNameValue;
|
|
2237
2351
|
list?: tailwind_merge29.ClassNameValue;
|
|
2238
2352
|
tab?: tailwind_merge29.ClassNameValue;
|
|
@@ -2452,5 +2566,5 @@ declare const ToggleButton: ({
|
|
|
2452
2566
|
...props
|
|
2453
2567
|
}: ToggleButtonProps) => react_jsx_runtime8.JSX.Element;
|
|
2454
2568
|
//#endregion
|
|
2455
|
-
export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonProps, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Popover, PopoverVariants, Progress, ProgressVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
|
|
2569
|
+
export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonProps, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Popover, PopoverVariants, Progress, ProgressVariants, Radio, RadioGroup, RadioGroupVariants, RadioVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
|
|
2456
2570
|
//# sourceMappingURL=index.d.cts.map
|