grg-kit-cli 0.1.1 → 0.1.2

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.
@@ -1,203 +1,887 @@
1
1
  /**
2
2
  * Resource definitions for GRG Kit
3
- * This structure is designed to be easily consumed by MCP servers and LLMs
3
+ * This file is auto-generated from templates directory
4
+ * Run: node scripts/generate-resources.js to update
4
5
  */
5
6
 
6
7
  const RESOURCES = {
7
- themes: [
8
+ "themes": [
8
9
  {
9
- name: 'grg-theme',
10
- title: 'GRG Theme',
11
- description: 'Default theme with purple/orange accents',
12
- file: 'grg-theme.css',
13
- path: 'templates/ui/themes/grg-theme.css',
14
- defaultOutput: 'src/themes/grg-theme.css',
15
- tags: ['default', 'purple', 'orange', 'colorful'],
16
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
10
+ "name": "amber-minimal",
11
+ "title": "Amber Minimal",
12
+ "description": "Warm amber accents",
13
+ "file": "amber-minimal.css",
14
+ "path": "templates/ui/themes/amber-minimal.css",
15
+ "defaultOutput": "src/themes/amber-minimal.css",
16
+ "tags": [
17
+ "minimal",
18
+ "warm",
19
+ "amber",
20
+ "orange"
21
+ ],
22
+ "features": [
23
+ "dark-mode",
24
+ "tailwind-v4",
25
+ "spartan-ng",
26
+ "oklch"
27
+ ]
17
28
  },
18
29
  {
19
- name: 'claude',
20
- title: 'Claude Theme',
21
- description: 'Claude-inspired warm tones',
22
- file: 'claude.css',
23
- path: 'templates/ui/themes/claude.css',
24
- defaultOutput: 'src/themes/claude.css',
25
- tags: ['warm', 'orange', 'brown', 'claude'],
26
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
30
+ "name": "claude",
31
+ "title": "Claude",
32
+ "description": "Claude-inspired warm tones",
33
+ "file": "claude.css",
34
+ "path": "templates/ui/themes/claude.css",
35
+ "defaultOutput": "src/themes/claude.css",
36
+ "tags": [
37
+ "warm",
38
+ "orange",
39
+ "brown",
40
+ "claude"
41
+ ],
42
+ "features": [
43
+ "dark-mode",
44
+ "tailwind-v4",
45
+ "spartan-ng",
46
+ "oklch"
47
+ ]
27
48
  },
28
49
  {
29
- name: 'clean-slate',
30
- title: 'Clean Slate',
31
- description: 'Minimal grayscale palette',
32
- file: 'clean-slate.css',
33
- path: 'templates/ui/themes/clean-slate.css',
34
- defaultOutput: 'src/themes/clean-slate.css',
35
- tags: ['minimal', 'grayscale', 'neutral', 'clean'],
36
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
50
+ "name": "clean-slate",
51
+ "title": "Clean Slate",
52
+ "description": "Minimal grayscale palette",
53
+ "file": "clean-slate.css",
54
+ "path": "templates/ui/themes/clean-slate.css",
55
+ "defaultOutput": "src/themes/clean-slate.css",
56
+ "tags": [
57
+ "minimal",
58
+ "grayscale",
59
+ "neutral",
60
+ "clean"
61
+ ],
62
+ "features": [
63
+ "dark-mode",
64
+ "tailwind-v4",
65
+ "spartan-ng",
66
+ "oklch"
67
+ ]
37
68
  },
38
69
  {
39
- name: 'modern-minimal',
40
- title: 'Modern Minimal',
41
- description: 'Contemporary minimal design',
42
- file: 'modern-minimal.css',
43
- path: 'templates/ui/themes/modern-minimal.css',
44
- defaultOutput: 'src/themes/modern-minimal.css',
45
- tags: ['minimal', 'modern', 'contemporary', 'clean'],
46
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
70
+ "name": "grg-theme",
71
+ "title": "Grg Theme",
72
+ "description": "Default theme with purple/orange accents",
73
+ "file": "grg-theme.css",
74
+ "path": "templates/ui/themes/grg-theme.css",
75
+ "defaultOutput": "src/themes/grg-theme.css",
76
+ "tags": [
77
+ "default",
78
+ "purple",
79
+ "orange",
80
+ "colorful"
81
+ ],
82
+ "features": [
83
+ "dark-mode",
84
+ "tailwind-v4",
85
+ "spartan-ng",
86
+ "oklch"
87
+ ]
47
88
  },
48
89
  {
49
- name: 'amber-minimal',
50
- title: 'Amber Minimal',
51
- description: 'Warm amber accents',
52
- file: 'amber-minimal.css',
53
- path: 'templates/ui/themes/amber-minimal.css',
54
- defaultOutput: 'src/themes/amber-minimal.css',
55
- tags: ['minimal', 'warm', 'amber', 'orange'],
56
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
90
+ "name": "mocks",
91
+ "title": "Mocks",
92
+ "description": "Theme for mockups and prototypes",
93
+ "file": "mocks.css",
94
+ "path": "templates/ui/themes/mocks.css",
95
+ "defaultOutput": "src/themes/mocks.css",
96
+ "tags": [
97
+ "mockup",
98
+ "prototype",
99
+ "design"
100
+ ],
101
+ "features": [
102
+ "dark-mode",
103
+ "tailwind-v4",
104
+ "spartan-ng",
105
+ "oklch"
106
+ ]
57
107
  },
58
108
  {
59
- name: 'mocks',
60
- title: 'Mocks Theme',
61
- description: 'Theme for mockups and prototypes',
62
- file: 'mocks.css',
63
- path: 'templates/ui/themes/mocks.css',
64
- defaultOutput: 'src/themes/mocks.css',
65
- tags: ['mockup', 'prototype', 'design'],
66
- features: ['dark-mode', 'tailwind-v4', 'spartan-ng', 'oklch']
109
+ "name": "modern-minimal",
110
+ "title": "Modern Minimal",
111
+ "description": "Contemporary minimal design",
112
+ "file": "modern-minimal.css",
113
+ "path": "templates/ui/themes/modern-minimal.css",
114
+ "defaultOutput": "src/themes/modern-minimal.css",
115
+ "tags": [
116
+ "minimal",
117
+ "modern",
118
+ "contemporary",
119
+ "clean"
120
+ ],
121
+ "features": [
122
+ "dark-mode",
123
+ "tailwind-v4",
124
+ "spartan-ng",
125
+ "oklch"
126
+ ]
67
127
  }
68
128
  ],
69
- components: [
129
+ "components": [
70
130
  {
71
- name: 'stepper',
72
- title: 'Stepper Component',
73
- description: 'Multi-step form component with progress indicator',
74
- path: 'templates/ui/components/stepper',
75
- defaultOutput: 'src/app/components/stepper',
76
- tags: ['form', 'wizard', 'multi-step', 'progress'],
77
- dependencies: ['@spartan-ng/helm/button', '@spartan-ng/helm/card'],
78
- type: 'grg-component',
79
- prefix: 'grg'
131
+ "name": "file-upload",
132
+ "title": "File Upload Component",
133
+ "description": "file-upload component",
134
+ "path": "templates/ui/components/file-upload",
135
+ "defaultOutput": "src/app/components/file-upload",
136
+ "tags": [],
137
+ "dependencies": []
138
+ },
139
+ {
140
+ "name": "stepper",
141
+ "title": "Stepper Component",
142
+ "description": "Multi-step form component with progress indicator",
143
+ "path": "templates/ui/components/stepper",
144
+ "defaultOutput": "src/app/components/stepper",
145
+ "tags": [
146
+ "form",
147
+ "wizard",
148
+ "multi-step",
149
+ "progress"
150
+ ],
151
+ "dependencies": [
152
+ "@spartan-ng/helm/button",
153
+ "@spartan-ng/helm/card"
154
+ ],
155
+ "type": "grg-component",
156
+ "prefix": "grg"
80
157
  }
81
158
  ],
82
- layouts: [
159
+ "layouts": [
160
+ {
161
+ "name": "auth",
162
+ "title": "Auth Layout",
163
+ "description": "Authentication pages layout (login, signup, forgot password)",
164
+ "path": "templates/ui/layouts/auth",
165
+ "defaultOutput": "src/app/layouts/auth",
166
+ "tags": [
167
+ "auth",
168
+ "login",
169
+ "signup",
170
+ "authentication"
171
+ ],
172
+ "dependencies": [
173
+ "@spartan-ng/helm/button",
174
+ "@spartan-ng/helm/card",
175
+ "@spartan-ng/helm/form-field"
176
+ ]
177
+ },
83
178
  {
84
- name: 'dashboard',
85
- title: 'Dashboard Layout',
86
- description: 'Full dashboard layout with sidebar and header',
87
- path: 'templates/ui/layouts/dashboard',
88
- defaultOutput: 'src/app/layouts/dashboard',
89
- tags: ['dashboard', 'admin', 'sidebar', 'navigation'],
90
- dependencies: ['@spartan-ng/helm/button', '@spartan-ng/helm/card', '@spartan-ng/helm/navigation-menu']
179
+ "name": "settings",
180
+ "title": "Settings Layout",
181
+ "description": "settings layout",
182
+ "path": "templates/ui/layouts/settings",
183
+ "defaultOutput": "src/app/layouts/settings",
184
+ "tags": [],
185
+ "dependencies": []
91
186
  },
92
187
  {
93
- name: 'auth',
94
- title: 'Authentication Layout',
95
- description: 'Authentication pages layout (login, signup, forgot password)',
96
- path: 'templates/ui/layouts/auth',
97
- defaultOutput: 'src/app/layouts/auth',
98
- tags: ['auth', 'login', 'signup', 'authentication'],
99
- dependencies: ['@spartan-ng/helm/button', '@spartan-ng/helm/card', '@spartan-ng/helm/form-field']
188
+ "name": "shell",
189
+ "title": "Shell Layout",
190
+ "description": "shell layout",
191
+ "path": "templates/ui/layouts/shell",
192
+ "defaultOutput": "src/app/layouts/shell",
193
+ "tags": [],
194
+ "dependencies": []
100
195
  }
101
196
  ],
102
- examples: {
103
- all: {
104
- name: 'all',
105
- title: 'All Spartan-NG Examples',
106
- description: 'Complete collection of 50+ Spartan-NG component examples with usage patterns and variants',
107
- path: 'templates/spartan-examples',
108
- defaultOutput: 'src/app/spartan-examples',
109
- tags: ['examples', 'spartan-ng', 'all', 'reference'],
110
- count: '50+',
111
- purpose: 'Learning and reference for developers and LLMs'
197
+ "examples": {
198
+ "all": {
199
+ "name": "all",
200
+ "title": "All Spartan-NG Examples",
201
+ "description": "Complete collection of 56+ Spartan-NG component examples with usage patterns and variants",
202
+ "path": "templates/spartan-examples",
203
+ "defaultOutput": "src/app/spartan-examples",
204
+ "tags": [
205
+ "examples",
206
+ "spartan-ng",
207
+ "all",
208
+ "reference"
209
+ ],
210
+ "count": "56+",
211
+ "purpose": "Learning and reference for developers and LLMs"
112
212
  },
113
- components: [
114
- {
115
- name: 'accordion',
116
- title: 'Accordion Examples',
117
- description: 'Collapsible content sections examples',
118
- path: 'templates/spartan-examples/components/(accordion)',
119
- defaultOutput: 'src/app/examples/accordion',
120
- tags: ['accordion', 'collapsible', 'expand']
121
- },
122
- {
123
- name: 'alert',
124
- title: 'Alert Examples',
125
- description: 'Status messages and notifications examples',
126
- path: 'templates/spartan-examples/components/(alert)',
127
- defaultOutput: 'src/app/examples/alert',
128
- tags: ['alert', 'notification', 'message']
129
- },
130
- {
131
- name: 'alert-dialog',
132
- title: 'Alert Dialog Examples',
133
- description: 'Confirmation and alert dialogs examples',
134
- path: 'templates/spartan-examples/components/(alert-dialog)',
135
- defaultOutput: 'src/app/examples/alert-dialog',
136
- tags: ['dialog', 'alert', 'confirmation', 'modal']
137
- },
138
- {
139
- name: 'button',
140
- title: 'Button Examples',
141
- description: 'Interactive buttons with multiple variants examples',
142
- path: 'templates/spartan-examples/components/(button)',
143
- defaultOutput: 'src/app/examples/button',
144
- tags: ['button', 'action', 'interactive']
145
- },
146
- {
147
- name: 'card',
148
- title: 'Card Examples',
149
- description: 'Content containers with header, content, and footer examples',
150
- path: 'templates/spartan-examples/components/(card)',
151
- defaultOutput: 'src/app/examples/card',
152
- tags: ['card', 'container', 'layout']
153
- },
154
- {
155
- name: 'dialog',
156
- title: 'Dialog Examples',
157
- description: 'Modal dialogs and popups examples',
158
- path: 'templates/spartan-examples/components/(dialog)',
159
- defaultOutput: 'src/app/examples/dialog',
160
- tags: ['dialog', 'modal', 'popup', 'overlay']
161
- },
162
- {
163
- name: 'form-field',
164
- title: 'Form Field Examples',
165
- description: 'Complete form fields with validation examples',
166
- path: 'templates/spartan-examples/components/(form-field)',
167
- defaultOutput: 'src/app/examples/form-field',
168
- tags: ['form', 'input', 'validation']
169
- },
170
- {
171
- name: 'input',
172
- title: 'Input Examples',
173
- description: 'Form input fields examples',
174
- path: 'templates/spartan-examples/components/(input)',
175
- defaultOutput: 'src/app/examples/input',
176
- tags: ['input', 'form', 'text']
177
- },
178
- {
179
- name: 'select',
180
- title: 'Select Examples',
181
- description: 'Dropdown selection controls examples',
182
- path: 'templates/spartan-examples/components/(select)',
183
- defaultOutput: 'src/app/examples/select',
184
- tags: ['select', 'dropdown', 'form']
185
- },
186
- {
187
- name: 'table',
188
- title: 'Table Examples',
189
- description: 'Data tables examples',
190
- path: 'templates/spartan-examples/components/(table)',
191
- defaultOutput: 'src/app/examples/table',
192
- tags: ['table', 'data', 'grid']
193
- },
194
- {
195
- name: 'data-table',
196
- title: 'Data Table Examples',
197
- description: 'Advanced data tables with sorting and filtering examples',
198
- path: 'templates/spartan-examples/components/(data-table)',
199
- defaultOutput: 'src/app/examples/data-table',
200
- tags: ['table', 'data', 'sorting', 'filtering', 'advanced']
213
+ "components": [
214
+ {
215
+ "name": "accordion",
216
+ "title": "Accordion Examples",
217
+ "description": "Collapsible content sections examples",
218
+ "path": "templates/spartan-examples/components/(accordion)",
219
+ "defaultOutput": "src/app/examples/accordion",
220
+ "tags": [
221
+ "accordion",
222
+ "example",
223
+ "spartan-ng"
224
+ ]
225
+ },
226
+ {
227
+ "name": "alert",
228
+ "title": "Alert Examples",
229
+ "description": "Status messages and notifications examples",
230
+ "path": "templates/spartan-examples/components/(alert)",
231
+ "defaultOutput": "src/app/examples/alert",
232
+ "tags": [
233
+ "alert",
234
+ "example",
235
+ "spartan-ng"
236
+ ]
237
+ },
238
+ {
239
+ "name": "alert-dialog",
240
+ "title": "Alert Dialog Examples",
241
+ "description": "Confirmation and alert dialogs examples",
242
+ "path": "templates/spartan-examples/components/(alert-dialog)",
243
+ "defaultOutput": "src/app/examples/alert-dialog",
244
+ "tags": [
245
+ "alert-dialog",
246
+ "example",
247
+ "spartan-ng"
248
+ ]
249
+ },
250
+ {
251
+ "name": "aspect-ratio",
252
+ "title": "Aspect Ratio Examples",
253
+ "description": "Responsive containers with fixed aspect ratios examples",
254
+ "path": "templates/spartan-examples/components/(aspect-ratio)",
255
+ "defaultOutput": "src/app/examples/aspect-ratio",
256
+ "tags": [
257
+ "aspect-ratio",
258
+ "example",
259
+ "spartan-ng"
260
+ ]
261
+ },
262
+ {
263
+ "name": "autocomplete",
264
+ "title": "Autocomplete Examples",
265
+ "description": "Search-enabled input controls examples",
266
+ "path": "templates/spartan-examples/components/(autocomplete)",
267
+ "defaultOutput": "src/app/examples/autocomplete",
268
+ "tags": [
269
+ "autocomplete",
270
+ "example",
271
+ "spartan-ng"
272
+ ]
273
+ },
274
+ {
275
+ "name": "avatar",
276
+ "title": "Avatar Examples",
277
+ "description": "User profile images with fallbacks examples",
278
+ "path": "templates/spartan-examples/components/(avatar)",
279
+ "defaultOutput": "src/app/examples/avatar",
280
+ "tags": [
281
+ "avatar",
282
+ "example",
283
+ "spartan-ng"
284
+ ]
285
+ },
286
+ {
287
+ "name": "badge",
288
+ "title": "Badge Examples",
289
+ "description": "Status indicators and tags examples",
290
+ "path": "templates/spartan-examples/components/(badge)",
291
+ "defaultOutput": "src/app/examples/badge",
292
+ "tags": [
293
+ "badge",
294
+ "example",
295
+ "spartan-ng"
296
+ ]
297
+ },
298
+ {
299
+ "name": "breadcrumb",
300
+ "title": "Breadcrumb Examples",
301
+ "description": "Hierarchical navigation indicators examples",
302
+ "path": "templates/spartan-examples/components/(breadcrumb)",
303
+ "defaultOutput": "src/app/examples/breadcrumb",
304
+ "tags": [
305
+ "breadcrumb",
306
+ "example",
307
+ "spartan-ng"
308
+ ]
309
+ },
310
+ {
311
+ "name": "button",
312
+ "title": "Button Examples",
313
+ "description": "Interactive buttons with multiple variants examples",
314
+ "path": "templates/spartan-examples/components/(button)",
315
+ "defaultOutput": "src/app/examples/button",
316
+ "tags": [
317
+ "button",
318
+ "example",
319
+ "spartan-ng"
320
+ ]
321
+ },
322
+ {
323
+ "name": "button-group",
324
+ "title": "Button Group Examples",
325
+ "description": "Grouped button controls examples",
326
+ "path": "templates/spartan-examples/components/(button-group)",
327
+ "defaultOutput": "src/app/examples/button-group",
328
+ "tags": [
329
+ "button-group",
330
+ "example",
331
+ "spartan-ng"
332
+ ]
333
+ },
334
+ {
335
+ "name": "calendar",
336
+ "title": "Calendar Examples",
337
+ "description": "Date selection interfaces examples",
338
+ "path": "templates/spartan-examples/components/(calendar)",
339
+ "defaultOutput": "src/app/examples/calendar",
340
+ "tags": [
341
+ "calendar",
342
+ "example",
343
+ "spartan-ng"
344
+ ]
345
+ },
346
+ {
347
+ "name": "card",
348
+ "title": "Card Examples",
349
+ "description": "Content containers with header, content, and footer examples",
350
+ "path": "templates/spartan-examples/components/(card)",
351
+ "defaultOutput": "src/app/examples/card",
352
+ "tags": [
353
+ "card",
354
+ "example",
355
+ "spartan-ng"
356
+ ]
357
+ },
358
+ {
359
+ "name": "carousel",
360
+ "title": "Carousel Examples",
361
+ "description": "Image and content carousels examples",
362
+ "path": "templates/spartan-examples/components/(carousel)",
363
+ "defaultOutput": "src/app/examples/carousel",
364
+ "tags": [
365
+ "carousel",
366
+ "example",
367
+ "spartan-ng"
368
+ ]
369
+ },
370
+ {
371
+ "name": "checkbox",
372
+ "title": "Checkbox Examples",
373
+ "description": "Boolean input controls examples",
374
+ "path": "templates/spartan-examples/components/(checkbox)",
375
+ "defaultOutput": "src/app/examples/checkbox",
376
+ "tags": [
377
+ "checkbox",
378
+ "example",
379
+ "spartan-ng"
380
+ ]
381
+ },
382
+ {
383
+ "name": "collapsible",
384
+ "title": "Collapsible Examples",
385
+ "description": "Expandable/collapsible content examples",
386
+ "path": "templates/spartan-examples/components/(collapsible)",
387
+ "defaultOutput": "src/app/examples/collapsible",
388
+ "tags": [
389
+ "collapsible",
390
+ "example",
391
+ "spartan-ng"
392
+ ]
393
+ },
394
+ {
395
+ "name": "combobox",
396
+ "title": "Combobox Examples",
397
+ "description": "Searchable select controls examples",
398
+ "path": "templates/spartan-examples/components/(combobox)",
399
+ "defaultOutput": "src/app/examples/combobox",
400
+ "tags": [
401
+ "combobox",
402
+ "example",
403
+ "spartan-ng"
404
+ ]
405
+ },
406
+ {
407
+ "name": "command",
408
+ "title": "Command Examples",
409
+ "description": "Command palette and search interfaces examples",
410
+ "path": "templates/spartan-examples/components/(command)",
411
+ "defaultOutput": "src/app/examples/command",
412
+ "tags": [
413
+ "command",
414
+ "example",
415
+ "spartan-ng"
416
+ ]
417
+ },
418
+ {
419
+ "name": "context-menu",
420
+ "title": "Context Menu Examples",
421
+ "description": "Right-click context menus examples",
422
+ "path": "templates/spartan-examples/components/(context-menu)",
423
+ "defaultOutput": "src/app/examples/context-menu",
424
+ "tags": [
425
+ "context-menu",
426
+ "example",
427
+ "spartan-ng"
428
+ ]
429
+ },
430
+ {
431
+ "name": "data-table",
432
+ "title": "Data Table Examples",
433
+ "description": "Advanced data tables with sorting and filtering examples",
434
+ "path": "templates/spartan-examples/components/(data-table)",
435
+ "defaultOutput": "src/app/examples/data-table",
436
+ "tags": [
437
+ "data-table",
438
+ "example",
439
+ "spartan-ng"
440
+ ]
441
+ },
442
+ {
443
+ "name": "date-picker",
444
+ "title": "Date Picker Examples",
445
+ "description": "Date input controls examples",
446
+ "path": "templates/spartan-examples/components/(date-picker)",
447
+ "defaultOutput": "src/app/examples/date-picker",
448
+ "tags": [
449
+ "date-picker",
450
+ "example",
451
+ "spartan-ng"
452
+ ]
453
+ },
454
+ {
455
+ "name": "dialog",
456
+ "title": "Dialog Examples",
457
+ "description": "Modal dialogs and popups examples",
458
+ "path": "templates/spartan-examples/components/(dialog)",
459
+ "defaultOutput": "src/app/examples/dialog",
460
+ "tags": [
461
+ "dialog",
462
+ "example",
463
+ "spartan-ng"
464
+ ]
465
+ },
466
+ {
467
+ "name": "dropdown-menu",
468
+ "title": "Dropdown Menu Examples",
469
+ "description": "Dropdown menu controls examples",
470
+ "path": "templates/spartan-examples/components/(dropdown-menu)",
471
+ "defaultOutput": "src/app/examples/dropdown-menu",
472
+ "tags": [
473
+ "dropdown-menu",
474
+ "example",
475
+ "spartan-ng"
476
+ ]
477
+ },
478
+ {
479
+ "name": "empty",
480
+ "title": "Empty Examples",
481
+ "description": "Empty state components examples",
482
+ "path": "templates/spartan-examples/components/(empty)",
483
+ "defaultOutput": "src/app/examples/empty",
484
+ "tags": [
485
+ "empty",
486
+ "example",
487
+ "spartan-ng"
488
+ ]
489
+ },
490
+ {
491
+ "name": "field",
492
+ "title": "Field Examples",
493
+ "description": "Form field components examples",
494
+ "path": "templates/spartan-examples/components/(field)",
495
+ "defaultOutput": "src/app/examples/field",
496
+ "tags": [
497
+ "field",
498
+ "example",
499
+ "spartan-ng"
500
+ ]
501
+ },
502
+ {
503
+ "name": "form-field",
504
+ "title": "Form Field Examples",
505
+ "description": "Complete form fields with validation examples",
506
+ "path": "templates/spartan-examples/components/(form-field)",
507
+ "defaultOutput": "src/app/examples/form-field",
508
+ "tags": [
509
+ "form-field",
510
+ "example",
511
+ "spartan-ng"
512
+ ]
513
+ },
514
+ {
515
+ "name": "hover-card",
516
+ "title": "Hover Card Examples",
517
+ "description": "Content previews on hover examples",
518
+ "path": "templates/spartan-examples/components/(hover-card)",
519
+ "defaultOutput": "src/app/examples/hover-card",
520
+ "tags": [
521
+ "hover-card",
522
+ "example",
523
+ "spartan-ng"
524
+ ]
525
+ },
526
+ {
527
+ "name": "icon",
528
+ "title": "Icon Examples",
529
+ "description": "Icon components examples",
530
+ "path": "templates/spartan-examples/components/(icon)",
531
+ "defaultOutput": "src/app/examples/icon",
532
+ "tags": [
533
+ "icon",
534
+ "example",
535
+ "spartan-ng"
536
+ ]
537
+ },
538
+ {
539
+ "name": "input",
540
+ "title": "Input Examples",
541
+ "description": "Form input fields examples",
542
+ "path": "templates/spartan-examples/components/(input)",
543
+ "defaultOutput": "src/app/examples/input",
544
+ "tags": [
545
+ "input",
546
+ "example",
547
+ "spartan-ng"
548
+ ]
549
+ },
550
+ {
551
+ "name": "input-group",
552
+ "title": "Input Group Examples",
553
+ "description": "Grouped input controls examples",
554
+ "path": "templates/spartan-examples/components/(input-group)",
555
+ "defaultOutput": "src/app/examples/input-group",
556
+ "tags": [
557
+ "input-group",
558
+ "example",
559
+ "spartan-ng"
560
+ ]
561
+ },
562
+ {
563
+ "name": "input-otp",
564
+ "title": "Input Otp Examples",
565
+ "description": "One-time password inputs examples",
566
+ "path": "templates/spartan-examples/components/(input-otp)",
567
+ "defaultOutput": "src/app/examples/input-otp",
568
+ "tags": [
569
+ "input-otp",
570
+ "example",
571
+ "spartan-ng"
572
+ ]
573
+ },
574
+ {
575
+ "name": "item",
576
+ "title": "Item Examples",
577
+ "description": "List item components examples",
578
+ "path": "templates/spartan-examples/components/(item)",
579
+ "defaultOutput": "src/app/examples/item",
580
+ "tags": [
581
+ "item",
582
+ "example",
583
+ "spartan-ng"
584
+ ]
585
+ },
586
+ {
587
+ "name": "kbd",
588
+ "title": "Kbd Examples",
589
+ "description": "Keyboard shortcut displays examples",
590
+ "path": "templates/spartan-examples/components/(kbd)",
591
+ "defaultOutput": "src/app/examples/kbd",
592
+ "tags": [
593
+ "kbd",
594
+ "example",
595
+ "spartan-ng"
596
+ ]
597
+ },
598
+ {
599
+ "name": "label",
600
+ "title": "Label Examples",
601
+ "description": "Form labels examples",
602
+ "path": "templates/spartan-examples/components/(label)",
603
+ "defaultOutput": "src/app/examples/label",
604
+ "tags": [
605
+ "label",
606
+ "example",
607
+ "spartan-ng"
608
+ ]
609
+ },
610
+ {
611
+ "name": "menubar",
612
+ "title": "Menubar Examples",
613
+ "description": "Application menu bars examples",
614
+ "path": "templates/spartan-examples/components/(menubar)",
615
+ "defaultOutput": "src/app/examples/menubar",
616
+ "tags": [
617
+ "menubar",
618
+ "example",
619
+ "spartan-ng"
620
+ ]
621
+ },
622
+ {
623
+ "name": "navigation-menu",
624
+ "title": "Navigation Menu Examples",
625
+ "description": "Primary navigation menus examples",
626
+ "path": "templates/spartan-examples/components/(navigation-menu)",
627
+ "defaultOutput": "src/app/examples/navigation-menu",
628
+ "tags": [
629
+ "navigation-menu",
630
+ "example",
631
+ "spartan-ng"
632
+ ]
633
+ },
634
+ {
635
+ "name": "pagination",
636
+ "title": "Pagination Examples",
637
+ "description": "Data pagination controls examples",
638
+ "path": "templates/spartan-examples/components/(pagination)",
639
+ "defaultOutput": "src/app/examples/pagination",
640
+ "tags": [
641
+ "pagination",
642
+ "example",
643
+ "spartan-ng"
644
+ ]
645
+ },
646
+ {
647
+ "name": "popover",
648
+ "title": "Popover Examples",
649
+ "description": "Contextual content overlays examples",
650
+ "path": "templates/spartan-examples/components/(popover)",
651
+ "defaultOutput": "src/app/examples/popover",
652
+ "tags": [
653
+ "popover",
654
+ "example",
655
+ "spartan-ng"
656
+ ]
657
+ },
658
+ {
659
+ "name": "progress",
660
+ "title": "Progress Examples",
661
+ "description": "Progress indicators examples",
662
+ "path": "templates/spartan-examples/components/(progress)",
663
+ "defaultOutput": "src/app/examples/progress",
664
+ "tags": [
665
+ "progress",
666
+ "example",
667
+ "spartan-ng"
668
+ ]
669
+ },
670
+ {
671
+ "name": "radio-group",
672
+ "title": "Radio Group Examples",
673
+ "description": "Single-choice selection controls examples",
674
+ "path": "templates/spartan-examples/components/(radio-group)",
675
+ "defaultOutput": "src/app/examples/radio-group",
676
+ "tags": [
677
+ "radio-group",
678
+ "example",
679
+ "spartan-ng"
680
+ ]
681
+ },
682
+ {
683
+ "name": "resizable",
684
+ "title": "Resizable Examples",
685
+ "description": "Resizable panels examples",
686
+ "path": "templates/spartan-examples/components/(resizable)",
687
+ "defaultOutput": "src/app/examples/resizable",
688
+ "tags": [
689
+ "resizable",
690
+ "example",
691
+ "spartan-ng"
692
+ ]
693
+ },
694
+ {
695
+ "name": "scroll-area",
696
+ "title": "Scroll Area Examples",
697
+ "description": "Custom scrollable containers examples",
698
+ "path": "templates/spartan-examples/components/(scroll-area)",
699
+ "defaultOutput": "src/app/examples/scroll-area",
700
+ "tags": [
701
+ "scroll-area",
702
+ "example",
703
+ "spartan-ng"
704
+ ]
705
+ },
706
+ {
707
+ "name": "select",
708
+ "title": "Select Examples",
709
+ "description": "Dropdown selection controls examples",
710
+ "path": "templates/spartan-examples/components/(select)",
711
+ "defaultOutput": "src/app/examples/select",
712
+ "tags": [
713
+ "select",
714
+ "example",
715
+ "spartan-ng"
716
+ ]
717
+ },
718
+ {
719
+ "name": "separator",
720
+ "title": "Separator Examples",
721
+ "description": "Visual dividers examples",
722
+ "path": "templates/spartan-examples/components/(separator)",
723
+ "defaultOutput": "src/app/examples/separator",
724
+ "tags": [
725
+ "separator",
726
+ "example",
727
+ "spartan-ng"
728
+ ]
729
+ },
730
+ {
731
+ "name": "sheet",
732
+ "title": "Sheet Examples",
733
+ "description": "Slide-out panels examples",
734
+ "path": "templates/spartan-examples/components/(sheet)",
735
+ "defaultOutput": "src/app/examples/sheet",
736
+ "tags": [
737
+ "sheet",
738
+ "example",
739
+ "spartan-ng"
740
+ ]
741
+ },
742
+ {
743
+ "name": "sidebar",
744
+ "title": "Sidebar Examples",
745
+ "description": "Application sidebars examples",
746
+ "path": "templates/spartan-examples/components/(sidebar)",
747
+ "defaultOutput": "src/app/examples/sidebar",
748
+ "tags": [
749
+ "sidebar",
750
+ "example",
751
+ "spartan-ng"
752
+ ]
753
+ },
754
+ {
755
+ "name": "skeleton",
756
+ "title": "Skeleton Examples",
757
+ "description": "Loading state placeholders examples",
758
+ "path": "templates/spartan-examples/components/(skeleton)",
759
+ "defaultOutput": "src/app/examples/skeleton",
760
+ "tags": [
761
+ "skeleton",
762
+ "example",
763
+ "spartan-ng"
764
+ ]
765
+ },
766
+ {
767
+ "name": "slider",
768
+ "title": "Slider Examples",
769
+ "description": "Range input controls examples",
770
+ "path": "templates/spartan-examples/components/(slider)",
771
+ "defaultOutput": "src/app/examples/slider",
772
+ "tags": [
773
+ "slider",
774
+ "example",
775
+ "spartan-ng"
776
+ ]
777
+ },
778
+ {
779
+ "name": "sonner",
780
+ "title": "Sonner Examples",
781
+ "description": "Toast notifications examples",
782
+ "path": "templates/spartan-examples/components/(sonner)",
783
+ "defaultOutput": "src/app/examples/sonner",
784
+ "tags": [
785
+ "sonner",
786
+ "example",
787
+ "spartan-ng"
788
+ ]
789
+ },
790
+ {
791
+ "name": "spinner",
792
+ "title": "Spinner Examples",
793
+ "description": "Loading spinners examples",
794
+ "path": "templates/spartan-examples/components/(spinner)",
795
+ "defaultOutput": "src/app/examples/spinner",
796
+ "tags": [
797
+ "spinner",
798
+ "example",
799
+ "spartan-ng"
800
+ ]
801
+ },
802
+ {
803
+ "name": "switch",
804
+ "title": "Switch Examples",
805
+ "description": "Toggle switches examples",
806
+ "path": "templates/spartan-examples/components/(switch)",
807
+ "defaultOutput": "src/app/examples/switch",
808
+ "tags": [
809
+ "switch",
810
+ "example",
811
+ "spartan-ng"
812
+ ]
813
+ },
814
+ {
815
+ "name": "table",
816
+ "title": "Table Examples",
817
+ "description": "Data tables examples",
818
+ "path": "templates/spartan-examples/components/(table)",
819
+ "defaultOutput": "src/app/examples/table",
820
+ "tags": [
821
+ "table",
822
+ "example",
823
+ "spartan-ng"
824
+ ]
825
+ },
826
+ {
827
+ "name": "tabs",
828
+ "title": "Tabs Examples",
829
+ "description": "Tabbed interfaces examples",
830
+ "path": "templates/spartan-examples/components/(tabs)",
831
+ "defaultOutput": "src/app/examples/tabs",
832
+ "tags": [
833
+ "tabs",
834
+ "example",
835
+ "spartan-ng"
836
+ ]
837
+ },
838
+ {
839
+ "name": "textarea",
840
+ "title": "Textarea Examples",
841
+ "description": "Multi-line text inputs examples",
842
+ "path": "templates/spartan-examples/components/(textarea)",
843
+ "defaultOutput": "src/app/examples/textarea",
844
+ "tags": [
845
+ "textarea",
846
+ "example",
847
+ "spartan-ng"
848
+ ]
849
+ },
850
+ {
851
+ "name": "toggle",
852
+ "title": "Toggle Examples",
853
+ "description": "Toggle buttons examples",
854
+ "path": "templates/spartan-examples/components/(toggle)",
855
+ "defaultOutput": "src/app/examples/toggle",
856
+ "tags": [
857
+ "toggle",
858
+ "example",
859
+ "spartan-ng"
860
+ ]
861
+ },
862
+ {
863
+ "name": "toggle-group",
864
+ "title": "Toggle Group Examples",
865
+ "description": "Grouped toggle controls examples",
866
+ "path": "templates/spartan-examples/components/(toggle-group)",
867
+ "defaultOutput": "src/app/examples/toggle-group",
868
+ "tags": [
869
+ "toggle-group",
870
+ "example",
871
+ "spartan-ng"
872
+ ]
873
+ },
874
+ {
875
+ "name": "tooltip",
876
+ "title": "Tooltip Examples",
877
+ "description": "Contextual tooltips examples",
878
+ "path": "templates/spartan-examples/components/(tooltip)",
879
+ "defaultOutput": "src/app/examples/tooltip",
880
+ "tags": [
881
+ "tooltip",
882
+ "example",
883
+ "spartan-ng"
884
+ ]
201
885
  }
202
886
  ]
203
887
  }