@mihcm/ai-ui 0.14.1

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 (166) hide show
  1. package/README.md +100 -0
  2. package/dist/coverage.d.ts +17 -0
  3. package/dist/coverage.d.ts.map +1 -0
  4. package/dist/coverage.js +320 -0
  5. package/dist/coverage.js.map +1 -0
  6. package/dist/index.d.ts +5 -0
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +5 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/renderer.d.ts +36 -0
  11. package/dist/renderer.d.ts.map +1 -0
  12. package/dist/renderer.js +413 -0
  13. package/dist/renderer.js.map +1 -0
  14. package/dist/schemas/Accordion.d.ts +25 -0
  15. package/dist/schemas/Accordion.d.ts.map +1 -0
  16. package/dist/schemas/Accordion.js +26 -0
  17. package/dist/schemas/Accordion.js.map +1 -0
  18. package/dist/schemas/Alert.d.ts +24 -0
  19. package/dist/schemas/Alert.d.ts.map +1 -0
  20. package/dist/schemas/Alert.js +20 -0
  21. package/dist/schemas/Alert.js.map +1 -0
  22. package/dist/schemas/AlertDialog.d.ts +29 -0
  23. package/dist/schemas/AlertDialog.d.ts.map +1 -0
  24. package/dist/schemas/AlertDialog.js +22 -0
  25. package/dist/schemas/AlertDialog.js.map +1 -0
  26. package/dist/schemas/Avatar.d.ts +29 -0
  27. package/dist/schemas/Avatar.d.ts.map +1 -0
  28. package/dist/schemas/Avatar.js +21 -0
  29. package/dist/schemas/Avatar.js.map +1 -0
  30. package/dist/schemas/AvatarGroup.d.ts +22 -0
  31. package/dist/schemas/AvatarGroup.d.ts.map +1 -0
  32. package/dist/schemas/AvatarGroup.js +23 -0
  33. package/dist/schemas/AvatarGroup.js.map +1 -0
  34. package/dist/schemas/Badge.d.ts +23 -0
  35. package/dist/schemas/Badge.d.ts.map +1 -0
  36. package/dist/schemas/Badge.js +19 -0
  37. package/dist/schemas/Badge.js.map +1 -0
  38. package/dist/schemas/Banner.d.ts +23 -0
  39. package/dist/schemas/Banner.d.ts.map +1 -0
  40. package/dist/schemas/Banner.js +20 -0
  41. package/dist/schemas/Banner.js.map +1 -0
  42. package/dist/schemas/Breadcrumb.d.ts +20 -0
  43. package/dist/schemas/Breadcrumb.d.ts.map +1 -0
  44. package/dist/schemas/Breadcrumb.js +25 -0
  45. package/dist/schemas/Breadcrumb.js.map +1 -0
  46. package/dist/schemas/Button.d.ts +40 -0
  47. package/dist/schemas/Button.d.ts.map +1 -0
  48. package/dist/schemas/Button.js +26 -0
  49. package/dist/schemas/Button.js.map +1 -0
  50. package/dist/schemas/Card.d.ts +21 -0
  51. package/dist/schemas/Card.d.ts.map +1 -0
  52. package/dist/schemas/Card.js +22 -0
  53. package/dist/schemas/Card.js.map +1 -0
  54. package/dist/schemas/Checkbox.d.ts +18 -0
  55. package/dist/schemas/Checkbox.d.ts.map +1 -0
  56. package/dist/schemas/Checkbox.js +19 -0
  57. package/dist/schemas/Checkbox.js.map +1 -0
  58. package/dist/schemas/Dialog.d.ts +24 -0
  59. package/dist/schemas/Dialog.d.ts.map +1 -0
  60. package/dist/schemas/Dialog.js +20 -0
  61. package/dist/schemas/Dialog.js.map +1 -0
  62. package/dist/schemas/DropdownMenu.d.ts +25 -0
  63. package/dist/schemas/DropdownMenu.d.ts.map +1 -0
  64. package/dist/schemas/DropdownMenu.js +29 -0
  65. package/dist/schemas/DropdownMenu.js.map +1 -0
  66. package/dist/schemas/EmptyState.d.ts +16 -0
  67. package/dist/schemas/EmptyState.d.ts.map +1 -0
  68. package/dist/schemas/EmptyState.js +17 -0
  69. package/dist/schemas/EmptyState.js.map +1 -0
  70. package/dist/schemas/Input.d.ts +42 -0
  71. package/dist/schemas/Input.d.ts.map +1 -0
  72. package/dist/schemas/Input.js +31 -0
  73. package/dist/schemas/Input.js.map +1 -0
  74. package/dist/schemas/Label.d.ts +24 -0
  75. package/dist/schemas/Label.d.ts.map +1 -0
  76. package/dist/schemas/Label.js +21 -0
  77. package/dist/schemas/Label.js.map +1 -0
  78. package/dist/schemas/Link.d.ts +30 -0
  79. package/dist/schemas/Link.d.ts.map +1 -0
  80. package/dist/schemas/Link.js +22 -0
  81. package/dist/schemas/Link.js.map +1 -0
  82. package/dist/schemas/Pagination.d.ts +19 -0
  83. package/dist/schemas/Pagination.d.ts.map +1 -0
  84. package/dist/schemas/Pagination.js +20 -0
  85. package/dist/schemas/Pagination.js.map +1 -0
  86. package/dist/schemas/Progress.d.ts +27 -0
  87. package/dist/schemas/Progress.d.ts.map +1 -0
  88. package/dist/schemas/Progress.js +20 -0
  89. package/dist/schemas/Progress.js.map +1 -0
  90. package/dist/schemas/RadioGroup.d.ts +25 -0
  91. package/dist/schemas/RadioGroup.d.ts.map +1 -0
  92. package/dist/schemas/RadioGroup.js +26 -0
  93. package/dist/schemas/RadioGroup.js.map +1 -0
  94. package/dist/schemas/SectionHeader.d.ts +160 -0
  95. package/dist/schemas/SectionHeader.d.ts.map +1 -0
  96. package/dist/schemas/SectionHeader.js +52 -0
  97. package/dist/schemas/SectionHeader.js.map +1 -0
  98. package/dist/schemas/Select.d.ts +38 -0
  99. package/dist/schemas/Select.d.ts.map +1 -0
  100. package/dist/schemas/Select.js +36 -0
  101. package/dist/schemas/Select.js.map +1 -0
  102. package/dist/schemas/Separator.d.ts +16 -0
  103. package/dist/schemas/Separator.d.ts.map +1 -0
  104. package/dist/schemas/Separator.js +14 -0
  105. package/dist/schemas/Separator.js.map +1 -0
  106. package/dist/schemas/Sheet.d.ts +28 -0
  107. package/dist/schemas/Sheet.d.ts.map +1 -0
  108. package/dist/schemas/Sheet.js +20 -0
  109. package/dist/schemas/Sheet.js.map +1 -0
  110. package/dist/schemas/Stack.d.ts +58 -0
  111. package/dist/schemas/Stack.d.ts.map +1 -0
  112. package/dist/schemas/Stack.js +80 -0
  113. package/dist/schemas/Stack.js.map +1 -0
  114. package/dist/schemas/StatCard.d.ts +30 -0
  115. package/dist/schemas/StatCard.d.ts.map +1 -0
  116. package/dist/schemas/StatCard.js +26 -0
  117. package/dist/schemas/StatCard.js.map +1 -0
  118. package/dist/schemas/StatusBadge.d.ts +25 -0
  119. package/dist/schemas/StatusBadge.d.ts.map +1 -0
  120. package/dist/schemas/StatusBadge.js +20 -0
  121. package/dist/schemas/StatusBadge.js.map +1 -0
  122. package/dist/schemas/Switch.d.ts +23 -0
  123. package/dist/schemas/Switch.d.ts.map +1 -0
  124. package/dist/schemas/Switch.js +20 -0
  125. package/dist/schemas/Switch.js.map +1 -0
  126. package/dist/schemas/Table.d.ts +20 -0
  127. package/dist/schemas/Table.d.ts.map +1 -0
  128. package/dist/schemas/Table.js +24 -0
  129. package/dist/schemas/Table.js.map +1 -0
  130. package/dist/schemas/Tabs.d.ts +21 -0
  131. package/dist/schemas/Tabs.d.ts.map +1 -0
  132. package/dist/schemas/Tabs.js +25 -0
  133. package/dist/schemas/Tabs.js.map +1 -0
  134. package/dist/schemas/Tag.d.ts +29 -0
  135. package/dist/schemas/Tag.d.ts.map +1 -0
  136. package/dist/schemas/Tag.js +21 -0
  137. package/dist/schemas/Tag.js.map +1 -0
  138. package/dist/schemas/Text.d.ts +51 -0
  139. package/dist/schemas/Text.d.ts.map +1 -0
  140. package/dist/schemas/Text.js +21 -0
  141. package/dist/schemas/Text.js.map +1 -0
  142. package/dist/schemas/Textarea.d.ts +25 -0
  143. package/dist/schemas/Textarea.d.ts.map +1 -0
  144. package/dist/schemas/Textarea.js +24 -0
  145. package/dist/schemas/Textarea.js.map +1 -0
  146. package/dist/schemas/TitleBar.d.ts +18 -0
  147. package/dist/schemas/TitleBar.d.ts.map +1 -0
  148. package/dist/schemas/TitleBar.js +19 -0
  149. package/dist/schemas/TitleBar.js.map +1 -0
  150. package/dist/schemas/Toggle.d.ts +28 -0
  151. package/dist/schemas/Toggle.d.ts.map +1 -0
  152. package/dist/schemas/Toggle.js +22 -0
  153. package/dist/schemas/Toggle.js.map +1 -0
  154. package/dist/schemas/index.d.ts +694 -0
  155. package/dist/schemas/index.d.ts.map +1 -0
  156. package/dist/schemas/index.js +160 -0
  157. package/dist/schemas/index.js.map +1 -0
  158. package/dist/schemas/shared.d.ts +4 -0
  159. package/dist/schemas/shared.d.ts.map +1 -0
  160. package/dist/schemas/shared.js +23 -0
  161. package/dist/schemas/shared.js.map +1 -0
  162. package/dist/tools.d.ts +1293 -0
  163. package/dist/tools.d.ts.map +1 -0
  164. package/dist/tools.js +40 -0
  165. package/dist/tools.js.map +1 -0
  166. package/package.json +59 -0
@@ -0,0 +1,1293 @@
1
+ /**
2
+ * Description string is part of the prompt — keep it crisp; instruct the model
3
+ * to ONLY produce descriptors from the given schema. Add a refusal pattern.
4
+ */
5
+ export declare const renderUIToolDescription: string;
6
+ export declare const renderUIToolSchema: import("zod").ZodUnion<readonly [import("zod").ZodObject<{
7
+ component: import("zod").ZodLiteral<"Accordion">;
8
+ props: import("zod").ZodObject<{
9
+ type: import("zod").ZodOptional<import("zod").ZodEnum<{
10
+ single: "single";
11
+ multiple: "multiple";
12
+ }>>;
13
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
14
+ items: import("zod").ZodArray<import("zod").ZodObject<{
15
+ value: import("zod").ZodString;
16
+ title: import("zod").ZodString;
17
+ content: import("zod").ZodString;
18
+ }, import("zod/v4/core").$strip>>;
19
+ }, import("zod/v4/core").$strict>;
20
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
21
+ component: import("zod").ZodLiteral<"Alert">;
22
+ props: import("zod").ZodObject<{
23
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
24
+ success: "success";
25
+ default: "default";
26
+ destructive: "destructive";
27
+ warning: "warning";
28
+ }>>;
29
+ title: import("zod").ZodOptional<import("zod").ZodString>;
30
+ description: import("zod").ZodString;
31
+ }, import("zod/v4/core").$strict>;
32
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
33
+ component: import("zod").ZodLiteral<"AlertDialog">;
34
+ props: import("zod").ZodObject<{
35
+ title: import("zod").ZodString;
36
+ description: import("zod").ZodOptional<import("zod").ZodString>;
37
+ actionLabel: import("zod").ZodString;
38
+ cancelLabel: import("zod").ZodOptional<import("zod").ZodString>;
39
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
40
+ default: "default";
41
+ destructive: "destructive";
42
+ }>>;
43
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
44
+ sm: "sm";
45
+ md: "md";
46
+ lg: "lg";
47
+ xl: "xl";
48
+ }>>;
49
+ }, import("zod/v4/core").$strict>;
50
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
51
+ component: import("zod").ZodLiteral<"Avatar">;
52
+ props: import("zod").ZodObject<{
53
+ src: import("zod").ZodOptional<import("zod").ZodString>;
54
+ alt: import("zod").ZodOptional<import("zod").ZodString>;
55
+ fallback: import("zod").ZodString;
56
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
57
+ sm: "sm";
58
+ md: "md";
59
+ lg: "lg";
60
+ xl: "xl";
61
+ }>>;
62
+ status: import("zod").ZodOptional<import("zod").ZodEnum<{
63
+ online: "online";
64
+ offline: "offline";
65
+ busy: "busy";
66
+ away: "away";
67
+ }>>;
68
+ }, import("zod/v4/core").$strict>;
69
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
70
+ component: import("zod").ZodLiteral<"AvatarGroup">;
71
+ props: import("zod").ZodObject<{
72
+ avatars: import("zod").ZodArray<import("zod").ZodObject<{
73
+ fallback: import("zod").ZodString;
74
+ src: import("zod").ZodOptional<import("zod").ZodString>;
75
+ }, import("zod/v4/core").$strip>>;
76
+ max: import("zod").ZodOptional<import("zod").ZodNumber>;
77
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
78
+ sm: "sm";
79
+ md: "md";
80
+ lg: "lg";
81
+ }>>;
82
+ }, import("zod/v4/core").$strict>;
83
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
84
+ component: import("zod").ZodLiteral<"Badge">;
85
+ props: import("zod").ZodObject<{
86
+ children: import("zod").ZodString;
87
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
88
+ success: "success";
89
+ default: "default";
90
+ destructive: "destructive";
91
+ warning: "warning";
92
+ secondary: "secondary";
93
+ outline: "outline";
94
+ }>>;
95
+ }, import("zod/v4/core").$strict>;
96
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
97
+ component: import("zod").ZodLiteral<"Banner">;
98
+ props: import("zod").ZodObject<{
99
+ message: import("zod").ZodString;
100
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
101
+ error: "error";
102
+ warning: "warning";
103
+ info: "info";
104
+ accent: "accent";
105
+ announcement: "announcement";
106
+ }>>;
107
+ dismissible: import("zod").ZodOptional<import("zod").ZodBoolean>;
108
+ }, import("zod/v4/core").$strict>;
109
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
110
+ component: import("zod").ZodLiteral<"Breadcrumb">;
111
+ props: import("zod").ZodObject<{
112
+ items: import("zod").ZodArray<import("zod").ZodObject<{
113
+ label: import("zod").ZodString;
114
+ href: import("zod").ZodOptional<import("zod").ZodString>;
115
+ }, import("zod/v4/core").$strip>>;
116
+ }, import("zod/v4/core").$strict>;
117
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
118
+ component: import("zod").ZodLiteral<"Button">;
119
+ props: import("zod").ZodObject<{
120
+ children: import("zod").ZodString;
121
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
122
+ default: "default";
123
+ destructive: "destructive";
124
+ secondary: "secondary";
125
+ outline: "outline";
126
+ accent: "accent";
127
+ ghost: "ghost";
128
+ link: "link";
129
+ }>>;
130
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
131
+ sm: "sm";
132
+ md: "md";
133
+ lg: "lg";
134
+ xl: "xl";
135
+ xxl: "xxl";
136
+ icon: "icon";
137
+ }>>;
138
+ shape: import("zod").ZodOptional<import("zod").ZodEnum<{
139
+ rounded: "rounded";
140
+ hard: "hard";
141
+ }>>;
142
+ isLoading: import("zod").ZodOptional<import("zod").ZodBoolean>;
143
+ onActionId: import("zod").ZodOptional<import("zod").ZodString>;
144
+ }, import("zod/v4/core").$strict>;
145
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
146
+ component: import("zod").ZodLiteral<"Card">;
147
+ props: import("zod").ZodObject<{
148
+ title: import("zod").ZodString;
149
+ description: import("zod").ZodOptional<import("zod").ZodString>;
150
+ body: import("zod").ZodString;
151
+ }, import("zod/v4/core").$strict>;
152
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
153
+ component: import("zod").ZodLiteral<"Checkbox">;
154
+ props: import("zod").ZodObject<{
155
+ label: import("zod").ZodString;
156
+ defaultChecked: import("zod").ZodOptional<import("zod").ZodBoolean>;
157
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
158
+ }, import("zod/v4/core").$strict>;
159
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
160
+ component: import("zod").ZodLiteral<"Dialog">;
161
+ props: import("zod").ZodObject<{
162
+ title: import("zod").ZodString;
163
+ description: import("zod").ZodOptional<import("zod").ZodString>;
164
+ body: import("zod").ZodString;
165
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
166
+ sm: "sm";
167
+ md: "md";
168
+ lg: "lg";
169
+ xl: "xl";
170
+ }>>;
171
+ }, import("zod/v4/core").$strict>;
172
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
173
+ component: import("zod").ZodLiteral<"DropdownMenu">;
174
+ props: import("zod").ZodObject<{
175
+ triggerLabel: import("zod").ZodString;
176
+ items: import("zod").ZodArray<import("zod").ZodObject<{
177
+ id: import("zod").ZodString;
178
+ label: import("zod").ZodString;
179
+ destructive: import("zod").ZodOptional<import("zod").ZodBoolean>;
180
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
181
+ }, import("zod/v4/core").$strip>>;
182
+ }, import("zod/v4/core").$strict>;
183
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
184
+ component: import("zod").ZodLiteral<"EmptyState">;
185
+ props: import("zod").ZodObject<{
186
+ title: import("zod").ZodString;
187
+ description: import("zod").ZodOptional<import("zod").ZodString>;
188
+ actionLabel: import("zod").ZodOptional<import("zod").ZodString>;
189
+ actionId: import("zod").ZodOptional<import("zod").ZodString>;
190
+ }, import("zod/v4/core").$strict>;
191
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
192
+ component: import("zod").ZodLiteral<"Input">;
193
+ props: import("zod").ZodObject<{
194
+ name: import("zod").ZodString;
195
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
196
+ type: import("zod").ZodOptional<import("zod").ZodEnum<{
197
+ number: "number";
198
+ text: "text";
199
+ email: "email";
200
+ tel: "tel";
201
+ url: "url";
202
+ search: "search";
203
+ }>>;
204
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
205
+ default: "default";
206
+ destructive: "destructive";
207
+ }>>;
208
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
209
+ sm: "sm";
210
+ md: "md";
211
+ lg: "lg";
212
+ }>>;
213
+ invalid: import("zod").ZodOptional<import("zod").ZodBoolean>;
214
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
215
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
216
+ }, import("zod/v4/core").$strict>;
217
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
218
+ component: import("zod").ZodLiteral<"Label">;
219
+ props: import("zod").ZodObject<{
220
+ children: import("zod").ZodString;
221
+ htmlFor: import("zod").ZodOptional<import("zod").ZodString>;
222
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
223
+ default: "default";
224
+ destructive: "destructive";
225
+ muted: "muted";
226
+ }>>;
227
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
228
+ }, import("zod/v4/core").$strict>;
229
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
230
+ component: import("zod").ZodLiteral<"Link">;
231
+ props: import("zod").ZodObject<{
232
+ children: import("zod").ZodString;
233
+ href: import("zod").ZodString;
234
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
235
+ accent: "accent";
236
+ muted: "muted";
237
+ inline: "inline";
238
+ foreground: "foreground";
239
+ nav: "nav";
240
+ standalone: "standalone";
241
+ button: "button";
242
+ }>>;
243
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
244
+ sm: "sm";
245
+ md: "md";
246
+ lg: "lg";
247
+ }>>;
248
+ external: import("zod").ZodOptional<import("zod").ZodBoolean>;
249
+ showExternalIndicator: import("zod").ZodOptional<import("zod").ZodBoolean>;
250
+ }, import("zod/v4/core").$strict>;
251
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
252
+ component: import("zod").ZodLiteral<"Pagination">;
253
+ props: import("zod").ZodObject<{
254
+ totalPages: import("zod").ZodNumber;
255
+ currentPage: import("zod").ZodNumber;
256
+ siblingCount: import("zod").ZodOptional<import("zod").ZodNumber>;
257
+ }, import("zod/v4/core").$strict>;
258
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
259
+ component: import("zod").ZodLiteral<"RadioGroup">;
260
+ props: import("zod").ZodObject<{
261
+ options: import("zod").ZodArray<import("zod").ZodObject<{
262
+ value: import("zod").ZodString;
263
+ label: import("zod").ZodString;
264
+ }, import("zod/v4/core").$strip>>;
265
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
266
+ orientation: import("zod").ZodOptional<import("zod").ZodEnum<{
267
+ horizontal: "horizontal";
268
+ vertical: "vertical";
269
+ }>>;
270
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
271
+ }, import("zod/v4/core").$strict>;
272
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
273
+ component: import("zod").ZodLiteral<"SectionHeader">;
274
+ props: import("zod").ZodObject<{
275
+ title: import("zod").ZodString;
276
+ description: import("zod").ZodOptional<import("zod").ZodString>;
277
+ padding: import("zod").ZodOptional<import("zod").ZodEnum<{
278
+ sm: "sm";
279
+ md: "md";
280
+ lg: "lg";
281
+ xl: "xl";
282
+ none: "none";
283
+ xs: "xs";
284
+ }>>;
285
+ paddingX: import("zod").ZodOptional<import("zod").ZodEnum<{
286
+ sm: "sm";
287
+ md: "md";
288
+ lg: "lg";
289
+ xl: "xl";
290
+ none: "none";
291
+ xs: "xs";
292
+ }>>;
293
+ paddingY: import("zod").ZodOptional<import("zod").ZodEnum<{
294
+ sm: "sm";
295
+ md: "md";
296
+ lg: "lg";
297
+ xl: "xl";
298
+ none: "none";
299
+ xs: "xs";
300
+ }>>;
301
+ paddingTop: import("zod").ZodOptional<import("zod").ZodEnum<{
302
+ sm: "sm";
303
+ md: "md";
304
+ lg: "lg";
305
+ xl: "xl";
306
+ none: "none";
307
+ xs: "xs";
308
+ }>>;
309
+ paddingRight: import("zod").ZodOptional<import("zod").ZodEnum<{
310
+ sm: "sm";
311
+ md: "md";
312
+ lg: "lg";
313
+ xl: "xl";
314
+ none: "none";
315
+ xs: "xs";
316
+ }>>;
317
+ paddingBottom: import("zod").ZodOptional<import("zod").ZodEnum<{
318
+ sm: "sm";
319
+ md: "md";
320
+ lg: "lg";
321
+ xl: "xl";
322
+ none: "none";
323
+ xs: "xs";
324
+ }>>;
325
+ paddingLeft: import("zod").ZodOptional<import("zod").ZodEnum<{
326
+ sm: "sm";
327
+ md: "md";
328
+ lg: "lg";
329
+ xl: "xl";
330
+ none: "none";
331
+ xs: "xs";
332
+ }>>;
333
+ margin: import("zod").ZodOptional<import("zod").ZodEnum<{
334
+ sm: "sm";
335
+ md: "md";
336
+ lg: "lg";
337
+ xl: "xl";
338
+ none: "none";
339
+ xs: "xs";
340
+ }>>;
341
+ marginX: import("zod").ZodOptional<import("zod").ZodEnum<{
342
+ sm: "sm";
343
+ md: "md";
344
+ lg: "lg";
345
+ xl: "xl";
346
+ none: "none";
347
+ xs: "xs";
348
+ }>>;
349
+ marginY: import("zod").ZodOptional<import("zod").ZodEnum<{
350
+ sm: "sm";
351
+ md: "md";
352
+ lg: "lg";
353
+ xl: "xl";
354
+ none: "none";
355
+ xs: "xs";
356
+ }>>;
357
+ marginTop: import("zod").ZodOptional<import("zod").ZodEnum<{
358
+ sm: "sm";
359
+ md: "md";
360
+ lg: "lg";
361
+ xl: "xl";
362
+ none: "none";
363
+ xs: "xs";
364
+ }>>;
365
+ marginRight: import("zod").ZodOptional<import("zod").ZodEnum<{
366
+ sm: "sm";
367
+ md: "md";
368
+ lg: "lg";
369
+ xl: "xl";
370
+ none: "none";
371
+ xs: "xs";
372
+ }>>;
373
+ marginBottom: import("zod").ZodOptional<import("zod").ZodEnum<{
374
+ sm: "sm";
375
+ md: "md";
376
+ lg: "lg";
377
+ xl: "xl";
378
+ none: "none";
379
+ xs: "xs";
380
+ }>>;
381
+ marginLeft: import("zod").ZodOptional<import("zod").ZodEnum<{
382
+ sm: "sm";
383
+ md: "md";
384
+ lg: "lg";
385
+ xl: "xl";
386
+ none: "none";
387
+ xs: "xs";
388
+ }>>;
389
+ surface: import("zod").ZodOptional<import("zod").ZodEnum<{
390
+ success: "success";
391
+ destructive: "destructive";
392
+ warning: "warning";
393
+ accent: "accent";
394
+ muted: "muted";
395
+ transparent: "transparent";
396
+ card: "card";
397
+ primary: "primary";
398
+ }>>;
399
+ border: import("zod").ZodOptional<import("zod").ZodEnum<{
400
+ none: "none";
401
+ top: "top";
402
+ bottom: "bottom";
403
+ y: "y";
404
+ full: "full";
405
+ }>>;
406
+ radius: import("zod").ZodOptional<import("zod").ZodEnum<{
407
+ sm: "sm";
408
+ md: "md";
409
+ lg: "lg";
410
+ xl: "xl";
411
+ none: "none";
412
+ }>>;
413
+ shadow: import("zod").ZodOptional<import("zod").ZodEnum<{
414
+ sm: "sm";
415
+ md: "md";
416
+ none: "none";
417
+ }>>;
418
+ }, import("zod/v4/core").$strict>;
419
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
420
+ component: import("zod").ZodLiteral<"Select">;
421
+ props: import("zod").ZodObject<{
422
+ name: import("zod").ZodString;
423
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
424
+ options: import("zod").ZodArray<import("zod").ZodObject<{
425
+ value: import("zod").ZodString;
426
+ label: import("zod").ZodString;
427
+ group: import("zod").ZodOptional<import("zod").ZodString>;
428
+ }, import("zod/v4/core").$strip>>;
429
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
430
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
431
+ default: "default";
432
+ destructive: "destructive";
433
+ }>>;
434
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
435
+ sm: "sm";
436
+ md: "md";
437
+ lg: "lg";
438
+ }>>;
439
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
440
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
441
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
442
+ }, import("zod/v4/core").$strict>;
443
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
444
+ component: import("zod").ZodLiteral<"Progress">;
445
+ props: import("zod").ZodObject<{
446
+ value: import("zod").ZodOptional<import("zod").ZodNumber>;
447
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
448
+ success: "success";
449
+ warning: "warning";
450
+ accent: "accent";
451
+ primary: "primary";
452
+ danger: "danger";
453
+ }>>;
454
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
455
+ sm: "sm";
456
+ md: "md";
457
+ lg: "lg";
458
+ }>>;
459
+ label: import("zod").ZodOptional<import("zod").ZodString>;
460
+ showValue: import("zod").ZodOptional<import("zod").ZodBoolean>;
461
+ }, import("zod/v4/core").$strict>;
462
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
463
+ component: import("zod").ZodLiteral<"Separator">;
464
+ props: import("zod").ZodObject<{
465
+ orientation: import("zod").ZodOptional<import("zod").ZodEnum<{
466
+ horizontal: "horizontal";
467
+ vertical: "vertical";
468
+ }>>;
469
+ }, import("zod/v4/core").$strict>;
470
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
471
+ component: import("zod").ZodLiteral<"Sheet">;
472
+ props: import("zod").ZodObject<{
473
+ title: import("zod").ZodString;
474
+ description: import("zod").ZodOptional<import("zod").ZodString>;
475
+ side: import("zod").ZodOptional<import("zod").ZodEnum<{
476
+ top: "top";
477
+ bottom: "bottom";
478
+ left: "left";
479
+ right: "right";
480
+ }>>;
481
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
482
+ sm: "sm";
483
+ md: "md";
484
+ lg: "lg";
485
+ }>>;
486
+ }, import("zod/v4/core").$strict>;
487
+ }, import("zod/v4/core").$strip>, import("zod").ZodType<import("./index.js").StackDescriptor, unknown, import("zod/v4/core").$ZodTypeInternals<import("./index.js").StackDescriptor, unknown>>, import("zod").ZodObject<{
488
+ component: import("zod").ZodLiteral<"StatCard">;
489
+ props: import("zod").ZodObject<{
490
+ value: import("zod").ZodString;
491
+ label: import("zod").ZodString;
492
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
493
+ success: "success";
494
+ warning: "warning";
495
+ accent: "accent";
496
+ primary: "primary";
497
+ danger: "danger";
498
+ neutral: "neutral";
499
+ }>>;
500
+ }, import("zod/v4/core").$strict>;
501
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
502
+ component: import("zod").ZodLiteral<"StatusBadge">;
503
+ props: import("zod").ZodObject<{
504
+ children: import("zod").ZodString;
505
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
506
+ success: "success";
507
+ warning: "warning";
508
+ info: "info";
509
+ danger: "danger";
510
+ neutral: "neutral";
511
+ }>>;
512
+ }, import("zod/v4/core").$strict>;
513
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
514
+ component: import("zod").ZodLiteral<"Switch">;
515
+ props: import("zod").ZodObject<{
516
+ label: import("zod").ZodString;
517
+ defaultChecked: import("zod").ZodOptional<import("zod").ZodBoolean>;
518
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
519
+ sm: "sm";
520
+ md: "md";
521
+ lg: "lg";
522
+ }>>;
523
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
524
+ }, import("zod/v4/core").$strict>;
525
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
526
+ component: import("zod").ZodLiteral<"Table">;
527
+ props: import("zod").ZodObject<{
528
+ columns: import("zod").ZodArray<import("zod").ZodObject<{
529
+ key: import("zod").ZodString;
530
+ header: import("zod").ZodString;
531
+ }, import("zod/v4/core").$strip>>;
532
+ rows: import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
533
+ caption: import("zod").ZodOptional<import("zod").ZodString>;
534
+ striped: import("zod").ZodOptional<import("zod").ZodBoolean>;
535
+ }, import("zod/v4/core").$strict>;
536
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
537
+ component: import("zod").ZodLiteral<"Tag">;
538
+ props: import("zod").ZodObject<{
539
+ label: import("zod").ZodString;
540
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
541
+ success: "success";
542
+ default: "default";
543
+ destructive: "destructive";
544
+ warning: "warning";
545
+ accent: "accent";
546
+ primary: "primary";
547
+ }>>;
548
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
549
+ sm: "sm";
550
+ md: "md";
551
+ lg: "lg";
552
+ }>>;
553
+ removable: import("zod").ZodOptional<import("zod").ZodBoolean>;
554
+ }, import("zod/v4/core").$strict>;
555
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
556
+ component: import("zod").ZodLiteral<"Tabs">;
557
+ props: import("zod").ZodObject<{
558
+ defaultValue: import("zod").ZodString;
559
+ tabs: import("zod").ZodArray<import("zod").ZodObject<{
560
+ value: import("zod").ZodString;
561
+ label: import("zod").ZodString;
562
+ content: import("zod").ZodString;
563
+ }, import("zod/v4/core").$strip>>;
564
+ }, import("zod/v4/core").$strict>;
565
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
566
+ component: import("zod").ZodLiteral<"Text">;
567
+ props: import("zod").ZodObject<{
568
+ children: import("zod").ZodString;
569
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
570
+ sm: "sm";
571
+ lg: "lg";
572
+ xl: "xl";
573
+ xs: "xs";
574
+ base: "base";
575
+ "2xl": "2xl";
576
+ "3xl": "3xl";
577
+ "4xl": "4xl";
578
+ "5xl": "5xl";
579
+ }>>;
580
+ weight: import("zod").ZodOptional<import("zod").ZodEnum<{
581
+ normal: "normal";
582
+ medium: "medium";
583
+ semibold: "semibold";
584
+ bold: "bold";
585
+ }>>;
586
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
587
+ success: "success";
588
+ default: "default";
589
+ destructive: "destructive";
590
+ warning: "warning";
591
+ muted: "muted";
592
+ }>>;
593
+ as: import("zod").ZodOptional<import("zod").ZodEnum<{
594
+ label: "label";
595
+ span: "span";
596
+ p: "p";
597
+ div: "div";
598
+ strong: "strong";
599
+ em: "em";
600
+ small: "small";
601
+ h1: "h1";
602
+ h2: "h2";
603
+ h3: "h3";
604
+ h4: "h4";
605
+ h5: "h5";
606
+ h6: "h6";
607
+ }>>;
608
+ }, import("zod/v4/core").$strict>;
609
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
610
+ component: import("zod").ZodLiteral<"Textarea">;
611
+ props: import("zod").ZodObject<{
612
+ name: import("zod").ZodString;
613
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
614
+ rows: import("zod").ZodOptional<import("zod").ZodNumber>;
615
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
616
+ default: "default";
617
+ destructive: "destructive";
618
+ }>>;
619
+ invalid: import("zod").ZodOptional<import("zod").ZodBoolean>;
620
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
621
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
622
+ }, import("zod/v4/core").$strict>;
623
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
624
+ component: import("zod").ZodLiteral<"TitleBar">;
625
+ props: import("zod").ZodObject<{
626
+ title: import("zod").ZodString;
627
+ supertitle: import("zod").ZodOptional<import("zod").ZodString>;
628
+ }, import("zod/v4/core").$strict>;
629
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
630
+ component: import("zod").ZodLiteral<"Toggle">;
631
+ props: import("zod").ZodObject<{
632
+ label: import("zod").ZodString;
633
+ defaultPressed: import("zod").ZodOptional<import("zod").ZodBoolean>;
634
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
635
+ default: "default";
636
+ outline: "outline";
637
+ }>>;
638
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
639
+ sm: "sm";
640
+ md: "md";
641
+ lg: "lg";
642
+ }>>;
643
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
644
+ }, import("zod/v4/core").$strict>;
645
+ }, import("zod/v4/core").$strip>]>;
646
+ /**
647
+ * Tool definition shaped for Vercel AI SDK v6's `tool({...})` factory.
648
+ * Consumers wire it into their `streamText`/`generateText` call.
649
+ */
650
+ export declare const renderUITool: {
651
+ description: string;
652
+ inputSchema: import("zod").ZodUnion<readonly [import("zod").ZodObject<{
653
+ component: import("zod").ZodLiteral<"Accordion">;
654
+ props: import("zod").ZodObject<{
655
+ type: import("zod").ZodOptional<import("zod").ZodEnum<{
656
+ single: "single";
657
+ multiple: "multiple";
658
+ }>>;
659
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
660
+ items: import("zod").ZodArray<import("zod").ZodObject<{
661
+ value: import("zod").ZodString;
662
+ title: import("zod").ZodString;
663
+ content: import("zod").ZodString;
664
+ }, import("zod/v4/core").$strip>>;
665
+ }, import("zod/v4/core").$strict>;
666
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
667
+ component: import("zod").ZodLiteral<"Alert">;
668
+ props: import("zod").ZodObject<{
669
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
670
+ success: "success";
671
+ default: "default";
672
+ destructive: "destructive";
673
+ warning: "warning";
674
+ }>>;
675
+ title: import("zod").ZodOptional<import("zod").ZodString>;
676
+ description: import("zod").ZodString;
677
+ }, import("zod/v4/core").$strict>;
678
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
679
+ component: import("zod").ZodLiteral<"AlertDialog">;
680
+ props: import("zod").ZodObject<{
681
+ title: import("zod").ZodString;
682
+ description: import("zod").ZodOptional<import("zod").ZodString>;
683
+ actionLabel: import("zod").ZodString;
684
+ cancelLabel: import("zod").ZodOptional<import("zod").ZodString>;
685
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
686
+ default: "default";
687
+ destructive: "destructive";
688
+ }>>;
689
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
690
+ sm: "sm";
691
+ md: "md";
692
+ lg: "lg";
693
+ xl: "xl";
694
+ }>>;
695
+ }, import("zod/v4/core").$strict>;
696
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
697
+ component: import("zod").ZodLiteral<"Avatar">;
698
+ props: import("zod").ZodObject<{
699
+ src: import("zod").ZodOptional<import("zod").ZodString>;
700
+ alt: import("zod").ZodOptional<import("zod").ZodString>;
701
+ fallback: import("zod").ZodString;
702
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
703
+ sm: "sm";
704
+ md: "md";
705
+ lg: "lg";
706
+ xl: "xl";
707
+ }>>;
708
+ status: import("zod").ZodOptional<import("zod").ZodEnum<{
709
+ online: "online";
710
+ offline: "offline";
711
+ busy: "busy";
712
+ away: "away";
713
+ }>>;
714
+ }, import("zod/v4/core").$strict>;
715
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
716
+ component: import("zod").ZodLiteral<"AvatarGroup">;
717
+ props: import("zod").ZodObject<{
718
+ avatars: import("zod").ZodArray<import("zod").ZodObject<{
719
+ fallback: import("zod").ZodString;
720
+ src: import("zod").ZodOptional<import("zod").ZodString>;
721
+ }, import("zod/v4/core").$strip>>;
722
+ max: import("zod").ZodOptional<import("zod").ZodNumber>;
723
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
724
+ sm: "sm";
725
+ md: "md";
726
+ lg: "lg";
727
+ }>>;
728
+ }, import("zod/v4/core").$strict>;
729
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
730
+ component: import("zod").ZodLiteral<"Badge">;
731
+ props: import("zod").ZodObject<{
732
+ children: import("zod").ZodString;
733
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
734
+ success: "success";
735
+ default: "default";
736
+ destructive: "destructive";
737
+ warning: "warning";
738
+ secondary: "secondary";
739
+ outline: "outline";
740
+ }>>;
741
+ }, import("zod/v4/core").$strict>;
742
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
743
+ component: import("zod").ZodLiteral<"Banner">;
744
+ props: import("zod").ZodObject<{
745
+ message: import("zod").ZodString;
746
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
747
+ error: "error";
748
+ warning: "warning";
749
+ info: "info";
750
+ accent: "accent";
751
+ announcement: "announcement";
752
+ }>>;
753
+ dismissible: import("zod").ZodOptional<import("zod").ZodBoolean>;
754
+ }, import("zod/v4/core").$strict>;
755
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
756
+ component: import("zod").ZodLiteral<"Breadcrumb">;
757
+ props: import("zod").ZodObject<{
758
+ items: import("zod").ZodArray<import("zod").ZodObject<{
759
+ label: import("zod").ZodString;
760
+ href: import("zod").ZodOptional<import("zod").ZodString>;
761
+ }, import("zod/v4/core").$strip>>;
762
+ }, import("zod/v4/core").$strict>;
763
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
764
+ component: import("zod").ZodLiteral<"Button">;
765
+ props: import("zod").ZodObject<{
766
+ children: import("zod").ZodString;
767
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
768
+ default: "default";
769
+ destructive: "destructive";
770
+ secondary: "secondary";
771
+ outline: "outline";
772
+ accent: "accent";
773
+ ghost: "ghost";
774
+ link: "link";
775
+ }>>;
776
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
777
+ sm: "sm";
778
+ md: "md";
779
+ lg: "lg";
780
+ xl: "xl";
781
+ xxl: "xxl";
782
+ icon: "icon";
783
+ }>>;
784
+ shape: import("zod").ZodOptional<import("zod").ZodEnum<{
785
+ rounded: "rounded";
786
+ hard: "hard";
787
+ }>>;
788
+ isLoading: import("zod").ZodOptional<import("zod").ZodBoolean>;
789
+ onActionId: import("zod").ZodOptional<import("zod").ZodString>;
790
+ }, import("zod/v4/core").$strict>;
791
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
792
+ component: import("zod").ZodLiteral<"Card">;
793
+ props: import("zod").ZodObject<{
794
+ title: import("zod").ZodString;
795
+ description: import("zod").ZodOptional<import("zod").ZodString>;
796
+ body: import("zod").ZodString;
797
+ }, import("zod/v4/core").$strict>;
798
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
799
+ component: import("zod").ZodLiteral<"Checkbox">;
800
+ props: import("zod").ZodObject<{
801
+ label: import("zod").ZodString;
802
+ defaultChecked: import("zod").ZodOptional<import("zod").ZodBoolean>;
803
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
804
+ }, import("zod/v4/core").$strict>;
805
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
806
+ component: import("zod").ZodLiteral<"Dialog">;
807
+ props: import("zod").ZodObject<{
808
+ title: import("zod").ZodString;
809
+ description: import("zod").ZodOptional<import("zod").ZodString>;
810
+ body: import("zod").ZodString;
811
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
812
+ sm: "sm";
813
+ md: "md";
814
+ lg: "lg";
815
+ xl: "xl";
816
+ }>>;
817
+ }, import("zod/v4/core").$strict>;
818
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
819
+ component: import("zod").ZodLiteral<"DropdownMenu">;
820
+ props: import("zod").ZodObject<{
821
+ triggerLabel: import("zod").ZodString;
822
+ items: import("zod").ZodArray<import("zod").ZodObject<{
823
+ id: import("zod").ZodString;
824
+ label: import("zod").ZodString;
825
+ destructive: import("zod").ZodOptional<import("zod").ZodBoolean>;
826
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
827
+ }, import("zod/v4/core").$strip>>;
828
+ }, import("zod/v4/core").$strict>;
829
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
830
+ component: import("zod").ZodLiteral<"EmptyState">;
831
+ props: import("zod").ZodObject<{
832
+ title: import("zod").ZodString;
833
+ description: import("zod").ZodOptional<import("zod").ZodString>;
834
+ actionLabel: import("zod").ZodOptional<import("zod").ZodString>;
835
+ actionId: import("zod").ZodOptional<import("zod").ZodString>;
836
+ }, import("zod/v4/core").$strict>;
837
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
838
+ component: import("zod").ZodLiteral<"Input">;
839
+ props: import("zod").ZodObject<{
840
+ name: import("zod").ZodString;
841
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
842
+ type: import("zod").ZodOptional<import("zod").ZodEnum<{
843
+ number: "number";
844
+ text: "text";
845
+ email: "email";
846
+ tel: "tel";
847
+ url: "url";
848
+ search: "search";
849
+ }>>;
850
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
851
+ default: "default";
852
+ destructive: "destructive";
853
+ }>>;
854
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
855
+ sm: "sm";
856
+ md: "md";
857
+ lg: "lg";
858
+ }>>;
859
+ invalid: import("zod").ZodOptional<import("zod").ZodBoolean>;
860
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
861
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
862
+ }, import("zod/v4/core").$strict>;
863
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
864
+ component: import("zod").ZodLiteral<"Label">;
865
+ props: import("zod").ZodObject<{
866
+ children: import("zod").ZodString;
867
+ htmlFor: import("zod").ZodOptional<import("zod").ZodString>;
868
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
869
+ default: "default";
870
+ destructive: "destructive";
871
+ muted: "muted";
872
+ }>>;
873
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
874
+ }, import("zod/v4/core").$strict>;
875
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
876
+ component: import("zod").ZodLiteral<"Link">;
877
+ props: import("zod").ZodObject<{
878
+ children: import("zod").ZodString;
879
+ href: import("zod").ZodString;
880
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
881
+ accent: "accent";
882
+ muted: "muted";
883
+ inline: "inline";
884
+ foreground: "foreground";
885
+ nav: "nav";
886
+ standalone: "standalone";
887
+ button: "button";
888
+ }>>;
889
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
890
+ sm: "sm";
891
+ md: "md";
892
+ lg: "lg";
893
+ }>>;
894
+ external: import("zod").ZodOptional<import("zod").ZodBoolean>;
895
+ showExternalIndicator: import("zod").ZodOptional<import("zod").ZodBoolean>;
896
+ }, import("zod/v4/core").$strict>;
897
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
898
+ component: import("zod").ZodLiteral<"Pagination">;
899
+ props: import("zod").ZodObject<{
900
+ totalPages: import("zod").ZodNumber;
901
+ currentPage: import("zod").ZodNumber;
902
+ siblingCount: import("zod").ZodOptional<import("zod").ZodNumber>;
903
+ }, import("zod/v4/core").$strict>;
904
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
905
+ component: import("zod").ZodLiteral<"RadioGroup">;
906
+ props: import("zod").ZodObject<{
907
+ options: import("zod").ZodArray<import("zod").ZodObject<{
908
+ value: import("zod").ZodString;
909
+ label: import("zod").ZodString;
910
+ }, import("zod/v4/core").$strip>>;
911
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
912
+ orientation: import("zod").ZodOptional<import("zod").ZodEnum<{
913
+ horizontal: "horizontal";
914
+ vertical: "vertical";
915
+ }>>;
916
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
917
+ }, import("zod/v4/core").$strict>;
918
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
919
+ component: import("zod").ZodLiteral<"SectionHeader">;
920
+ props: import("zod").ZodObject<{
921
+ title: import("zod").ZodString;
922
+ description: import("zod").ZodOptional<import("zod").ZodString>;
923
+ padding: import("zod").ZodOptional<import("zod").ZodEnum<{
924
+ sm: "sm";
925
+ md: "md";
926
+ lg: "lg";
927
+ xl: "xl";
928
+ none: "none";
929
+ xs: "xs";
930
+ }>>;
931
+ paddingX: import("zod").ZodOptional<import("zod").ZodEnum<{
932
+ sm: "sm";
933
+ md: "md";
934
+ lg: "lg";
935
+ xl: "xl";
936
+ none: "none";
937
+ xs: "xs";
938
+ }>>;
939
+ paddingY: import("zod").ZodOptional<import("zod").ZodEnum<{
940
+ sm: "sm";
941
+ md: "md";
942
+ lg: "lg";
943
+ xl: "xl";
944
+ none: "none";
945
+ xs: "xs";
946
+ }>>;
947
+ paddingTop: import("zod").ZodOptional<import("zod").ZodEnum<{
948
+ sm: "sm";
949
+ md: "md";
950
+ lg: "lg";
951
+ xl: "xl";
952
+ none: "none";
953
+ xs: "xs";
954
+ }>>;
955
+ paddingRight: import("zod").ZodOptional<import("zod").ZodEnum<{
956
+ sm: "sm";
957
+ md: "md";
958
+ lg: "lg";
959
+ xl: "xl";
960
+ none: "none";
961
+ xs: "xs";
962
+ }>>;
963
+ paddingBottom: import("zod").ZodOptional<import("zod").ZodEnum<{
964
+ sm: "sm";
965
+ md: "md";
966
+ lg: "lg";
967
+ xl: "xl";
968
+ none: "none";
969
+ xs: "xs";
970
+ }>>;
971
+ paddingLeft: import("zod").ZodOptional<import("zod").ZodEnum<{
972
+ sm: "sm";
973
+ md: "md";
974
+ lg: "lg";
975
+ xl: "xl";
976
+ none: "none";
977
+ xs: "xs";
978
+ }>>;
979
+ margin: import("zod").ZodOptional<import("zod").ZodEnum<{
980
+ sm: "sm";
981
+ md: "md";
982
+ lg: "lg";
983
+ xl: "xl";
984
+ none: "none";
985
+ xs: "xs";
986
+ }>>;
987
+ marginX: import("zod").ZodOptional<import("zod").ZodEnum<{
988
+ sm: "sm";
989
+ md: "md";
990
+ lg: "lg";
991
+ xl: "xl";
992
+ none: "none";
993
+ xs: "xs";
994
+ }>>;
995
+ marginY: import("zod").ZodOptional<import("zod").ZodEnum<{
996
+ sm: "sm";
997
+ md: "md";
998
+ lg: "lg";
999
+ xl: "xl";
1000
+ none: "none";
1001
+ xs: "xs";
1002
+ }>>;
1003
+ marginTop: import("zod").ZodOptional<import("zod").ZodEnum<{
1004
+ sm: "sm";
1005
+ md: "md";
1006
+ lg: "lg";
1007
+ xl: "xl";
1008
+ none: "none";
1009
+ xs: "xs";
1010
+ }>>;
1011
+ marginRight: import("zod").ZodOptional<import("zod").ZodEnum<{
1012
+ sm: "sm";
1013
+ md: "md";
1014
+ lg: "lg";
1015
+ xl: "xl";
1016
+ none: "none";
1017
+ xs: "xs";
1018
+ }>>;
1019
+ marginBottom: import("zod").ZodOptional<import("zod").ZodEnum<{
1020
+ sm: "sm";
1021
+ md: "md";
1022
+ lg: "lg";
1023
+ xl: "xl";
1024
+ none: "none";
1025
+ xs: "xs";
1026
+ }>>;
1027
+ marginLeft: import("zod").ZodOptional<import("zod").ZodEnum<{
1028
+ sm: "sm";
1029
+ md: "md";
1030
+ lg: "lg";
1031
+ xl: "xl";
1032
+ none: "none";
1033
+ xs: "xs";
1034
+ }>>;
1035
+ surface: import("zod").ZodOptional<import("zod").ZodEnum<{
1036
+ success: "success";
1037
+ destructive: "destructive";
1038
+ warning: "warning";
1039
+ accent: "accent";
1040
+ muted: "muted";
1041
+ transparent: "transparent";
1042
+ card: "card";
1043
+ primary: "primary";
1044
+ }>>;
1045
+ border: import("zod").ZodOptional<import("zod").ZodEnum<{
1046
+ none: "none";
1047
+ top: "top";
1048
+ bottom: "bottom";
1049
+ y: "y";
1050
+ full: "full";
1051
+ }>>;
1052
+ radius: import("zod").ZodOptional<import("zod").ZodEnum<{
1053
+ sm: "sm";
1054
+ md: "md";
1055
+ lg: "lg";
1056
+ xl: "xl";
1057
+ none: "none";
1058
+ }>>;
1059
+ shadow: import("zod").ZodOptional<import("zod").ZodEnum<{
1060
+ sm: "sm";
1061
+ md: "md";
1062
+ none: "none";
1063
+ }>>;
1064
+ }, import("zod/v4/core").$strict>;
1065
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1066
+ component: import("zod").ZodLiteral<"Select">;
1067
+ props: import("zod").ZodObject<{
1068
+ name: import("zod").ZodString;
1069
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
1070
+ options: import("zod").ZodArray<import("zod").ZodObject<{
1071
+ value: import("zod").ZodString;
1072
+ label: import("zod").ZodString;
1073
+ group: import("zod").ZodOptional<import("zod").ZodString>;
1074
+ }, import("zod/v4/core").$strip>>;
1075
+ defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
1076
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
1077
+ default: "default";
1078
+ destructive: "destructive";
1079
+ }>>;
1080
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1081
+ sm: "sm";
1082
+ md: "md";
1083
+ lg: "lg";
1084
+ }>>;
1085
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1086
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1087
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
1088
+ }, import("zod/v4/core").$strict>;
1089
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1090
+ component: import("zod").ZodLiteral<"Progress">;
1091
+ props: import("zod").ZodObject<{
1092
+ value: import("zod").ZodOptional<import("zod").ZodNumber>;
1093
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
1094
+ success: "success";
1095
+ warning: "warning";
1096
+ accent: "accent";
1097
+ primary: "primary";
1098
+ danger: "danger";
1099
+ }>>;
1100
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1101
+ sm: "sm";
1102
+ md: "md";
1103
+ lg: "lg";
1104
+ }>>;
1105
+ label: import("zod").ZodOptional<import("zod").ZodString>;
1106
+ showValue: import("zod").ZodOptional<import("zod").ZodBoolean>;
1107
+ }, import("zod/v4/core").$strict>;
1108
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1109
+ component: import("zod").ZodLiteral<"Separator">;
1110
+ props: import("zod").ZodObject<{
1111
+ orientation: import("zod").ZodOptional<import("zod").ZodEnum<{
1112
+ horizontal: "horizontal";
1113
+ vertical: "vertical";
1114
+ }>>;
1115
+ }, import("zod/v4/core").$strict>;
1116
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1117
+ component: import("zod").ZodLiteral<"Sheet">;
1118
+ props: import("zod").ZodObject<{
1119
+ title: import("zod").ZodString;
1120
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1121
+ side: import("zod").ZodOptional<import("zod").ZodEnum<{
1122
+ top: "top";
1123
+ bottom: "bottom";
1124
+ left: "left";
1125
+ right: "right";
1126
+ }>>;
1127
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1128
+ sm: "sm";
1129
+ md: "md";
1130
+ lg: "lg";
1131
+ }>>;
1132
+ }, import("zod/v4/core").$strict>;
1133
+ }, import("zod/v4/core").$strip>, import("zod").ZodType<import("./index.js").StackDescriptor, unknown, import("zod/v4/core").$ZodTypeInternals<import("./index.js").StackDescriptor, unknown>>, import("zod").ZodObject<{
1134
+ component: import("zod").ZodLiteral<"StatCard">;
1135
+ props: import("zod").ZodObject<{
1136
+ value: import("zod").ZodString;
1137
+ label: import("zod").ZodString;
1138
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
1139
+ success: "success";
1140
+ warning: "warning";
1141
+ accent: "accent";
1142
+ primary: "primary";
1143
+ danger: "danger";
1144
+ neutral: "neutral";
1145
+ }>>;
1146
+ }, import("zod/v4/core").$strict>;
1147
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1148
+ component: import("zod").ZodLiteral<"StatusBadge">;
1149
+ props: import("zod").ZodObject<{
1150
+ children: import("zod").ZodString;
1151
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
1152
+ success: "success";
1153
+ warning: "warning";
1154
+ info: "info";
1155
+ danger: "danger";
1156
+ neutral: "neutral";
1157
+ }>>;
1158
+ }, import("zod/v4/core").$strict>;
1159
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1160
+ component: import("zod").ZodLiteral<"Switch">;
1161
+ props: import("zod").ZodObject<{
1162
+ label: import("zod").ZodString;
1163
+ defaultChecked: import("zod").ZodOptional<import("zod").ZodBoolean>;
1164
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1165
+ sm: "sm";
1166
+ md: "md";
1167
+ lg: "lg";
1168
+ }>>;
1169
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1170
+ }, import("zod/v4/core").$strict>;
1171
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1172
+ component: import("zod").ZodLiteral<"Table">;
1173
+ props: import("zod").ZodObject<{
1174
+ columns: import("zod").ZodArray<import("zod").ZodObject<{
1175
+ key: import("zod").ZodString;
1176
+ header: import("zod").ZodString;
1177
+ }, import("zod/v4/core").$strip>>;
1178
+ rows: import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1179
+ caption: import("zod").ZodOptional<import("zod").ZodString>;
1180
+ striped: import("zod").ZodOptional<import("zod").ZodBoolean>;
1181
+ }, import("zod/v4/core").$strict>;
1182
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1183
+ component: import("zod").ZodLiteral<"Tag">;
1184
+ props: import("zod").ZodObject<{
1185
+ label: import("zod").ZodString;
1186
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
1187
+ success: "success";
1188
+ default: "default";
1189
+ destructive: "destructive";
1190
+ warning: "warning";
1191
+ accent: "accent";
1192
+ primary: "primary";
1193
+ }>>;
1194
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1195
+ sm: "sm";
1196
+ md: "md";
1197
+ lg: "lg";
1198
+ }>>;
1199
+ removable: import("zod").ZodOptional<import("zod").ZodBoolean>;
1200
+ }, import("zod/v4/core").$strict>;
1201
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1202
+ component: import("zod").ZodLiteral<"Tabs">;
1203
+ props: import("zod").ZodObject<{
1204
+ defaultValue: import("zod").ZodString;
1205
+ tabs: import("zod").ZodArray<import("zod").ZodObject<{
1206
+ value: import("zod").ZodString;
1207
+ label: import("zod").ZodString;
1208
+ content: import("zod").ZodString;
1209
+ }, import("zod/v4/core").$strip>>;
1210
+ }, import("zod/v4/core").$strict>;
1211
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1212
+ component: import("zod").ZodLiteral<"Text">;
1213
+ props: import("zod").ZodObject<{
1214
+ children: import("zod").ZodString;
1215
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1216
+ sm: "sm";
1217
+ lg: "lg";
1218
+ xl: "xl";
1219
+ xs: "xs";
1220
+ base: "base";
1221
+ "2xl": "2xl";
1222
+ "3xl": "3xl";
1223
+ "4xl": "4xl";
1224
+ "5xl": "5xl";
1225
+ }>>;
1226
+ weight: import("zod").ZodOptional<import("zod").ZodEnum<{
1227
+ normal: "normal";
1228
+ medium: "medium";
1229
+ semibold: "semibold";
1230
+ bold: "bold";
1231
+ }>>;
1232
+ tone: import("zod").ZodOptional<import("zod").ZodEnum<{
1233
+ success: "success";
1234
+ default: "default";
1235
+ destructive: "destructive";
1236
+ warning: "warning";
1237
+ muted: "muted";
1238
+ }>>;
1239
+ as: import("zod").ZodOptional<import("zod").ZodEnum<{
1240
+ label: "label";
1241
+ span: "span";
1242
+ p: "p";
1243
+ div: "div";
1244
+ strong: "strong";
1245
+ em: "em";
1246
+ small: "small";
1247
+ h1: "h1";
1248
+ h2: "h2";
1249
+ h3: "h3";
1250
+ h4: "h4";
1251
+ h5: "h5";
1252
+ h6: "h6";
1253
+ }>>;
1254
+ }, import("zod/v4/core").$strict>;
1255
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1256
+ component: import("zod").ZodLiteral<"Textarea">;
1257
+ props: import("zod").ZodObject<{
1258
+ name: import("zod").ZodString;
1259
+ placeholder: import("zod").ZodOptional<import("zod").ZodString>;
1260
+ rows: import("zod").ZodOptional<import("zod").ZodNumber>;
1261
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
1262
+ default: "default";
1263
+ destructive: "destructive";
1264
+ }>>;
1265
+ invalid: import("zod").ZodOptional<import("zod").ZodBoolean>;
1266
+ required: import("zod").ZodOptional<import("zod").ZodBoolean>;
1267
+ accessibilityLabel: import("zod").ZodOptional<import("zod").ZodString>;
1268
+ }, import("zod/v4/core").$strict>;
1269
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1270
+ component: import("zod").ZodLiteral<"TitleBar">;
1271
+ props: import("zod").ZodObject<{
1272
+ title: import("zod").ZodString;
1273
+ supertitle: import("zod").ZodOptional<import("zod").ZodString>;
1274
+ }, import("zod/v4/core").$strict>;
1275
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
1276
+ component: import("zod").ZodLiteral<"Toggle">;
1277
+ props: import("zod").ZodObject<{
1278
+ label: import("zod").ZodString;
1279
+ defaultPressed: import("zod").ZodOptional<import("zod").ZodBoolean>;
1280
+ variant: import("zod").ZodOptional<import("zod").ZodEnum<{
1281
+ default: "default";
1282
+ outline: "outline";
1283
+ }>>;
1284
+ size: import("zod").ZodOptional<import("zod").ZodEnum<{
1285
+ sm: "sm";
1286
+ md: "md";
1287
+ lg: "lg";
1288
+ }>>;
1289
+ disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1290
+ }, import("zod/v4/core").$strict>;
1291
+ }, import("zod/v4/core").$strip>]>;
1292
+ };
1293
+ //# sourceMappingURL=tools.d.ts.map