rocksolidjs 0.1.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.
Files changed (347) hide show
  1. package/LICENSE.txt +21 -0
  2. package/README.md +0 -0
  3. package/dist/Accordion/Accordion.d.ts +12 -0
  4. package/dist/Accordion/Accordion.js +1 -0
  5. package/dist/Accordion/index.d.ts +2 -0
  6. package/dist/Accordion/index.js +1 -0
  7. package/dist/Accordion/style.d.ts +4 -0
  8. package/dist/Accordion/style.js +1 -0
  9. package/dist/AccordionContext/AccordionContext.d.ts +10 -0
  10. package/dist/AccordionContext/AccordionContext.js +1 -0
  11. package/dist/AccordionContext/index.d.ts +1 -0
  12. package/dist/AccordionContext/index.js +1 -0
  13. package/dist/AccordionDetails/AccordionDetails.d.ts +8 -0
  14. package/dist/AccordionDetails/AccordionDetails.js +1 -0
  15. package/dist/AccordionDetails/index.d.ts +2 -0
  16. package/dist/AccordionDetails/index.js +1 -0
  17. package/dist/AccordionDetails/style.d.ts +64 -0
  18. package/dist/AccordionDetails/style.js +1 -0
  19. package/dist/AccordionSummary/AccordionSummary.d.ts +15 -0
  20. package/dist/AccordionSummary/AccordionSummary.js +1 -0
  21. package/dist/AccordionSummary/index.d.ts +2 -0
  22. package/dist/AccordionSummary/index.js +1 -0
  23. package/dist/AccordionSummary/style.d.ts +4 -0
  24. package/dist/AccordionSummary/style.js +1 -0
  25. package/dist/Alert/Alert.d.ts +26 -0
  26. package/dist/Alert/Alert.js +1 -0
  27. package/dist/Alert/index.d.ts +2 -0
  28. package/dist/Alert/index.js +1 -0
  29. package/dist/Alert/style.d.ts +82 -0
  30. package/dist/Alert/style.js +1 -0
  31. package/dist/Avatar/Avatar.d.ts +20 -0
  32. package/dist/Avatar/Avatar.js +1 -0
  33. package/dist/Avatar/index.d.ts +2 -0
  34. package/dist/Avatar/index.js +1 -0
  35. package/dist/Avatar/style.d.ts +130 -0
  36. package/dist/Avatar/style.js +1 -0
  37. package/dist/Backdrop/Backdrop.d.ts +7 -0
  38. package/dist/Backdrop/Backdrop.js +1 -0
  39. package/dist/Backdrop/index.d.ts +2 -0
  40. package/dist/Backdrop/index.js +1 -0
  41. package/dist/Backdrop/style.d.ts +4 -0
  42. package/dist/Backdrop/style.js +1 -0
  43. package/dist/Badge/Badge.d.ts +21 -0
  44. package/dist/Badge/Badge.js +1 -0
  45. package/dist/Badge/index.d.ts +2 -0
  46. package/dist/Badge/index.js +1 -0
  47. package/dist/Badge/style.d.ts +214 -0
  48. package/dist/Badge/style.js +1 -0
  49. package/dist/Breadcrumbs/Breadcrumbs.d.ts +14 -0
  50. package/dist/Breadcrumbs/Breadcrumbs.js +1 -0
  51. package/dist/Breadcrumbs/index.d.ts +2 -0
  52. package/dist/Breadcrumbs/index.js +1 -0
  53. package/dist/Breadcrumbs/style.d.ts +64 -0
  54. package/dist/Breadcrumbs/style.js +1 -0
  55. package/dist/Button/Button.d.ts +24 -0
  56. package/dist/Button/Button.js +1 -0
  57. package/dist/Button/index.d.ts +2 -0
  58. package/dist/Button/index.js +1 -0
  59. package/dist/Button/style.d.ts +238 -0
  60. package/dist/Button/style.js +1 -0
  61. package/dist/Card/Card.d.ts +10 -0
  62. package/dist/Card/Card.js +1 -0
  63. package/dist/Card/index.d.ts +2 -0
  64. package/dist/Card/index.js +1 -0
  65. package/dist/Card/style.d.ts +46 -0
  66. package/dist/Card/style.js +1 -0
  67. package/dist/CardContent/CardContent.d.ts +6 -0
  68. package/dist/CardContent/CardContent.js +1 -0
  69. package/dist/CardContent/index.d.ts +2 -0
  70. package/dist/CardContent/index.js +1 -0
  71. package/dist/CardContent/style.d.ts +4 -0
  72. package/dist/CardContent/style.js +1 -0
  73. package/dist/CardDescription/CardDescription.d.ts +8 -0
  74. package/dist/CardDescription/CardDescription.js +1 -0
  75. package/dist/CardDescription/index.d.ts +2 -0
  76. package/dist/CardDescription/index.js +1 -0
  77. package/dist/CardDescription/style.d.ts +4 -0
  78. package/dist/CardDescription/style.js +1 -0
  79. package/dist/CardFooter/CardFooter.d.ts +6 -0
  80. package/dist/CardFooter/CardFooter.js +1 -0
  81. package/dist/CardFooter/index.d.ts +2 -0
  82. package/dist/CardFooter/index.js +1 -0
  83. package/dist/CardFooter/style.d.ts +4 -0
  84. package/dist/CardFooter/style.js +1 -0
  85. package/dist/CardHeader/CardHeader.d.ts +6 -0
  86. package/dist/CardHeader/CardHeader.js +1 -0
  87. package/dist/CardHeader/index.d.ts +2 -0
  88. package/dist/CardHeader/index.js +1 -0
  89. package/dist/CardHeader/style.d.ts +4 -0
  90. package/dist/CardHeader/style.js +1 -0
  91. package/dist/CardTitle/CardTitle.d.ts +8 -0
  92. package/dist/CardTitle/CardTitle.js +1 -0
  93. package/dist/CardTitle/index.d.ts +2 -0
  94. package/dist/CardTitle/index.js +1 -0
  95. package/dist/CardTitle/style.d.ts +4 -0
  96. package/dist/CardTitle/style.js +1 -0
  97. package/dist/Checkbox/Checkbox.d.ts +18 -0
  98. package/dist/Checkbox/Checkbox.js +1 -0
  99. package/dist/Checkbox/index.d.ts +2 -0
  100. package/dist/Checkbox/index.js +1 -0
  101. package/dist/Checkbox/style.d.ts +88 -0
  102. package/dist/Checkbox/style.js +1 -0
  103. package/dist/Chip/Chip.d.ts +25 -0
  104. package/dist/Chip/Chip.js +1 -0
  105. package/dist/Chip/index.d.ts +2 -0
  106. package/dist/Chip/index.js +1 -0
  107. package/dist/Chip/style.d.ts +298 -0
  108. package/dist/Chip/style.js +1 -0
  109. package/dist/Dialog/Dialog.d.ts +20 -0
  110. package/dist/Dialog/Dialog.js +1 -0
  111. package/dist/Dialog/index.d.ts +2 -0
  112. package/dist/Dialog/index.js +1 -0
  113. package/dist/Dialog/style.d.ts +34 -0
  114. package/dist/Dialog/style.js +1 -0
  115. package/dist/DialogActions/DialogActions.d.ts +7 -0
  116. package/dist/DialogActions/DialogActions.js +1 -0
  117. package/dist/DialogActions/index.d.ts +2 -0
  118. package/dist/DialogActions/index.js +1 -0
  119. package/dist/DialogActions/style.d.ts +4 -0
  120. package/dist/DialogActions/style.js +1 -0
  121. package/dist/DialogContent/DialogContent.d.ts +7 -0
  122. package/dist/DialogContent/DialogContent.js +1 -0
  123. package/dist/DialogContent/index.d.ts +2 -0
  124. package/dist/DialogContent/index.js +1 -0
  125. package/dist/DialogContent/style.d.ts +4 -0
  126. package/dist/DialogContent/style.js +1 -0
  127. package/dist/DialogTitle/DialogTitle.d.ts +8 -0
  128. package/dist/DialogTitle/DialogTitle.js +1 -0
  129. package/dist/DialogTitle/index.d.ts +2 -0
  130. package/dist/DialogTitle/index.js +1 -0
  131. package/dist/DialogTitle/style.d.ts +4 -0
  132. package/dist/DialogTitle/style.js +1 -0
  133. package/dist/Divider/Divider.d.ts +11 -0
  134. package/dist/Divider/Divider.js +1 -0
  135. package/dist/Divider/index.d.ts +2 -0
  136. package/dist/Divider/index.js +1 -0
  137. package/dist/Divider/style.d.ts +34 -0
  138. package/dist/Divider/style.js +1 -0
  139. package/dist/IconButton/IconButton.d.ts +6 -0
  140. package/dist/IconButton/IconButton.js +1 -0
  141. package/dist/IconButton/index.d.ts +2 -0
  142. package/dist/IconButton/index.js +1 -0
  143. package/dist/IconButton/style.d.ts +40 -0
  144. package/dist/IconButton/style.js +1 -0
  145. package/dist/Input/Input.d.ts +27 -0
  146. package/dist/Input/Input.js +1 -0
  147. package/dist/Input/index.d.ts +2 -0
  148. package/dist/Input/index.js +1 -0
  149. package/dist/Input/style.d.ts +232 -0
  150. package/dist/Input/style.js +1 -0
  151. package/dist/Label/Label.d.ts +16 -0
  152. package/dist/Label/Label.js +1 -0
  153. package/dist/Label/index.d.ts +2 -0
  154. package/dist/Label/index.js +1 -0
  155. package/dist/Label/style.d.ts +118 -0
  156. package/dist/Label/style.js +1 -0
  157. package/dist/Link/Link.d.ts +15 -0
  158. package/dist/Link/Link.js +1 -0
  159. package/dist/Link/index.d.ts +2 -0
  160. package/dist/Link/index.js +1 -0
  161. package/dist/Link/style.d.ts +40 -0
  162. package/dist/Link/style.js +1 -0
  163. package/dist/Progress/Progress.d.ts +21 -0
  164. package/dist/Progress/Progress.js +1 -0
  165. package/dist/Progress/index.d.ts +2 -0
  166. package/dist/Progress/index.js +1 -0
  167. package/dist/Progress/style.d.ts +112 -0
  168. package/dist/Progress/style.js +1 -0
  169. package/dist/Radio/Radio.d.ts +19 -0
  170. package/dist/Radio/Radio.js +1 -0
  171. package/dist/Radio/index.d.ts +2 -0
  172. package/dist/Radio/index.js +1 -0
  173. package/dist/Radio/style.d.ts +76 -0
  174. package/dist/Radio/style.js +1 -0
  175. package/dist/RadioGroup/RadioGroup.d.ts +10 -0
  176. package/dist/RadioGroup/RadioGroup.js +1 -0
  177. package/dist/RadioGroup/index.d.ts +2 -0
  178. package/dist/RadioGroup/index.js +1 -0
  179. package/dist/RadioGroupContext/RadioGroupContext.d.ts +8 -0
  180. package/dist/RadioGroupContext/RadioGroupContext.js +1 -0
  181. package/dist/RadioGroupContext/index.d.ts +1 -0
  182. package/dist/RadioGroupContext/index.js +1 -0
  183. package/dist/Select/Select.d.ts +22 -0
  184. package/dist/Select/Select.js +1 -0
  185. package/dist/Select/index.d.ts +2 -0
  186. package/dist/Select/index.js +1 -0
  187. package/dist/Select/style.d.ts +124 -0
  188. package/dist/Select/style.js +1 -0
  189. package/dist/Skeleton/Skeleton.d.ts +9 -0
  190. package/dist/Skeleton/Skeleton.js +1 -0
  191. package/dist/Skeleton/index.d.ts +2 -0
  192. package/dist/Skeleton/index.js +1 -0
  193. package/dist/Skeleton/style.d.ts +34 -0
  194. package/dist/Skeleton/style.js +1 -0
  195. package/dist/Spinner/Spinner.d.ts +13 -0
  196. package/dist/Spinner/Spinner.js +1 -0
  197. package/dist/Spinner/index.d.ts +2 -0
  198. package/dist/Spinner/index.js +1 -0
  199. package/dist/Spinner/style.d.ts +112 -0
  200. package/dist/Spinner/style.js +1 -0
  201. package/dist/Switch/Switch.d.ts +23 -0
  202. package/dist/Switch/Switch.js +1 -0
  203. package/dist/Switch/index.d.ts +2 -0
  204. package/dist/Switch/index.js +1 -0
  205. package/dist/Switch/style.d.ts +226 -0
  206. package/dist/Switch/style.js +1 -0
  207. package/dist/Tab/Tab.d.ts +18 -0
  208. package/dist/Tab/Tab.js +1 -0
  209. package/dist/Tab/index.d.ts +2 -0
  210. package/dist/Tab/index.js +1 -0
  211. package/dist/Tab/style.d.ts +94 -0
  212. package/dist/Tab/style.js +1 -0
  213. package/dist/TabPanel/TabPanel.d.ts +7 -0
  214. package/dist/TabPanel/TabPanel.js +1 -0
  215. package/dist/TabPanel/index.d.ts +2 -0
  216. package/dist/TabPanel/index.js +1 -0
  217. package/dist/Table/Table.d.ts +7 -0
  218. package/dist/Table/Table.js +1 -0
  219. package/dist/Table/index.d.ts +2 -0
  220. package/dist/Table/index.js +1 -0
  221. package/dist/Table/style.d.ts +4 -0
  222. package/dist/Table/style.js +1 -0
  223. package/dist/TableBody/TableBody.d.ts +4 -0
  224. package/dist/TableBody/TableBody.js +1 -0
  225. package/dist/TableBody/index.d.ts +2 -0
  226. package/dist/TableBody/index.js +1 -0
  227. package/dist/TableCell/TableCell.d.ts +11 -0
  228. package/dist/TableCell/TableCell.js +1 -0
  229. package/dist/TableCell/index.d.ts +2 -0
  230. package/dist/TableCell/index.js +1 -0
  231. package/dist/TableCell/style.d.ts +70 -0
  232. package/dist/TableCell/style.js +1 -0
  233. package/dist/TableContext/TableContext.d.ts +6 -0
  234. package/dist/TableContext/TableContext.js +1 -0
  235. package/dist/TableContext/index.d.ts +1 -0
  236. package/dist/TableContext/index.js +1 -0
  237. package/dist/TableFooter/TableFooter.d.ts +4 -0
  238. package/dist/TableFooter/TableFooter.js +1 -0
  239. package/dist/TableFooter/index.d.ts +2 -0
  240. package/dist/TableFooter/index.js +1 -0
  241. package/dist/TableFooter/style.d.ts +4 -0
  242. package/dist/TableFooter/style.js +1 -0
  243. package/dist/TableHead/TableHead.d.ts +4 -0
  244. package/dist/TableHead/TableHead.js +1 -0
  245. package/dist/TableHead/index.d.ts +2 -0
  246. package/dist/TableHead/index.js +1 -0
  247. package/dist/TableHeadContext/TableHeadContext.d.ts +5 -0
  248. package/dist/TableHeadContext/TableHeadContext.js +1 -0
  249. package/dist/TableHeadContext/index.d.ts +1 -0
  250. package/dist/TableHeadContext/index.js +1 -0
  251. package/dist/TableRow/TableRow.d.ts +7 -0
  252. package/dist/TableRow/TableRow.js +1 -0
  253. package/dist/TableRow/index.d.ts +2 -0
  254. package/dist/TableRow/index.js +1 -0
  255. package/dist/TableRow/style.d.ts +34 -0
  256. package/dist/TableRow/style.js +1 -0
  257. package/dist/Tabs/Tabs.d.ts +12 -0
  258. package/dist/Tabs/Tabs.js +1 -0
  259. package/dist/Tabs/TabsContentContext.d.ts +7 -0
  260. package/dist/Tabs/TabsContentContext.js +1 -0
  261. package/dist/Tabs/index.d.ts +2 -0
  262. package/dist/Tabs/index.js +1 -0
  263. package/dist/Tabs/style.d.ts +94 -0
  264. package/dist/Tabs/style.js +1 -0
  265. package/dist/TabsContext/TabsContext.d.ts +10 -0
  266. package/dist/TabsContext/TabsContext.js +1 -0
  267. package/dist/TabsContext/context.d.ts +8 -0
  268. package/dist/TabsContext/context.js +3 -0
  269. package/dist/TabsContext/index.d.ts +2 -0
  270. package/dist/TabsContext/index.js +1 -0
  271. package/dist/Textarea/Textarea.d.ts +16 -0
  272. package/dist/Textarea/Textarea.js +1 -0
  273. package/dist/Textarea/index.d.ts +2 -0
  274. package/dist/Textarea/index.js +1 -0
  275. package/dist/Textarea/style.d.ts +160 -0
  276. package/dist/Textarea/style.js +1 -0
  277. package/dist/ThemeProvider/ThemeContext.d.ts +8 -0
  278. package/dist/ThemeProvider/ThemeContext.js +1 -0
  279. package/dist/ThemeProvider/ThemeProvider.d.ts +8 -0
  280. package/dist/ThemeProvider/ThemeProvider.js +1 -0
  281. package/dist/ThemeProvider/componentsTV.d.ts +1498 -0
  282. package/dist/ThemeProvider/componentsTV.js +1 -0
  283. package/dist/ThemeProvider/index.d.ts +3 -0
  284. package/dist/ThemeProvider/index.js +1 -0
  285. package/dist/Typography/Typography.d.ts +15 -0
  286. package/dist/Typography/Typography.js +1 -0
  287. package/dist/Typography/index.d.ts +2 -0
  288. package/dist/Typography/index.js +1 -0
  289. package/dist/Typography/style.d.ts +154 -0
  290. package/dist/Typography/style.js +1 -0
  291. package/dist/_chunks/dist-C-sN40SQ.js +1 -0
  292. package/dist/icons/Alert.d.ts +3 -0
  293. package/dist/icons/Alert.js +1 -0
  294. package/dist/icons/AngleDown.d.ts +3 -0
  295. package/dist/icons/AngleDown.js +1 -0
  296. package/dist/icons/AngleUp.d.ts +3 -0
  297. package/dist/icons/AngleUp.js +1 -0
  298. package/dist/icons/CheckboxChecked.d.ts +3 -0
  299. package/dist/icons/CheckboxChecked.js +1 -0
  300. package/dist/icons/CheckboxUnchecked.d.ts +3 -0
  301. package/dist/icons/CheckboxUnchecked.js +1 -0
  302. package/dist/icons/Checkmark.d.ts +3 -0
  303. package/dist/icons/Checkmark.js +1 -0
  304. package/dist/icons/Cross.d.ts +3 -0
  305. package/dist/icons/Cross.js +1 -0
  306. package/dist/icons/Error.d.ts +3 -0
  307. package/dist/icons/Error.js +1 -0
  308. package/dist/icons/Info.d.ts +3 -0
  309. package/dist/icons/Info.js +1 -0
  310. package/dist/icons/RadioChecked.d.ts +3 -0
  311. package/dist/icons/RadioChecked.js +1 -0
  312. package/dist/icons/RadioUnchecked.d.ts +3 -0
  313. package/dist/icons/RadioUnchecked.js +1 -0
  314. package/dist/icons/Warning.d.ts +3 -0
  315. package/dist/icons/Warning.js +1 -0
  316. package/dist/index.css +6 -0
  317. package/dist/index.d.ts +137 -0
  318. package/dist/index.js +1 -0
  319. package/dist/styles/createTheme.d.ts +4 -0
  320. package/dist/styles/createTheme.js +2 -0
  321. package/dist/styles/index.d.ts +8 -0
  322. package/dist/styles/index.js +1 -0
  323. package/dist/styles/theme/colors.d.ts +24 -0
  324. package/dist/styles/theme/colors.js +1 -0
  325. package/dist/styles/theme/disabled.d.ts +10 -0
  326. package/dist/styles/theme/disabled.js +1 -0
  327. package/dist/styles/theme/index.d.ts +20 -0
  328. package/dist/styles/theme/index.js +1 -0
  329. package/dist/styles/theme/rounded.d.ts +11 -0
  330. package/dist/styles/theme/rounded.js +1 -0
  331. package/dist/styles/theme/shadow.d.ts +10 -0
  332. package/dist/styles/theme/shadow.js +1 -0
  333. package/dist/styles/theme/themeSchema.d.ts +4 -0
  334. package/dist/styles/theme/themeSchema.js +1 -0
  335. package/dist/styles/theme/typography.d.ts +29 -0
  336. package/dist/styles/theme/typography.js +1 -0
  337. package/dist/styles/theme/utilities.d.ts +7 -0
  338. package/dist/styles/theme/utilities.js +1 -0
  339. package/dist/styles/useTheme.d.ts +2 -0
  340. package/dist/styles/useTheme.js +1 -0
  341. package/dist/utils/asVariant.d.ts +2 -0
  342. package/dist/utils/asVariant.js +1 -0
  343. package/dist/utils/cn.d.ts +2 -0
  344. package/dist/utils/cn.js +1 -0
  345. package/dist/utils/typedKeys.d.ts +2 -0
  346. package/dist/utils/typedKeys.js +1 -0
  347. package/package.json +257 -0
@@ -0,0 +1,1498 @@
1
+ declare const ComponentsTV: {
2
+ accordion: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
3
+ accordionDetails: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
4
+ disableTransition: {
5
+ true: {};
6
+ false: {
7
+ base: string;
8
+ };
9
+ };
10
+ }, {
11
+ base: string[];
12
+ content: string[];
13
+ }, undefined, {
14
+ disableTransition: {
15
+ true: {};
16
+ false: {
17
+ base: string;
18
+ };
19
+ };
20
+ }, {
21
+ base: string[];
22
+ content: string[];
23
+ }, import('tailwind-variants').TVReturnTypeLike<{
24
+ disableTransition: {
25
+ true: {};
26
+ false: {
27
+ base: string;
28
+ };
29
+ };
30
+ }, {
31
+ base: string[];
32
+ content: string[];
33
+ }>>;
34
+ accordionSummary: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
35
+ alert: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
36
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
37
+ variant: {
38
+ solid: {};
39
+ filled: {};
40
+ outlined: {
41
+ base: string;
42
+ };
43
+ };
44
+ }, {
45
+ base: string[];
46
+ content: string;
47
+ icon: string;
48
+ }, undefined, {
49
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
50
+ variant: {
51
+ solid: {};
52
+ filled: {};
53
+ outlined: {
54
+ base: string;
55
+ };
56
+ };
57
+ }, {
58
+ base: string[];
59
+ content: string;
60
+ icon: string;
61
+ }, import('tailwind-variants').TVReturnTypeLike<{
62
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
63
+ variant: {
64
+ solid: {};
65
+ filled: {};
66
+ outlined: {
67
+ base: string;
68
+ };
69
+ };
70
+ }, {
71
+ base: string[];
72
+ content: string;
73
+ icon: string;
74
+ }>>;
75
+ avatar: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
76
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
77
+ base: string[];
78
+ }>;
79
+ rounded: Record<"none" | "small" | "medium" | "large" | "full", {
80
+ base: string;
81
+ }>;
82
+ size: {
83
+ small: {
84
+ base: string;
85
+ };
86
+ medium: {
87
+ base: string;
88
+ };
89
+ large: {
90
+ base: string;
91
+ };
92
+ };
93
+ }, {
94
+ base: string[];
95
+ img: string;
96
+ }, undefined, {
97
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
98
+ base: string[];
99
+ }>;
100
+ rounded: Record<"none" | "small" | "medium" | "large" | "full", {
101
+ base: string;
102
+ }>;
103
+ size: {
104
+ small: {
105
+ base: string;
106
+ };
107
+ medium: {
108
+ base: string;
109
+ };
110
+ large: {
111
+ base: string;
112
+ };
113
+ };
114
+ }, {
115
+ base: string[];
116
+ img: string;
117
+ }, import('tailwind-variants').TVReturnTypeLike<{
118
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
119
+ base: string[];
120
+ }>;
121
+ rounded: Record<"none" | "small" | "medium" | "large" | "full", {
122
+ base: string;
123
+ }>;
124
+ size: {
125
+ small: {
126
+ base: string;
127
+ };
128
+ medium: {
129
+ base: string;
130
+ };
131
+ large: {
132
+ base: string;
133
+ };
134
+ };
135
+ }, {
136
+ base: string[];
137
+ img: string;
138
+ }>>;
139
+ backdrop: (_theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
140
+ badge: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
141
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
142
+ badge: string[];
143
+ }>;
144
+ yPos: {
145
+ top: {
146
+ badge: string;
147
+ };
148
+ bottom: {
149
+ badge: string;
150
+ };
151
+ };
152
+ xPos: {
153
+ left: {
154
+ badge: string;
155
+ };
156
+ right: {
157
+ badge: string;
158
+ };
159
+ };
160
+ overlap: {
161
+ circle: {};
162
+ rect: {};
163
+ };
164
+ empty: {
165
+ true: {
166
+ badge: string;
167
+ };
168
+ false: {
169
+ badge: string[];
170
+ };
171
+ };
172
+ }, {
173
+ base: string;
174
+ badge: string[];
175
+ }, undefined, {
176
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
177
+ badge: string[];
178
+ }>;
179
+ yPos: {
180
+ top: {
181
+ badge: string;
182
+ };
183
+ bottom: {
184
+ badge: string;
185
+ };
186
+ };
187
+ xPos: {
188
+ left: {
189
+ badge: string;
190
+ };
191
+ right: {
192
+ badge: string;
193
+ };
194
+ };
195
+ overlap: {
196
+ circle: {};
197
+ rect: {};
198
+ };
199
+ empty: {
200
+ true: {
201
+ badge: string;
202
+ };
203
+ false: {
204
+ badge: string[];
205
+ };
206
+ };
207
+ }, {
208
+ base: string;
209
+ badge: string[];
210
+ }, import('tailwind-variants').TVReturnTypeLike<{
211
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
212
+ badge: string[];
213
+ }>;
214
+ yPos: {
215
+ top: {
216
+ badge: string;
217
+ };
218
+ bottom: {
219
+ badge: string;
220
+ };
221
+ };
222
+ xPos: {
223
+ left: {
224
+ badge: string;
225
+ };
226
+ right: {
227
+ badge: string;
228
+ };
229
+ };
230
+ overlap: {
231
+ circle: {};
232
+ rect: {};
233
+ };
234
+ empty: {
235
+ true: {
236
+ badge: string;
237
+ };
238
+ false: {
239
+ badge: string[];
240
+ };
241
+ };
242
+ }, {
243
+ base: string;
244
+ badge: string[];
245
+ }>>;
246
+ breadcrumbs: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
247
+ [key: string]: {
248
+ [key: string]: import('tailwind-variants').ClassValue | {
249
+ base?: import('tailwind-variants').ClassValue;
250
+ ol?: import('tailwind-variants').ClassValue;
251
+ };
252
+ };
253
+ } | {
254
+ [x: string]: {
255
+ [x: string]: import('tailwind-variants').ClassValue | {
256
+ base?: import('tailwind-variants').ClassValue;
257
+ ol?: import('tailwind-variants').ClassValue;
258
+ };
259
+ };
260
+ } | {}, {
261
+ base: string[];
262
+ ol: string;
263
+ }, undefined, {
264
+ [key: string]: {
265
+ [key: string]: import('tailwind-variants').ClassValue | {
266
+ base?: import('tailwind-variants').ClassValue;
267
+ ol?: import('tailwind-variants').ClassValue;
268
+ };
269
+ };
270
+ } | {}, {
271
+ base: string[];
272
+ ol: string;
273
+ }, import('tailwind-variants').TVReturnTypeLike<unknown, {
274
+ base: string[];
275
+ ol: string;
276
+ }>>;
277
+ button: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
278
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
279
+ variant: {
280
+ outlined: {
281
+ base: string;
282
+ };
283
+ solid: string;
284
+ filled: string;
285
+ ghost: string;
286
+ };
287
+ disabled: {
288
+ true: {
289
+ base: string;
290
+ };
291
+ false: {
292
+ base: string;
293
+ };
294
+ };
295
+ size: {
296
+ small: {
297
+ base: string;
298
+ };
299
+ medium: {
300
+ base: string;
301
+ };
302
+ large: {
303
+ base: string;
304
+ };
305
+ };
306
+ fullWidth: {
307
+ true: {
308
+ base: string;
309
+ };
310
+ false: "";
311
+ };
312
+ }, {
313
+ base: string[];
314
+ startIcon: string;
315
+ endIcon: string;
316
+ }, undefined, {
317
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
318
+ variant: {
319
+ outlined: {
320
+ base: string;
321
+ };
322
+ solid: string;
323
+ filled: string;
324
+ ghost: string;
325
+ };
326
+ disabled: {
327
+ true: {
328
+ base: string;
329
+ };
330
+ false: {
331
+ base: string;
332
+ };
333
+ };
334
+ size: {
335
+ small: {
336
+ base: string;
337
+ };
338
+ medium: {
339
+ base: string;
340
+ };
341
+ large: {
342
+ base: string;
343
+ };
344
+ };
345
+ fullWidth: {
346
+ true: {
347
+ base: string;
348
+ };
349
+ false: "";
350
+ };
351
+ }, {
352
+ base: string[];
353
+ startIcon: string;
354
+ endIcon: string;
355
+ }, import('tailwind-variants').TVReturnTypeLike<{
356
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
357
+ variant: {
358
+ outlined: {
359
+ base: string;
360
+ };
361
+ solid: string;
362
+ filled: string;
363
+ ghost: string;
364
+ };
365
+ disabled: {
366
+ true: {
367
+ base: string;
368
+ };
369
+ false: {
370
+ base: string;
371
+ };
372
+ };
373
+ size: {
374
+ small: {
375
+ base: string;
376
+ };
377
+ medium: {
378
+ base: string;
379
+ };
380
+ large: {
381
+ base: string;
382
+ };
383
+ };
384
+ fullWidth: {
385
+ true: {
386
+ base: string;
387
+ };
388
+ false: "";
389
+ };
390
+ }, {
391
+ base: string[];
392
+ startIcon: string;
393
+ endIcon: string;
394
+ }>>;
395
+ card: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
396
+ variant: {
397
+ filled: string[];
398
+ elevated: string[];
399
+ outlined: string[];
400
+ ghost: string[];
401
+ };
402
+ }, undefined, string[], {
403
+ variant: {
404
+ filled: string[];
405
+ elevated: string[];
406
+ outlined: string[];
407
+ ghost: string[];
408
+ };
409
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
410
+ variant: {
411
+ filled: string[];
412
+ elevated: string[];
413
+ outlined: string[];
414
+ ghost: string[];
415
+ };
416
+ }, undefined>>;
417
+ cardHeader: (_theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "px-4 pt-4 pb-2", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
418
+ cardTitle: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
419
+ cardDescription: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
420
+ cardContent: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
421
+ cardFooter: (_theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex items-center gap-2 px-4 py-2", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
422
+ checkbox: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
423
+ checked: {
424
+ true: {};
425
+ false: {};
426
+ };
427
+ disabled: {
428
+ true: {
429
+ base: string[];
430
+ };
431
+ false: {};
432
+ };
433
+ }, {
434
+ base: string[];
435
+ input: string;
436
+ }, undefined, {
437
+ checked: {
438
+ true: {};
439
+ false: {};
440
+ };
441
+ disabled: {
442
+ true: {
443
+ base: string[];
444
+ };
445
+ false: {};
446
+ };
447
+ }, {
448
+ base: string[];
449
+ input: string;
450
+ }, import('tailwind-variants').TVReturnTypeLike<{
451
+ checked: {
452
+ true: {};
453
+ false: {};
454
+ };
455
+ disabled: {
456
+ true: {
457
+ base: string[];
458
+ };
459
+ false: {};
460
+ };
461
+ }, {
462
+ base: string[];
463
+ input: string;
464
+ }>>;
465
+ chip: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
466
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
467
+ variant: {
468
+ solid: {};
469
+ filled: {};
470
+ outlined: {
471
+ base: string;
472
+ };
473
+ };
474
+ disabled: {
475
+ true: {
476
+ base: string;
477
+ };
478
+ false: {
479
+ deleteIcon: string;
480
+ };
481
+ };
482
+ size: {
483
+ small: {
484
+ base: string;
485
+ deleteIcon: string;
486
+ };
487
+ medium: {
488
+ base: string;
489
+ deleteIcon: string;
490
+ };
491
+ large: {
492
+ base: string;
493
+ deleteIcon: string;
494
+ };
495
+ };
496
+ clickable: {
497
+ true: {
498
+ base: string[];
499
+ };
500
+ false: {};
501
+ };
502
+ hasDeleteIcon: {
503
+ true: {};
504
+ false: {};
505
+ };
506
+ hasAvatarElement: {
507
+ true: {};
508
+ false: {};
509
+ };
510
+ }, {
511
+ base: string[];
512
+ label: string;
513
+ deleteIcon: string;
514
+ }, undefined, {
515
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
516
+ variant: {
517
+ solid: {};
518
+ filled: {};
519
+ outlined: {
520
+ base: string;
521
+ };
522
+ };
523
+ disabled: {
524
+ true: {
525
+ base: string;
526
+ };
527
+ false: {
528
+ deleteIcon: string;
529
+ };
530
+ };
531
+ size: {
532
+ small: {
533
+ base: string;
534
+ deleteIcon: string;
535
+ };
536
+ medium: {
537
+ base: string;
538
+ deleteIcon: string;
539
+ };
540
+ large: {
541
+ base: string;
542
+ deleteIcon: string;
543
+ };
544
+ };
545
+ clickable: {
546
+ true: {
547
+ base: string[];
548
+ };
549
+ false: {};
550
+ };
551
+ hasDeleteIcon: {
552
+ true: {};
553
+ false: {};
554
+ };
555
+ hasAvatarElement: {
556
+ true: {};
557
+ false: {};
558
+ };
559
+ }, {
560
+ base: string[];
561
+ label: string;
562
+ deleteIcon: string;
563
+ }, import('tailwind-variants').TVReturnTypeLike<{
564
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
565
+ variant: {
566
+ solid: {};
567
+ filled: {};
568
+ outlined: {
569
+ base: string;
570
+ };
571
+ };
572
+ disabled: {
573
+ true: {
574
+ base: string;
575
+ };
576
+ false: {
577
+ deleteIcon: string;
578
+ };
579
+ };
580
+ size: {
581
+ small: {
582
+ base: string;
583
+ deleteIcon: string;
584
+ };
585
+ medium: {
586
+ base: string;
587
+ deleteIcon: string;
588
+ };
589
+ large: {
590
+ base: string;
591
+ deleteIcon: string;
592
+ };
593
+ };
594
+ clickable: {
595
+ true: {
596
+ base: string[];
597
+ };
598
+ false: {};
599
+ };
600
+ hasDeleteIcon: {
601
+ true: {};
602
+ false: {};
603
+ };
604
+ hasAvatarElement: {
605
+ true: {};
606
+ false: {};
607
+ };
608
+ }, {
609
+ base: string[];
610
+ label: string;
611
+ deleteIcon: string;
612
+ }>>;
613
+ dialog: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
614
+ fullscreen: {
615
+ true: "w-full h-full";
616
+ false: string[];
617
+ };
618
+ }, undefined, string[], {
619
+ fullscreen: {
620
+ true: "w-full h-full";
621
+ false: string[];
622
+ };
623
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
624
+ fullscreen: {
625
+ true: "w-full h-full";
626
+ false: string[];
627
+ };
628
+ }, undefined>>;
629
+ dialogContent: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
630
+ dialogActions: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
631
+ dialogTitle: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
632
+ divider: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
633
+ orientation: {
634
+ horizontal: "border-t w-full";
635
+ vertical: "border-l h-auto self-stretch";
636
+ };
637
+ }, undefined, string[], {
638
+ orientation: {
639
+ horizontal: "border-t w-full";
640
+ vertical: "border-l h-auto self-stretch";
641
+ };
642
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
643
+ orientation: {
644
+ horizontal: "border-t w-full";
645
+ vertical: "border-l h-auto self-stretch";
646
+ };
647
+ }, undefined>>;
648
+ iconButton: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
649
+ size: {
650
+ small: "size-6 text-lg";
651
+ medium: "size-8 text-2xl";
652
+ large: "size-10 text-3xl";
653
+ };
654
+ }, undefined, string[], {
655
+ size: {
656
+ small: "size-6 text-lg";
657
+ medium: "size-8 text-2xl";
658
+ large: "size-10 text-3xl";
659
+ };
660
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
661
+ size: {
662
+ small: "size-6 text-lg";
663
+ medium: "size-8 text-2xl";
664
+ large: "size-10 text-3xl";
665
+ };
666
+ }, undefined>>;
667
+ input: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
668
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
669
+ disabled: {
670
+ true: {};
671
+ false: {};
672
+ };
673
+ fullWidth: {
674
+ true: {
675
+ base: string;
676
+ };
677
+ false: {};
678
+ };
679
+ size: {
680
+ small: {
681
+ base: string;
682
+ input: string;
683
+ };
684
+ medium: {
685
+ base: string;
686
+ input: string;
687
+ };
688
+ large: {
689
+ base: string;
690
+ input: string;
691
+ };
692
+ };
693
+ variant: {
694
+ filled: {};
695
+ ghost: {};
696
+ outlined: {
697
+ base: string;
698
+ };
699
+ };
700
+ }, {
701
+ base: string[];
702
+ input: string[];
703
+ prefix: string;
704
+ suffix: string;
705
+ }, undefined, {
706
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
707
+ disabled: {
708
+ true: {};
709
+ false: {};
710
+ };
711
+ fullWidth: {
712
+ true: {
713
+ base: string;
714
+ };
715
+ false: {};
716
+ };
717
+ size: {
718
+ small: {
719
+ base: string;
720
+ input: string;
721
+ };
722
+ medium: {
723
+ base: string;
724
+ input: string;
725
+ };
726
+ large: {
727
+ base: string;
728
+ input: string;
729
+ };
730
+ };
731
+ variant: {
732
+ filled: {};
733
+ ghost: {};
734
+ outlined: {
735
+ base: string;
736
+ };
737
+ };
738
+ }, {
739
+ base: string[];
740
+ input: string[];
741
+ prefix: string;
742
+ suffix: string;
743
+ }, import('tailwind-variants').TVReturnTypeLike<{
744
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
745
+ disabled: {
746
+ true: {};
747
+ false: {};
748
+ };
749
+ fullWidth: {
750
+ true: {
751
+ base: string;
752
+ };
753
+ false: {};
754
+ };
755
+ size: {
756
+ small: {
757
+ base: string;
758
+ input: string;
759
+ };
760
+ medium: {
761
+ base: string;
762
+ input: string;
763
+ };
764
+ large: {
765
+ base: string;
766
+ input: string;
767
+ };
768
+ };
769
+ variant: {
770
+ filled: {};
771
+ ghost: {};
772
+ outlined: {
773
+ base: string;
774
+ };
775
+ };
776
+ }, {
777
+ base: string[];
778
+ input: string[];
779
+ prefix: string;
780
+ suffix: string;
781
+ }>>;
782
+ label: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
783
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
784
+ disabled: {
785
+ true: "";
786
+ false: "";
787
+ };
788
+ required: {
789
+ true: string[];
790
+ false: "";
791
+ };
792
+ size: {
793
+ small: "text-sm";
794
+ medium: "text-sm";
795
+ large: "text-md";
796
+ };
797
+ truncate: {
798
+ true: "truncate";
799
+ false: "";
800
+ };
801
+ }, undefined, string[], {
802
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
803
+ disabled: {
804
+ true: "";
805
+ false: "";
806
+ };
807
+ required: {
808
+ true: string[];
809
+ false: "";
810
+ };
811
+ size: {
812
+ small: "text-sm";
813
+ medium: "text-sm";
814
+ large: "text-md";
815
+ };
816
+ truncate: {
817
+ true: "truncate";
818
+ false: "";
819
+ };
820
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
821
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
822
+ disabled: {
823
+ true: "";
824
+ false: "";
825
+ };
826
+ required: {
827
+ true: string[];
828
+ false: "";
829
+ };
830
+ size: {
831
+ small: "text-sm";
832
+ medium: "text-sm";
833
+ large: "text-md";
834
+ };
835
+ truncate: {
836
+ true: "truncate";
837
+ false: "";
838
+ };
839
+ }, undefined>>;
840
+ link: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
841
+ underline: {
842
+ none: "";
843
+ hover: "hover:underline";
844
+ always: "underline";
845
+ };
846
+ }, undefined, string[], {
847
+ underline: {
848
+ none: "";
849
+ hover: "hover:underline";
850
+ always: "underline";
851
+ };
852
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
853
+ underline: {
854
+ none: "";
855
+ hover: "hover:underline";
856
+ always: "underline";
857
+ };
858
+ }, undefined>>;
859
+ progress: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
860
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
861
+ fill: string[];
862
+ }>;
863
+ size: {
864
+ small: {
865
+ base: string;
866
+ };
867
+ medium: {
868
+ base: string;
869
+ };
870
+ large: {
871
+ base: string;
872
+ };
873
+ };
874
+ }, {
875
+ base: string[];
876
+ fill: string[];
877
+ }, undefined, {
878
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
879
+ fill: string[];
880
+ }>;
881
+ size: {
882
+ small: {
883
+ base: string;
884
+ };
885
+ medium: {
886
+ base: string;
887
+ };
888
+ large: {
889
+ base: string;
890
+ };
891
+ };
892
+ }, {
893
+ base: string[];
894
+ fill: string[];
895
+ }, import('tailwind-variants').TVReturnTypeLike<{
896
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
897
+ fill: string[];
898
+ }>;
899
+ size: {
900
+ small: {
901
+ base: string;
902
+ };
903
+ medium: {
904
+ base: string;
905
+ };
906
+ large: {
907
+ base: string;
908
+ };
909
+ };
910
+ }, {
911
+ base: string[];
912
+ fill: string[];
913
+ }>>;
914
+ radio: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
915
+ checked: {
916
+ true: {};
917
+ false: {};
918
+ };
919
+ disabled: {
920
+ true: {};
921
+ false: {};
922
+ };
923
+ }, {
924
+ base: string[];
925
+ input: string;
926
+ }, undefined, {
927
+ checked: {
928
+ true: {};
929
+ false: {};
930
+ };
931
+ disabled: {
932
+ true: {};
933
+ false: {};
934
+ };
935
+ }, {
936
+ base: string[];
937
+ input: string;
938
+ }, import('tailwind-variants').TVReturnTypeLike<{
939
+ checked: {
940
+ true: {};
941
+ false: {};
942
+ };
943
+ disabled: {
944
+ true: {};
945
+ false: {};
946
+ };
947
+ }, {
948
+ base: string[];
949
+ input: string;
950
+ }>>;
951
+ select: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
952
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
953
+ disabled: {
954
+ true: "";
955
+ false: "";
956
+ };
957
+ variant: {
958
+ filled: "";
959
+ ghost: "";
960
+ outlined: "border border-1";
961
+ };
962
+ size: {
963
+ small: "py-1 px-1.5 h-6 text-sm";
964
+ medium: "py-1 px-1.5 h-8 text-sm";
965
+ large: "py-1.5 px-2 h-10 text-md";
966
+ };
967
+ fullWidth: {
968
+ true: "w-full";
969
+ false: "";
970
+ };
971
+ }, undefined, string[], {
972
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
973
+ disabled: {
974
+ true: "";
975
+ false: "";
976
+ };
977
+ variant: {
978
+ filled: "";
979
+ ghost: "";
980
+ outlined: "border border-1";
981
+ };
982
+ size: {
983
+ small: "py-1 px-1.5 h-6 text-sm";
984
+ medium: "py-1 px-1.5 h-8 text-sm";
985
+ large: "py-1.5 px-2 h-10 text-md";
986
+ };
987
+ fullWidth: {
988
+ true: "w-full";
989
+ false: "";
990
+ };
991
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
992
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
993
+ disabled: {
994
+ true: "";
995
+ false: "";
996
+ };
997
+ variant: {
998
+ filled: "";
999
+ ghost: "";
1000
+ outlined: "border border-1";
1001
+ };
1002
+ size: {
1003
+ small: "py-1 px-1.5 h-6 text-sm";
1004
+ medium: "py-1 px-1.5 h-8 text-sm";
1005
+ large: "py-1.5 px-2 h-10 text-md";
1006
+ };
1007
+ fullWidth: {
1008
+ true: "w-full";
1009
+ false: "";
1010
+ };
1011
+ }, undefined>>;
1012
+ skeleton: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1013
+ variant: {
1014
+ circle: string[];
1015
+ rectangle: string[];
1016
+ };
1017
+ }, undefined, string[], {
1018
+ variant: {
1019
+ circle: string[];
1020
+ rectangle: string[];
1021
+ };
1022
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1023
+ variant: {
1024
+ circle: string[];
1025
+ rectangle: string[];
1026
+ };
1027
+ }, undefined>>;
1028
+ spinner: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1029
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
1030
+ base: string;
1031
+ }>;
1032
+ size: {
1033
+ small: {
1034
+ svg: string;
1035
+ };
1036
+ medium: {
1037
+ svg: string;
1038
+ };
1039
+ large: {
1040
+ svg: string;
1041
+ };
1042
+ };
1043
+ }, {
1044
+ base: string;
1045
+ svg: string;
1046
+ }, undefined, {
1047
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
1048
+ base: string;
1049
+ }>;
1050
+ size: {
1051
+ small: {
1052
+ svg: string;
1053
+ };
1054
+ medium: {
1055
+ svg: string;
1056
+ };
1057
+ large: {
1058
+ svg: string;
1059
+ };
1060
+ };
1061
+ }, {
1062
+ base: string;
1063
+ svg: string;
1064
+ }, import('tailwind-variants').TVReturnTypeLike<{
1065
+ color: Record<"default" | "success" | "warning" | "info" | "error", {
1066
+ base: string;
1067
+ }>;
1068
+ size: {
1069
+ small: {
1070
+ svg: string;
1071
+ };
1072
+ medium: {
1073
+ svg: string;
1074
+ };
1075
+ large: {
1076
+ svg: string;
1077
+ };
1078
+ };
1079
+ }, {
1080
+ base: string;
1081
+ svg: string;
1082
+ }>>;
1083
+ switch: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1084
+ checked: {
1085
+ true: {};
1086
+ false: {};
1087
+ };
1088
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
1089
+ disabled: {
1090
+ true: {
1091
+ base: string[];
1092
+ };
1093
+ false: {};
1094
+ };
1095
+ disableTransition: {
1096
+ true: {};
1097
+ false: {
1098
+ base: string;
1099
+ handle: string;
1100
+ };
1101
+ };
1102
+ size: {
1103
+ small: {
1104
+ base: string;
1105
+ handle: string;
1106
+ };
1107
+ medium: {
1108
+ base: string;
1109
+ handle: string;
1110
+ };
1111
+ large: {
1112
+ base: string;
1113
+ handle: string;
1114
+ };
1115
+ };
1116
+ }, {
1117
+ base: string[];
1118
+ handle: string[];
1119
+ input: string;
1120
+ }, undefined, {
1121
+ checked: {
1122
+ true: {};
1123
+ false: {};
1124
+ };
1125
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
1126
+ disabled: {
1127
+ true: {
1128
+ base: string[];
1129
+ };
1130
+ false: {};
1131
+ };
1132
+ disableTransition: {
1133
+ true: {};
1134
+ false: {
1135
+ base: string;
1136
+ handle: string;
1137
+ };
1138
+ };
1139
+ size: {
1140
+ small: {
1141
+ base: string;
1142
+ handle: string;
1143
+ };
1144
+ medium: {
1145
+ base: string;
1146
+ handle: string;
1147
+ };
1148
+ large: {
1149
+ base: string;
1150
+ handle: string;
1151
+ };
1152
+ };
1153
+ }, {
1154
+ base: string[];
1155
+ handle: string[];
1156
+ input: string;
1157
+ }, import('tailwind-variants').TVReturnTypeLike<{
1158
+ checked: {
1159
+ true: {};
1160
+ false: {};
1161
+ };
1162
+ color: Record<"default" | "success" | "warning" | "info" | "error", {}>;
1163
+ disabled: {
1164
+ true: {
1165
+ base: string[];
1166
+ };
1167
+ false: {};
1168
+ };
1169
+ disableTransition: {
1170
+ true: {};
1171
+ false: {
1172
+ base: string;
1173
+ handle: string;
1174
+ };
1175
+ };
1176
+ size: {
1177
+ small: {
1178
+ base: string;
1179
+ handle: string;
1180
+ };
1181
+ medium: {
1182
+ base: string;
1183
+ handle: string;
1184
+ };
1185
+ large: {
1186
+ base: string;
1187
+ handle: string;
1188
+ };
1189
+ };
1190
+ }, {
1191
+ base: string[];
1192
+ handle: string[];
1193
+ input: string;
1194
+ }>>;
1195
+ table: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
1196
+ tableCell: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1197
+ dense: {
1198
+ true: "py-1.5 px-2";
1199
+ false: "py-3 px-3.5";
1200
+ };
1201
+ align: {
1202
+ left: "text-left";
1203
+ center: "text-center";
1204
+ right: "text-right";
1205
+ justify: "text-justify";
1206
+ };
1207
+ }, undefined, string[], {
1208
+ dense: {
1209
+ true: "py-1.5 px-2";
1210
+ false: "py-3 px-3.5";
1211
+ };
1212
+ align: {
1213
+ left: "text-left";
1214
+ center: "text-center";
1215
+ right: "text-right";
1216
+ justify: "text-justify";
1217
+ };
1218
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1219
+ dense: {
1220
+ true: "py-1.5 px-2";
1221
+ false: "py-3 px-3.5";
1222
+ };
1223
+ align: {
1224
+ left: "text-left";
1225
+ center: "text-center";
1226
+ right: "text-right";
1227
+ justify: "text-justify";
1228
+ };
1229
+ }, undefined>>;
1230
+ tableFooter: (_theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "bg-neutral-100 dark:bg-neutral-900", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
1231
+ tableRow: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1232
+ selected: {
1233
+ true: string[];
1234
+ false: "";
1235
+ };
1236
+ }, undefined, string[], {
1237
+ selected: {
1238
+ true: string[];
1239
+ false: "";
1240
+ };
1241
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1242
+ selected: {
1243
+ true: string[];
1244
+ false: "";
1245
+ };
1246
+ }, undefined>>;
1247
+ tab: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1248
+ iconPosition: {
1249
+ start: "flex-row";
1250
+ end: "flex-row-reverse";
1251
+ top: "flex-col";
1252
+ bottom: "flex-col-reverse";
1253
+ };
1254
+ orientation: {
1255
+ horizontal: "";
1256
+ vertical: "";
1257
+ };
1258
+ selected: {
1259
+ true: "";
1260
+ false: "";
1261
+ };
1262
+ }, undefined, string[], {
1263
+ iconPosition: {
1264
+ start: "flex-row";
1265
+ end: "flex-row-reverse";
1266
+ top: "flex-col";
1267
+ bottom: "flex-col-reverse";
1268
+ };
1269
+ orientation: {
1270
+ horizontal: "";
1271
+ vertical: "";
1272
+ };
1273
+ selected: {
1274
+ true: "";
1275
+ false: "";
1276
+ };
1277
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1278
+ iconPosition: {
1279
+ start: "flex-row";
1280
+ end: "flex-row-reverse";
1281
+ top: "flex-col";
1282
+ bottom: "flex-col-reverse";
1283
+ };
1284
+ orientation: {
1285
+ horizontal: "";
1286
+ vertical: "";
1287
+ };
1288
+ selected: {
1289
+ true: "";
1290
+ false: "";
1291
+ };
1292
+ }, undefined>>;
1293
+ tabs: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1294
+ centered: {
1295
+ true: {};
1296
+ false: {};
1297
+ };
1298
+ orientation: {
1299
+ horizontal: {
1300
+ base: string;
1301
+ };
1302
+ vertical: {
1303
+ base: string;
1304
+ };
1305
+ };
1306
+ }, {
1307
+ base: string[];
1308
+ }, undefined, {
1309
+ centered: {
1310
+ true: {};
1311
+ false: {};
1312
+ };
1313
+ orientation: {
1314
+ horizontal: {
1315
+ base: string;
1316
+ };
1317
+ vertical: {
1318
+ base: string;
1319
+ };
1320
+ };
1321
+ }, {
1322
+ base: string[];
1323
+ }, import('tailwind-variants').TVReturnTypeLike<{
1324
+ centered: {
1325
+ true: {};
1326
+ false: {};
1327
+ };
1328
+ orientation: {
1329
+ horizontal: {
1330
+ base: string;
1331
+ };
1332
+ vertical: {
1333
+ base: string;
1334
+ };
1335
+ };
1336
+ }, {
1337
+ base: string[];
1338
+ }>>;
1339
+ textarea: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1340
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
1341
+ disabled: {
1342
+ true: "";
1343
+ false: "";
1344
+ };
1345
+ variant: {
1346
+ filled: "";
1347
+ ghost: "";
1348
+ outlined: "border border-1";
1349
+ };
1350
+ resize: {
1351
+ x: "resize-x";
1352
+ y: "resize-y";
1353
+ both: "resize";
1354
+ none: "resize-none";
1355
+ };
1356
+ size: {
1357
+ small: "py-1 px-1.5 h-10 text-sm";
1358
+ medium: "py-1 px-1.5 h-15 text-sm";
1359
+ large: "py-1.5 px-2 h-20 text-md";
1360
+ };
1361
+ fullWidth: {
1362
+ true: "w-full";
1363
+ false: "";
1364
+ };
1365
+ }, undefined, string[], {
1366
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
1367
+ disabled: {
1368
+ true: "";
1369
+ false: "";
1370
+ };
1371
+ variant: {
1372
+ filled: "";
1373
+ ghost: "";
1374
+ outlined: "border border-1";
1375
+ };
1376
+ resize: {
1377
+ x: "resize-x";
1378
+ y: "resize-y";
1379
+ both: "resize";
1380
+ none: "resize-none";
1381
+ };
1382
+ size: {
1383
+ small: "py-1 px-1.5 h-10 text-sm";
1384
+ medium: "py-1 px-1.5 h-15 text-sm";
1385
+ large: "py-1.5 px-2 h-20 text-md";
1386
+ };
1387
+ fullWidth: {
1388
+ true: "w-full";
1389
+ false: "";
1390
+ };
1391
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1392
+ color: Record<"default" | "success" | "warning" | "info" | "error", string>;
1393
+ disabled: {
1394
+ true: "";
1395
+ false: "";
1396
+ };
1397
+ variant: {
1398
+ filled: "";
1399
+ ghost: "";
1400
+ outlined: "border border-1";
1401
+ };
1402
+ resize: {
1403
+ x: "resize-x";
1404
+ y: "resize-y";
1405
+ both: "resize";
1406
+ none: "resize-none";
1407
+ };
1408
+ size: {
1409
+ small: "py-1 px-1.5 h-10 text-sm";
1410
+ medium: "py-1 px-1.5 h-15 text-sm";
1411
+ large: "py-1.5 px-2 h-20 text-md";
1412
+ };
1413
+ fullWidth: {
1414
+ true: "w-full";
1415
+ false: "";
1416
+ };
1417
+ }, undefined>>;
1418
+ typography: (theme?: import('..').Theme) => import('tailwind-variants').TVReturnType<{
1419
+ align: {
1420
+ left: "text-left";
1421
+ center: "text-center";
1422
+ right: "text-right";
1423
+ justify: "text-justify";
1424
+ inherit: "[text-align:inherit]";
1425
+ };
1426
+ color: {
1427
+ disabled: string;
1428
+ inherit: "text-inherit dark:text-inherit";
1429
+ textPrimary: string;
1430
+ textSecondary: string;
1431
+ textTertiary: string;
1432
+ default: string;
1433
+ success: string;
1434
+ warning: string;
1435
+ info: string;
1436
+ error: string;
1437
+ };
1438
+ variant: Record<"inherit" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "body1" | "body2" | "code", string>;
1439
+ truncate: {
1440
+ true: "truncate";
1441
+ false: "";
1442
+ };
1443
+ }, undefined, undefined, {
1444
+ align: {
1445
+ left: "text-left";
1446
+ center: "text-center";
1447
+ right: "text-right";
1448
+ justify: "text-justify";
1449
+ inherit: "[text-align:inherit]";
1450
+ };
1451
+ color: {
1452
+ disabled: string;
1453
+ inherit: "text-inherit dark:text-inherit";
1454
+ textPrimary: string;
1455
+ textSecondary: string;
1456
+ textTertiary: string;
1457
+ default: string;
1458
+ success: string;
1459
+ warning: string;
1460
+ info: string;
1461
+ error: string;
1462
+ };
1463
+ variant: Record<"inherit" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "body1" | "body2" | "code", string>;
1464
+ truncate: {
1465
+ true: "truncate";
1466
+ false: "";
1467
+ };
1468
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
1469
+ align: {
1470
+ left: "text-left";
1471
+ center: "text-center";
1472
+ right: "text-right";
1473
+ justify: "text-justify";
1474
+ inherit: "[text-align:inherit]";
1475
+ };
1476
+ color: {
1477
+ disabled: string;
1478
+ inherit: "text-inherit dark:text-inherit";
1479
+ textPrimary: string;
1480
+ textSecondary: string;
1481
+ textTertiary: string;
1482
+ default: string;
1483
+ success: string;
1484
+ warning: string;
1485
+ info: string;
1486
+ error: string;
1487
+ };
1488
+ variant: Record<"inherit" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "body1" | "body2" | "code", string>;
1489
+ truncate: {
1490
+ true: "truncate";
1491
+ false: "";
1492
+ };
1493
+ }, undefined>>;
1494
+ };
1495
+ export type ComponentsTV = {
1496
+ -readonly [K in keyof typeof ComponentsTV]: ReturnType<typeof ComponentsTV[K]>;
1497
+ };
1498
+ export default ComponentsTV;