212212 }
213213 ],
214214 "dependencies" : []
215+ },
216+ {
217+ "name" : " alert-dialog" ,
218+ "type" : " registry:directive" ,
219+ "title" : " Alert Dialog Directive" ,
220+ "description" : " An alert dialog directive for displaying critical alerts and confirmations with proper accessibility" ,
221+ "files" : [
222+ {
223+ "path" : " directives/alert-dialog.ts" ,
224+ "type" : " registry:directive"
225+ }
226+ ],
227+ "dependencies" : []
228+ },
229+ {
230+ "name" : " checkbox" ,
231+ "type" : " registry:directive" ,
232+ "title" : " Checkbox Directive" ,
233+ "description" : " A checkbox directive for creating accessible checkboxes with proper styling and state management" ,
234+ "files" : [
235+ {
236+ "path" : " directives/checkbox.ts" ,
237+ "type" : " registry:directive"
238+ }
239+ ],
240+ "dependencies" : []
241+ },
242+ {
243+ "name" : " form-field" ,
244+ "type" : " registry:directive" ,
245+ "title" : " Form Field Directive" ,
246+ "description" : " A form field directive for creating consistent form layouts with labels, inputs, and validation states" ,
247+ "files" : [
248+ {
249+ "path" : " directives/form-field.ts" ,
250+ "type" : " registry:directive"
251+ }
252+ ],
253+ "dependencies" : []
254+ },
255+ {
256+ "name" : " input" ,
257+ "type" : " registry:directive" ,
258+ "title" : " Input Directive" ,
259+ "description" : " An input directive for creating styled text inputs with validation states and accessibility features" ,
260+ "files" : [
261+ {
262+ "path" : " directives/input.ts" ,
263+ "type" : " registry:directive"
264+ }
265+ ],
266+ "dependencies" : []
267+ },
268+ {
269+ "name" : " skeleton" ,
270+ "type" : " registry:directive" ,
271+ "title" : " Skeleton Directive" ,
272+ "description" : " A skeleton directive for displaying loading placeholders while content is being fetched" ,
273+ "files" : [
274+ {
275+ "path" : " directives/skeleton.ts" ,
276+ "type" : " registry:directive"
277+ }
278+ ],
279+ "dependencies" : []
280+ },
281+ {
282+ "name" : " textarea" ,
283+ "type" : " registry:directive" ,
284+ "title" : " Textarea Directive" ,
285+ "description" : " A textarea directive for creating styled multi-line text inputs with validation states and accessibility features" ,
286+ "files" : [
287+ {
288+ "path" : " directives/textarea.ts" ,
289+ "type" : " registry:directive"
290+ }
291+ ],
292+ "dependencies" : []
293+ },
294+ {
295+ "name" : " toggle-group" ,
296+ "type" : " registry:directive" ,
297+ "title" : " Toggle Group Directive" ,
298+ "description" : " A toggle group directive for creating groups of toggle buttons with single or multiple selection modes" ,
299+ "files" : [
300+ {
301+ "path" : " directives/toggle-group.ts" ,
302+ "type" : " registry:directive"
303+ }
304+ ],
305+ "dependencies" : []
306+ },
307+ {
308+ "name" : " toggle" ,
309+ "type" : " registry:directive" ,
310+ "title" : " Toggle Directive" ,
311+ "description" : " A toggle directive for creating toggle buttons with on/off states and proper accessibility" ,
312+ "files" : [
313+ {
314+ "path" : " directives/toggle.ts" ,
315+ "type" : " registry:directive"
316+ }
317+ ],
318+ "dependencies" : []
215319 }
216320 ]
217321}
0 commit comments