mcp-probe-kit 3.0.19 → 3.0.22

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 (81) hide show
  1. package/README.md +12 -5
  2. package/build/index.js +3 -1
  3. package/build/lib/__tests__/agents-md-template.unit.test.js +2 -0
  4. package/build/lib/__tests__/memory-config.unit.test.js +9 -0
  5. package/build/lib/__tests__/memory-injection.unit.test.d.ts +1 -0
  6. package/build/lib/__tests__/memory-injection.unit.test.js +51 -0
  7. package/build/lib/__tests__/memory-orchestration.unit.test.d.ts +1 -0
  8. package/build/lib/__tests__/memory-orchestration.unit.test.js +84 -0
  9. package/build/lib/__tests__/memory-payload.unit.test.d.ts +1 -0
  10. package/build/lib/__tests__/memory-payload.unit.test.js +35 -0
  11. package/build/lib/agents-md-template.js +7 -5
  12. package/build/lib/memory-client.d.ts +8 -1
  13. package/build/lib/memory-client.js +53 -44
  14. package/build/lib/memory-config.d.ts +8 -0
  15. package/build/lib/memory-config.js +19 -0
  16. package/build/lib/memory-orchestration.d.ts +7 -2
  17. package/build/lib/memory-orchestration.js +81 -8
  18. package/build/lib/memory-payload.d.ts +21 -0
  19. package/build/lib/memory-payload.js +65 -0
  20. package/build/lib/shadcn-ui.d.ts +11 -0
  21. package/build/lib/shadcn-ui.js +78 -0
  22. package/build/resources/ui-ux-data/guidelines/vercel-web-interface.json +1632 -0
  23. package/build/resources/ui-ux-data/metadata.json +27 -3
  24. package/build/resources/ui-ux-data/shadcn/blocks.json +2541 -0
  25. package/build/resources/ui-ux-data/shadcn/components.json +997 -0
  26. package/build/resources/ui-ux-data/themes/presets.json +483 -0
  27. package/build/schemas/index.d.ts +38 -9
  28. package/build/schemas/memory-tools.d.ts +38 -9
  29. package/build/schemas/memory-tools.js +24 -9
  30. package/build/schemas/output/ui-ux-tools.d.ts +16 -0
  31. package/build/schemas/output/ui-ux-tools.js +4 -0
  32. package/build/schemas/ui-ux-schemas.js +3 -3
  33. package/build/tools/__tests__/start_ui.property.test.js +4 -3
  34. package/build/tools/index.d.ts +1 -0
  35. package/build/tools/index.js +1 -0
  36. package/build/tools/memorize_asset.js +12 -0
  37. package/build/tools/scan_and_extract_patterns.js +7 -7
  38. package/build/tools/search_memory.d.ts +7 -0
  39. package/build/tools/search_memory.js +57 -0
  40. package/build/tools/start_bugfix.js +3 -3
  41. package/build/tools/start_feature.js +3 -3
  42. package/build/tools/start_ui.js +33 -6
  43. package/build/tools/ui-ux-tools.js +322 -244
  44. package/build/utils/__tests__/shadcn-sync.unit.test.d.ts +1 -0
  45. package/build/utils/__tests__/shadcn-sync.unit.test.js +49 -0
  46. package/build/utils/__tests__/theme-pick.unit.test.d.ts +1 -0
  47. package/build/utils/__tests__/theme-pick.unit.test.js +9 -0
  48. package/build/utils/__tests__/themes-sync.unit.test.d.ts +1 -0
  49. package/build/utils/__tests__/themes-sync.unit.test.js +21 -0
  50. package/build/utils/__tests__/ui-metadata.unit.test.d.ts +1 -0
  51. package/build/utils/__tests__/ui-metadata.unit.test.js +35 -0
  52. package/build/utils/__tests__/vercel-guidelines-sync.unit.test.d.ts +1 -0
  53. package/build/utils/__tests__/vercel-guidelines-sync.unit.test.js +34 -0
  54. package/build/utils/bm25.d.ts +2 -1
  55. package/build/utils/bm25.js +17 -5
  56. package/build/utils/shadcn-sync.d.ts +55 -0
  57. package/build/utils/shadcn-sync.js +146 -0
  58. package/build/utils/themes-sync.d.ts +32 -0
  59. package/build/utils/themes-sync.js +201 -0
  60. package/build/utils/ui-data-loader.js +13 -2
  61. package/build/utils/ui-metadata.d.ts +27 -0
  62. package/build/utils/ui-metadata.js +39 -0
  63. package/build/utils/ui-search-engine.d.ts +1 -0
  64. package/build/utils/ui-search-engine.js +20 -6
  65. package/build/utils/ui-sync.d.ts +24 -2
  66. package/build/utils/ui-sync.js +152 -86
  67. package/build/utils/vercel-guidelines-sync.d.ts +30 -0
  68. package/build/utils/vercel-guidelines-sync.js +133 -0
  69. package/docs/data/tools.js +18 -0
  70. package/docs/i18n/all-tools/en.json +6 -1
  71. package/docs/i18n/all-tools/ja.json +2 -1
  72. package/docs/i18n/all-tools/ko.json +2 -1
  73. package/docs/i18n/all-tools/zh-CN.json +7 -2
  74. package/docs/i18n/en.json +5 -5
  75. package/docs/i18n/ja.json +2 -2
  76. package/docs/i18n/ko.json +2 -2
  77. package/docs/i18n/zh-CN.json +7 -7
  78. package/docs/memory-local-setup.md +1 -1
  79. package/docs/memory-local-setup.zh-CN.md +5 -2
  80. package/docs/pages/getting-started.html +3 -2
  81. package/package.json +2 -2
@@ -0,0 +1,2541 @@
1
+ [
2
+ {
3
+ "name": "dashboard-01",
4
+ "title": "dashboard-01",
5
+ "description": "A dashboard with sidebar, charts and data table.",
6
+ "type": "block",
7
+ "stack": "react",
8
+ "style": "new-york",
9
+ "dependencies": [
10
+ "@dnd-kit/core",
11
+ "@dnd-kit/modifiers",
12
+ "@dnd-kit/sortable",
13
+ "@dnd-kit/utilities",
14
+ "@tanstack/react-table",
15
+ "zod"
16
+ ],
17
+ "registryDependencies": [
18
+ "sidebar",
19
+ "breadcrumb",
20
+ "separator",
21
+ "label",
22
+ "chart",
23
+ "card",
24
+ "select",
25
+ "tabs",
26
+ "table",
27
+ "toggle-group",
28
+ "badge",
29
+ "button",
30
+ "checkbox",
31
+ "dropdown-menu",
32
+ "drawer",
33
+ "input",
34
+ "avatar",
35
+ "sheet",
36
+ "sonner"
37
+ ],
38
+ "fileCount": 11,
39
+ "files": [
40
+ "app/dashboard/page.tsx",
41
+ "app/dashboard/data.json",
42
+ "registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx",
43
+ "registry/new-york/blocks/dashboard-01/components/chart-area-interactive.tsx",
44
+ "registry/new-york/blocks/dashboard-01/components/data-table.tsx",
45
+ "registry/new-york/blocks/dashboard-01/components/nav-documents.tsx",
46
+ "registry/new-york/blocks/dashboard-01/components/nav-main.tsx",
47
+ "registry/new-york/blocks/dashboard-01/components/nav-secondary.tsx",
48
+ "registry/new-york/blocks/dashboard-01/components/nav-user.tsx",
49
+ "registry/new-york/blocks/dashboard-01/components/section-cards.tsx",
50
+ "registry/new-york/blocks/dashboard-01/components/site-header.tsx"
51
+ ],
52
+ "installCommand": "npx shadcn@latest add dashboard-01",
53
+ "category": "shadcn-blocks"
54
+ },
55
+ {
56
+ "name": "sidebar-01",
57
+ "title": "sidebar-01",
58
+ "description": "A simple sidebar with navigation grouped by section.",
59
+ "type": "block",
60
+ "stack": "react",
61
+ "style": "new-york",
62
+ "dependencies": [],
63
+ "registryDependencies": [
64
+ "sidebar",
65
+ "breadcrumb",
66
+ "separator",
67
+ "label",
68
+ "dropdown-menu"
69
+ ],
70
+ "fileCount": 4,
71
+ "files": [
72
+ "app/dashboard/page.tsx",
73
+ "registry/new-york/blocks/sidebar-01/components/app-sidebar.tsx",
74
+ "registry/new-york/blocks/sidebar-01/components/search-form.tsx",
75
+ "registry/new-york/blocks/sidebar-01/components/version-switcher.tsx"
76
+ ],
77
+ "installCommand": "npx shadcn@latest add sidebar-01",
78
+ "category": "shadcn-blocks"
79
+ },
80
+ {
81
+ "name": "sidebar-02",
82
+ "title": "sidebar-02",
83
+ "description": "A sidebar with collapsible sections.",
84
+ "type": "block",
85
+ "stack": "react",
86
+ "style": "new-york",
87
+ "dependencies": [],
88
+ "registryDependencies": [
89
+ "sidebar",
90
+ "breadcrumb",
91
+ "separator",
92
+ "label",
93
+ "dropdown-menu"
94
+ ],
95
+ "fileCount": 4,
96
+ "files": [
97
+ "app/dashboard/page.tsx",
98
+ "registry/new-york/blocks/sidebar-02/components/app-sidebar.tsx",
99
+ "registry/new-york/blocks/sidebar-02/components/search-form.tsx",
100
+ "registry/new-york/blocks/sidebar-02/components/version-switcher.tsx"
101
+ ],
102
+ "installCommand": "npx shadcn@latest add sidebar-02",
103
+ "category": "shadcn-blocks"
104
+ },
105
+ {
106
+ "name": "sidebar-03",
107
+ "title": "sidebar-03",
108
+ "description": "A sidebar with submenus.",
109
+ "type": "block",
110
+ "stack": "react",
111
+ "style": "new-york",
112
+ "dependencies": [],
113
+ "registryDependencies": [
114
+ "sidebar",
115
+ "breadcrumb"
116
+ ],
117
+ "fileCount": 2,
118
+ "files": [
119
+ "app/dashboard/page.tsx",
120
+ "registry/new-york/blocks/sidebar-03/components/app-sidebar.tsx"
121
+ ],
122
+ "installCommand": "npx shadcn@latest add sidebar-03",
123
+ "category": "shadcn-blocks"
124
+ },
125
+ {
126
+ "name": "sidebar-04",
127
+ "title": "sidebar-04",
128
+ "description": "A floating sidebar with submenus.",
129
+ "type": "block",
130
+ "stack": "react",
131
+ "style": "new-york",
132
+ "dependencies": [],
133
+ "registryDependencies": [
134
+ "sidebar",
135
+ "breadcrumb",
136
+ "separator"
137
+ ],
138
+ "fileCount": 2,
139
+ "files": [
140
+ "app/dashboard/page.tsx",
141
+ "registry/new-york/blocks/sidebar-04/components/app-sidebar.tsx"
142
+ ],
143
+ "installCommand": "npx shadcn@latest add sidebar-04",
144
+ "category": "shadcn-blocks"
145
+ },
146
+ {
147
+ "name": "sidebar-05",
148
+ "title": "sidebar-05",
149
+ "description": "A sidebar with collapsible submenus.",
150
+ "type": "block",
151
+ "stack": "react",
152
+ "style": "new-york",
153
+ "dependencies": [],
154
+ "registryDependencies": [
155
+ "sidebar",
156
+ "breadcrumb",
157
+ "separator",
158
+ "label",
159
+ "collapsible"
160
+ ],
161
+ "fileCount": 3,
162
+ "files": [
163
+ "app/dashboard/page.tsx",
164
+ "registry/new-york/blocks/sidebar-05/components/app-sidebar.tsx",
165
+ "registry/new-york/blocks/sidebar-05/components/search-form.tsx"
166
+ ],
167
+ "installCommand": "npx shadcn@latest add sidebar-05",
168
+ "category": "shadcn-blocks"
169
+ },
170
+ {
171
+ "name": "sidebar-06",
172
+ "title": "sidebar-06",
173
+ "description": "A sidebar with submenus as dropdowns.",
174
+ "type": "block",
175
+ "stack": "react",
176
+ "style": "new-york",
177
+ "dependencies": [],
178
+ "registryDependencies": [
179
+ "sidebar",
180
+ "breadcrumb",
181
+ "separator",
182
+ "card",
183
+ "dropdown-menu"
184
+ ],
185
+ "fileCount": 4,
186
+ "files": [
187
+ "app/dashboard/page.tsx",
188
+ "registry/new-york/blocks/sidebar-06/components/app-sidebar.tsx",
189
+ "registry/new-york/blocks/sidebar-06/components/nav-main.tsx",
190
+ "registry/new-york/blocks/sidebar-06/components/sidebar-opt-in-form.tsx"
191
+ ],
192
+ "installCommand": "npx shadcn@latest add sidebar-06",
193
+ "category": "shadcn-blocks"
194
+ },
195
+ {
196
+ "name": "sidebar-07",
197
+ "title": "sidebar-07",
198
+ "description": "A sidebar that collapses to icons.",
199
+ "type": "block",
200
+ "stack": "react",
201
+ "style": "new-york",
202
+ "dependencies": [],
203
+ "registryDependencies": [
204
+ "sidebar",
205
+ "breadcrumb",
206
+ "separator",
207
+ "collapsible",
208
+ "dropdown-menu",
209
+ "avatar"
210
+ ],
211
+ "fileCount": 6,
212
+ "files": [
213
+ "app/dashboard/page.tsx",
214
+ "registry/new-york/blocks/sidebar-07/components/app-sidebar.tsx",
215
+ "registry/new-york/blocks/sidebar-07/components/nav-main.tsx",
216
+ "registry/new-york/blocks/sidebar-07/components/nav-projects.tsx",
217
+ "registry/new-york/blocks/sidebar-07/components/nav-user.tsx",
218
+ "registry/new-york/blocks/sidebar-07/components/team-switcher.tsx"
219
+ ],
220
+ "installCommand": "npx shadcn@latest add sidebar-07",
221
+ "category": "shadcn-blocks"
222
+ },
223
+ {
224
+ "name": "sidebar-08",
225
+ "title": "sidebar-08",
226
+ "description": "An inset sidebar with secondary navigation.",
227
+ "type": "block",
228
+ "stack": "react",
229
+ "style": "new-york",
230
+ "dependencies": [],
231
+ "registryDependencies": [
232
+ "sidebar",
233
+ "breadcrumb",
234
+ "separator",
235
+ "collapsible",
236
+ "dropdown-menu",
237
+ "avatar"
238
+ ],
239
+ "fileCount": 6,
240
+ "files": [
241
+ "app/dashboard/page.tsx",
242
+ "registry/new-york/blocks/sidebar-08/components/app-sidebar.tsx",
243
+ "registry/new-york/blocks/sidebar-08/components/nav-main.tsx",
244
+ "registry/new-york/blocks/sidebar-08/components/nav-projects.tsx",
245
+ "registry/new-york/blocks/sidebar-08/components/nav-secondary.tsx",
246
+ "registry/new-york/blocks/sidebar-08/components/nav-user.tsx"
247
+ ],
248
+ "installCommand": "npx shadcn@latest add sidebar-08",
249
+ "category": "shadcn-blocks"
250
+ },
251
+ {
252
+ "name": "sidebar-09",
253
+ "title": "sidebar-09",
254
+ "description": "Collapsible nested sidebars.",
255
+ "type": "block",
256
+ "stack": "react",
257
+ "style": "new-york",
258
+ "dependencies": [],
259
+ "registryDependencies": [
260
+ "sidebar",
261
+ "breadcrumb",
262
+ "separator",
263
+ "collapsible",
264
+ "dropdown-menu",
265
+ "avatar",
266
+ "switch",
267
+ "label"
268
+ ],
269
+ "fileCount": 3,
270
+ "files": [
271
+ "app/dashboard/page.tsx",
272
+ "registry/new-york/blocks/sidebar-09/components/app-sidebar.tsx",
273
+ "registry/new-york/blocks/sidebar-09/components/nav-user.tsx"
274
+ ],
275
+ "installCommand": "npx shadcn@latest add sidebar-09",
276
+ "category": "shadcn-blocks"
277
+ },
278
+ {
279
+ "name": "sidebar-10",
280
+ "title": "sidebar-10",
281
+ "description": "A sidebar in a popover.",
282
+ "type": "block",
283
+ "stack": "react",
284
+ "style": "new-york",
285
+ "dependencies": [],
286
+ "registryDependencies": [
287
+ "sidebar",
288
+ "breadcrumb",
289
+ "separator",
290
+ "popover",
291
+ "collapsible",
292
+ "dropdown-menu"
293
+ ],
294
+ "fileCount": 8,
295
+ "files": [
296
+ "app/dashboard/page.tsx",
297
+ "registry/new-york/blocks/sidebar-10/components/app-sidebar.tsx",
298
+ "registry/new-york/blocks/sidebar-10/components/nav-actions.tsx",
299
+ "registry/new-york/blocks/sidebar-10/components/nav-favorites.tsx",
300
+ "registry/new-york/blocks/sidebar-10/components/nav-main.tsx",
301
+ "registry/new-york/blocks/sidebar-10/components/nav-secondary.tsx",
302
+ "registry/new-york/blocks/sidebar-10/components/nav-workspaces.tsx",
303
+ "registry/new-york/blocks/sidebar-10/components/team-switcher.tsx"
304
+ ],
305
+ "installCommand": "npx shadcn@latest add sidebar-10",
306
+ "category": "shadcn-blocks"
307
+ },
308
+ {
309
+ "name": "sidebar-11",
310
+ "title": "sidebar-11",
311
+ "description": "A sidebar with a collapsible file tree.",
312
+ "type": "block",
313
+ "stack": "react",
314
+ "style": "new-york",
315
+ "dependencies": [],
316
+ "registryDependencies": [
317
+ "sidebar",
318
+ "breadcrumb",
319
+ "separator",
320
+ "collapsible"
321
+ ],
322
+ "fileCount": 2,
323
+ "files": [
324
+ "app/dashboard/page.tsx",
325
+ "registry/new-york/blocks/sidebar-11/components/app-sidebar.tsx"
326
+ ],
327
+ "installCommand": "npx shadcn@latest add sidebar-11",
328
+ "category": "shadcn-blocks"
329
+ },
330
+ {
331
+ "name": "sidebar-12",
332
+ "title": "sidebar-12",
333
+ "description": "A sidebar with a calendar.",
334
+ "type": "block",
335
+ "stack": "react",
336
+ "style": "new-york",
337
+ "dependencies": [],
338
+ "registryDependencies": [
339
+ "sidebar",
340
+ "breadcrumb",
341
+ "separator",
342
+ "collapsible",
343
+ "calendar",
344
+ "dropdown-menu",
345
+ "avatar"
346
+ ],
347
+ "fileCount": 5,
348
+ "files": [
349
+ "app/dashboard/page.tsx",
350
+ "registry/new-york/blocks/sidebar-12/components/app-sidebar.tsx",
351
+ "registry/new-york/blocks/sidebar-12/components/calendars.tsx",
352
+ "registry/new-york/blocks/sidebar-12/components/date-picker.tsx",
353
+ "registry/new-york/blocks/sidebar-12/components/nav-user.tsx"
354
+ ],
355
+ "installCommand": "npx shadcn@latest add sidebar-12",
356
+ "category": "shadcn-blocks"
357
+ },
358
+ {
359
+ "name": "sidebar-13",
360
+ "title": "sidebar-13",
361
+ "description": "A sidebar in a dialog.",
362
+ "type": "block",
363
+ "stack": "react",
364
+ "style": "new-york",
365
+ "dependencies": [],
366
+ "registryDependencies": [
367
+ "sidebar",
368
+ "breadcrumb",
369
+ "button",
370
+ "dialog"
371
+ ],
372
+ "fileCount": 2,
373
+ "files": [
374
+ "app/dashboard/page.tsx",
375
+ "registry/new-york/blocks/sidebar-13/components/settings-dialog.tsx"
376
+ ],
377
+ "installCommand": "npx shadcn@latest add sidebar-13",
378
+ "category": "shadcn-blocks"
379
+ },
380
+ {
381
+ "name": "sidebar-14",
382
+ "title": "sidebar-14",
383
+ "description": "A sidebar on the right.",
384
+ "type": "block",
385
+ "stack": "react",
386
+ "style": "new-york",
387
+ "dependencies": [],
388
+ "registryDependencies": [
389
+ "sidebar",
390
+ "breadcrumb"
391
+ ],
392
+ "fileCount": 2,
393
+ "files": [
394
+ "app/dashboard/page.tsx",
395
+ "registry/new-york/blocks/sidebar-14/components/app-sidebar.tsx"
396
+ ],
397
+ "installCommand": "npx shadcn@latest add sidebar-14",
398
+ "category": "shadcn-blocks"
399
+ },
400
+ {
401
+ "name": "sidebar-15",
402
+ "title": "sidebar-15",
403
+ "description": "A left and right sidebar.",
404
+ "type": "block",
405
+ "stack": "react",
406
+ "style": "new-york",
407
+ "dependencies": [],
408
+ "registryDependencies": [
409
+ "sidebar",
410
+ "breadcrumb",
411
+ "separator",
412
+ "popover",
413
+ "collapsible",
414
+ "dropdown-menu",
415
+ "calendar",
416
+ "avatar"
417
+ ],
418
+ "fileCount": 11,
419
+ "files": [
420
+ "app/dashboard/page.tsx",
421
+ "registry/new-york/blocks/sidebar-15/components/calendars.tsx",
422
+ "registry/new-york/blocks/sidebar-15/components/date-picker.tsx",
423
+ "registry/new-york/blocks/sidebar-15/components/nav-favorites.tsx",
424
+ "registry/new-york/blocks/sidebar-15/components/nav-main.tsx",
425
+ "registry/new-york/blocks/sidebar-15/components/nav-secondary.tsx",
426
+ "registry/new-york/blocks/sidebar-15/components/nav-user.tsx",
427
+ "registry/new-york/blocks/sidebar-15/components/nav-workspaces.tsx",
428
+ "registry/new-york/blocks/sidebar-15/components/sidebar-left.tsx",
429
+ "registry/new-york/blocks/sidebar-15/components/sidebar-right.tsx",
430
+ "registry/new-york/blocks/sidebar-15/components/team-switcher.tsx"
431
+ ],
432
+ "installCommand": "npx shadcn@latest add sidebar-15",
433
+ "category": "shadcn-blocks"
434
+ },
435
+ {
436
+ "name": "sidebar-16",
437
+ "title": "sidebar-16",
438
+ "description": "A sidebar with a sticky site header.",
439
+ "type": "block",
440
+ "stack": "react",
441
+ "style": "new-york",
442
+ "dependencies": [],
443
+ "registryDependencies": [
444
+ "sidebar",
445
+ "breadcrumb",
446
+ "separator",
447
+ "collapsible",
448
+ "dropdown-menu",
449
+ "avatar",
450
+ "button",
451
+ "label"
452
+ ],
453
+ "fileCount": 8,
454
+ "files": [
455
+ "app/dashboard/page.tsx",
456
+ "registry/new-york/blocks/sidebar-16/components/app-sidebar.tsx",
457
+ "registry/new-york/blocks/sidebar-16/components/nav-main.tsx",
458
+ "registry/new-york/blocks/sidebar-16/components/nav-projects.tsx",
459
+ "registry/new-york/blocks/sidebar-16/components/nav-secondary.tsx",
460
+ "registry/new-york/blocks/sidebar-16/components/nav-user.tsx",
461
+ "registry/new-york/blocks/sidebar-16/components/search-form.tsx",
462
+ "registry/new-york/blocks/sidebar-16/components/site-header.tsx"
463
+ ],
464
+ "installCommand": "npx shadcn@latest add sidebar-16",
465
+ "category": "shadcn-blocks"
466
+ },
467
+ {
468
+ "name": "login-01",
469
+ "title": "login-01",
470
+ "description": "A simple login form.",
471
+ "type": "block",
472
+ "stack": "react",
473
+ "style": "new-york",
474
+ "dependencies": [],
475
+ "registryDependencies": [
476
+ "button",
477
+ "card",
478
+ "input",
479
+ "label"
480
+ ],
481
+ "fileCount": 2,
482
+ "files": [
483
+ "app/login/page.tsx",
484
+ "registry/new-york/blocks/login-01/components/login-form.tsx"
485
+ ],
486
+ "installCommand": "npx shadcn@latest add login-01",
487
+ "category": "shadcn-blocks"
488
+ },
489
+ {
490
+ "name": "login-02",
491
+ "title": "login-02",
492
+ "description": "A two column login page with a cover image.",
493
+ "type": "block",
494
+ "stack": "react",
495
+ "style": "new-york",
496
+ "dependencies": [],
497
+ "registryDependencies": [
498
+ "button",
499
+ "card",
500
+ "input",
501
+ "label"
502
+ ],
503
+ "fileCount": 2,
504
+ "files": [
505
+ "app/login/page.tsx",
506
+ "registry/new-york/blocks/login-02/components/login-form.tsx"
507
+ ],
508
+ "installCommand": "npx shadcn@latest add login-02",
509
+ "category": "shadcn-blocks"
510
+ },
511
+ {
512
+ "name": "login-03",
513
+ "title": "login-03",
514
+ "description": "A login page with a muted background color.",
515
+ "type": "block",
516
+ "stack": "react",
517
+ "style": "new-york",
518
+ "dependencies": [],
519
+ "registryDependencies": [
520
+ "button",
521
+ "card",
522
+ "input",
523
+ "label"
524
+ ],
525
+ "fileCount": 2,
526
+ "files": [
527
+ "app/login/page.tsx",
528
+ "registry/new-york/blocks/login-03/components/login-form.tsx"
529
+ ],
530
+ "installCommand": "npx shadcn@latest add login-03",
531
+ "category": "shadcn-blocks"
532
+ },
533
+ {
534
+ "name": "login-04",
535
+ "title": "login-04",
536
+ "description": "A login page with form and image.",
537
+ "type": "block",
538
+ "stack": "react",
539
+ "style": "new-york",
540
+ "dependencies": [],
541
+ "registryDependencies": [
542
+ "button",
543
+ "card",
544
+ "input",
545
+ "label"
546
+ ],
547
+ "fileCount": 2,
548
+ "files": [
549
+ "app/login/page.tsx",
550
+ "registry/new-york/blocks/login-04/components/login-form.tsx"
551
+ ],
552
+ "installCommand": "npx shadcn@latest add login-04",
553
+ "category": "shadcn-blocks"
554
+ },
555
+ {
556
+ "name": "login-05",
557
+ "title": "login-05",
558
+ "description": "A simple email-only login page.",
559
+ "type": "block",
560
+ "stack": "react",
561
+ "style": "new-york",
562
+ "dependencies": [],
563
+ "registryDependencies": [
564
+ "button",
565
+ "card",
566
+ "input",
567
+ "label"
568
+ ],
569
+ "fileCount": 2,
570
+ "files": [
571
+ "app/login/page.tsx",
572
+ "registry/new-york/blocks/login-05/components/login-form.tsx"
573
+ ],
574
+ "installCommand": "npx shadcn@latest add login-05",
575
+ "category": "shadcn-blocks"
576
+ },
577
+ {
578
+ "name": "calendar-01",
579
+ "title": "calendar-01",
580
+ "description": "A simple calendar.",
581
+ "type": "block",
582
+ "stack": "react",
583
+ "style": "new-york",
584
+ "dependencies": [],
585
+ "registryDependencies": [
586
+ "calendar"
587
+ ],
588
+ "fileCount": 1,
589
+ "files": [
590
+ "registry/new-york/blocks/calendar-01.tsx"
591
+ ],
592
+ "installCommand": "npx shadcn@latest add calendar-01",
593
+ "category": "shadcn-blocks"
594
+ },
595
+ {
596
+ "name": "calendar-02",
597
+ "title": "calendar-02",
598
+ "description": "Multiple months with single selection.",
599
+ "type": "block",
600
+ "stack": "react",
601
+ "style": "new-york",
602
+ "dependencies": [],
603
+ "registryDependencies": [
604
+ "calendar"
605
+ ],
606
+ "fileCount": 1,
607
+ "files": [
608
+ "registry/new-york/blocks/calendar-02.tsx"
609
+ ],
610
+ "installCommand": "npx shadcn@latest add calendar-02",
611
+ "category": "shadcn-blocks"
612
+ },
613
+ {
614
+ "name": "calendar-03",
615
+ "title": "calendar-03",
616
+ "description": "Multiple months with multiple selection.",
617
+ "type": "block",
618
+ "stack": "react",
619
+ "style": "new-york",
620
+ "dependencies": [],
621
+ "registryDependencies": [
622
+ "calendar"
623
+ ],
624
+ "fileCount": 1,
625
+ "files": [
626
+ "registry/new-york/blocks/calendar-03.tsx"
627
+ ],
628
+ "installCommand": "npx shadcn@latest add calendar-03",
629
+ "category": "shadcn-blocks"
630
+ },
631
+ {
632
+ "name": "calendar-04",
633
+ "title": "calendar-04",
634
+ "description": "Single month with range selection",
635
+ "type": "block",
636
+ "stack": "react",
637
+ "style": "new-york",
638
+ "dependencies": [],
639
+ "registryDependencies": [
640
+ "calendar"
641
+ ],
642
+ "fileCount": 1,
643
+ "files": [
644
+ "registry/new-york/blocks/calendar-04.tsx"
645
+ ],
646
+ "installCommand": "npx shadcn@latest add calendar-04",
647
+ "category": "shadcn-blocks"
648
+ },
649
+ {
650
+ "name": "calendar-05",
651
+ "title": "calendar-05",
652
+ "description": "Multiple months with range selection",
653
+ "type": "block",
654
+ "stack": "react",
655
+ "style": "new-york",
656
+ "dependencies": [],
657
+ "registryDependencies": [
658
+ "calendar"
659
+ ],
660
+ "fileCount": 1,
661
+ "files": [
662
+ "registry/new-york/blocks/calendar-05.tsx"
663
+ ],
664
+ "installCommand": "npx shadcn@latest add calendar-05",
665
+ "category": "shadcn-blocks"
666
+ },
667
+ {
668
+ "name": "calendar-06",
669
+ "title": "calendar-06",
670
+ "description": "Range selection with minimum days",
671
+ "type": "block",
672
+ "stack": "react",
673
+ "style": "new-york",
674
+ "dependencies": [],
675
+ "registryDependencies": [
676
+ "calendar"
677
+ ],
678
+ "fileCount": 1,
679
+ "files": [
680
+ "registry/new-york/blocks/calendar-06.tsx"
681
+ ],
682
+ "installCommand": "npx shadcn@latest add calendar-06",
683
+ "category": "shadcn-blocks"
684
+ },
685
+ {
686
+ "name": "calendar-07",
687
+ "title": "calendar-07",
688
+ "description": "Range selection with minimum and maximum days",
689
+ "type": "block",
690
+ "stack": "react",
691
+ "style": "new-york",
692
+ "dependencies": [],
693
+ "registryDependencies": [
694
+ "calendar"
695
+ ],
696
+ "fileCount": 1,
697
+ "files": [
698
+ "registry/new-york/blocks/calendar-07.tsx"
699
+ ],
700
+ "installCommand": "npx shadcn@latest add calendar-07",
701
+ "category": "shadcn-blocks"
702
+ },
703
+ {
704
+ "name": "calendar-08",
705
+ "title": "calendar-08",
706
+ "description": "Calendar with disabled days",
707
+ "type": "block",
708
+ "stack": "react",
709
+ "style": "new-york",
710
+ "dependencies": [],
711
+ "registryDependencies": [
712
+ "calendar"
713
+ ],
714
+ "fileCount": 1,
715
+ "files": [
716
+ "registry/new-york/blocks/calendar-08.tsx"
717
+ ],
718
+ "installCommand": "npx shadcn@latest add calendar-08",
719
+ "category": "shadcn-blocks"
720
+ },
721
+ {
722
+ "name": "calendar-09",
723
+ "title": "calendar-09",
724
+ "description": "Calendar with disabled weekends",
725
+ "type": "block",
726
+ "stack": "react",
727
+ "style": "new-york",
728
+ "dependencies": [],
729
+ "registryDependencies": [
730
+ "calendar"
731
+ ],
732
+ "fileCount": 1,
733
+ "files": [
734
+ "registry/new-york/blocks/calendar-09.tsx"
735
+ ],
736
+ "installCommand": "npx shadcn@latest add calendar-09",
737
+ "category": "shadcn-blocks"
738
+ },
739
+ {
740
+ "name": "calendar-10",
741
+ "title": "calendar-10",
742
+ "description": "Today button",
743
+ "type": "block",
744
+ "stack": "react",
745
+ "style": "new-york",
746
+ "dependencies": [],
747
+ "registryDependencies": [
748
+ "calendar",
749
+ "card",
750
+ "button"
751
+ ],
752
+ "fileCount": 1,
753
+ "files": [
754
+ "registry/new-york/blocks/calendar-10.tsx"
755
+ ],
756
+ "installCommand": "npx shadcn@latest add calendar-10",
757
+ "category": "shadcn-blocks"
758
+ },
759
+ {
760
+ "name": "calendar-11",
761
+ "title": "calendar-11",
762
+ "description": "Start and end of month",
763
+ "type": "block",
764
+ "stack": "react",
765
+ "style": "new-york",
766
+ "dependencies": [],
767
+ "registryDependencies": [
768
+ "calendar"
769
+ ],
770
+ "fileCount": 1,
771
+ "files": [
772
+ "registry/new-york/blocks/calendar-11.tsx"
773
+ ],
774
+ "installCommand": "npx shadcn@latest add calendar-11",
775
+ "category": "shadcn-blocks"
776
+ },
777
+ {
778
+ "name": "calendar-12",
779
+ "title": "calendar-12",
780
+ "description": "Localized calendar",
781
+ "type": "block",
782
+ "stack": "react",
783
+ "style": "new-york",
784
+ "dependencies": [],
785
+ "registryDependencies": [
786
+ "calendar",
787
+ "card",
788
+ "select"
789
+ ],
790
+ "fileCount": 1,
791
+ "files": [
792
+ "registry/new-york/blocks/calendar-12.tsx"
793
+ ],
794
+ "installCommand": "npx shadcn@latest add calendar-12",
795
+ "category": "shadcn-blocks"
796
+ },
797
+ {
798
+ "name": "calendar-13",
799
+ "title": "calendar-13",
800
+ "description": "With Month and Year Dropdown",
801
+ "type": "block",
802
+ "stack": "react",
803
+ "style": "new-york",
804
+ "dependencies": [],
805
+ "registryDependencies": [
806
+ "calendar",
807
+ "label",
808
+ "select"
809
+ ],
810
+ "fileCount": 1,
811
+ "files": [
812
+ "registry/new-york/blocks/calendar-13.tsx"
813
+ ],
814
+ "installCommand": "npx shadcn@latest add calendar-13",
815
+ "category": "shadcn-blocks"
816
+ },
817
+ {
818
+ "name": "calendar-14",
819
+ "title": "calendar-14",
820
+ "description": "With Booked/Unavailable Days",
821
+ "type": "block",
822
+ "stack": "react",
823
+ "style": "new-york",
824
+ "dependencies": [],
825
+ "registryDependencies": [
826
+ "calendar"
827
+ ],
828
+ "fileCount": 1,
829
+ "files": [
830
+ "registry/new-york/blocks/calendar-14.tsx"
831
+ ],
832
+ "installCommand": "npx shadcn@latest add calendar-14",
833
+ "category": "shadcn-blocks"
834
+ },
835
+ {
836
+ "name": "calendar-15",
837
+ "title": "calendar-15",
838
+ "description": "With Week Numbers",
839
+ "type": "block",
840
+ "stack": "react",
841
+ "style": "new-york",
842
+ "dependencies": [],
843
+ "registryDependencies": [
844
+ "calendar"
845
+ ],
846
+ "fileCount": 1,
847
+ "files": [
848
+ "registry/new-york/blocks/calendar-15.tsx"
849
+ ],
850
+ "installCommand": "npx shadcn@latest add calendar-15",
851
+ "category": "shadcn-blocks"
852
+ },
853
+ {
854
+ "name": "calendar-16",
855
+ "title": "calendar-16",
856
+ "description": "With time picker",
857
+ "type": "block",
858
+ "stack": "react",
859
+ "style": "new-york",
860
+ "dependencies": [],
861
+ "registryDependencies": [
862
+ "calendar",
863
+ "card",
864
+ "input",
865
+ "label"
866
+ ],
867
+ "fileCount": 1,
868
+ "files": [
869
+ "registry/new-york/blocks/calendar-16.tsx"
870
+ ],
871
+ "installCommand": "npx shadcn@latest add calendar-16",
872
+ "category": "shadcn-blocks"
873
+ },
874
+ {
875
+ "name": "calendar-17",
876
+ "title": "calendar-17",
877
+ "description": "With time picker inline",
878
+ "type": "block",
879
+ "stack": "react",
880
+ "style": "new-york",
881
+ "dependencies": [],
882
+ "registryDependencies": [
883
+ "calendar",
884
+ "card",
885
+ "input",
886
+ "label"
887
+ ],
888
+ "fileCount": 1,
889
+ "files": [
890
+ "registry/new-york/blocks/calendar-17.tsx"
891
+ ],
892
+ "installCommand": "npx shadcn@latest add calendar-17",
893
+ "category": "shadcn-blocks"
894
+ },
895
+ {
896
+ "name": "calendar-18",
897
+ "title": "calendar-18",
898
+ "description": "Variable size",
899
+ "type": "block",
900
+ "stack": "react",
901
+ "style": "new-york",
902
+ "dependencies": [],
903
+ "registryDependencies": [
904
+ "calendar"
905
+ ],
906
+ "fileCount": 1,
907
+ "files": [
908
+ "registry/new-york/blocks/calendar-18.tsx"
909
+ ],
910
+ "installCommand": "npx shadcn@latest add calendar-18",
911
+ "category": "shadcn-blocks"
912
+ },
913
+ {
914
+ "name": "calendar-19",
915
+ "title": "calendar-19",
916
+ "description": "With presets",
917
+ "type": "block",
918
+ "stack": "react",
919
+ "style": "new-york",
920
+ "dependencies": [
921
+ "date-fns"
922
+ ],
923
+ "registryDependencies": [
924
+ "calendar",
925
+ "card",
926
+ "input",
927
+ "label"
928
+ ],
929
+ "fileCount": 1,
930
+ "files": [
931
+ "registry/new-york/blocks/calendar-19.tsx"
932
+ ],
933
+ "installCommand": "npx shadcn@latest add calendar-19",
934
+ "category": "shadcn-blocks"
935
+ },
936
+ {
937
+ "name": "calendar-20",
938
+ "title": "calendar-20",
939
+ "description": "With time presets",
940
+ "type": "block",
941
+ "stack": "react",
942
+ "style": "new-york",
943
+ "dependencies": [],
944
+ "registryDependencies": [
945
+ "calendar",
946
+ "card",
947
+ "button"
948
+ ],
949
+ "fileCount": 1,
950
+ "files": [
951
+ "registry/new-york/blocks/calendar-20.tsx"
952
+ ],
953
+ "installCommand": "npx shadcn@latest add calendar-20",
954
+ "category": "shadcn-blocks"
955
+ },
956
+ {
957
+ "name": "calendar-21",
958
+ "title": "calendar-21",
959
+ "description": "Custom days and formatters",
960
+ "type": "block",
961
+ "stack": "react",
962
+ "style": "new-york",
963
+ "dependencies": [],
964
+ "registryDependencies": [
965
+ "calendar"
966
+ ],
967
+ "fileCount": 1,
968
+ "files": [
969
+ "registry/new-york/blocks/calendar-21.tsx"
970
+ ],
971
+ "installCommand": "npx shadcn@latest add calendar-21",
972
+ "category": "shadcn-blocks"
973
+ },
974
+ {
975
+ "name": "calendar-22",
976
+ "title": "calendar-22",
977
+ "description": "Date picker",
978
+ "type": "block",
979
+ "stack": "react",
980
+ "style": "new-york",
981
+ "dependencies": [],
982
+ "registryDependencies": [
983
+ "calendar",
984
+ "popover",
985
+ "button",
986
+ "label"
987
+ ],
988
+ "fileCount": 1,
989
+ "files": [
990
+ "registry/new-york/blocks/calendar-22.tsx"
991
+ ],
992
+ "installCommand": "npx shadcn@latest add calendar-22",
993
+ "category": "shadcn-blocks"
994
+ },
995
+ {
996
+ "name": "calendar-23",
997
+ "title": "calendar-23",
998
+ "description": "Date range picker",
999
+ "type": "block",
1000
+ "stack": "react",
1001
+ "style": "new-york",
1002
+ "dependencies": [],
1003
+ "registryDependencies": [
1004
+ "calendar",
1005
+ "popover",
1006
+ "button",
1007
+ "label"
1008
+ ],
1009
+ "fileCount": 1,
1010
+ "files": [
1011
+ "registry/new-york/blocks/calendar-23.tsx"
1012
+ ],
1013
+ "installCommand": "npx shadcn@latest add calendar-23",
1014
+ "category": "shadcn-blocks"
1015
+ },
1016
+ {
1017
+ "name": "calendar-24",
1018
+ "title": "calendar-24",
1019
+ "description": "Date and Time picker",
1020
+ "type": "block",
1021
+ "stack": "react",
1022
+ "style": "new-york",
1023
+ "dependencies": [],
1024
+ "registryDependencies": [
1025
+ "calendar",
1026
+ "popover",
1027
+ "button",
1028
+ "label"
1029
+ ],
1030
+ "fileCount": 1,
1031
+ "files": [
1032
+ "registry/new-york/blocks/calendar-24.tsx"
1033
+ ],
1034
+ "installCommand": "npx shadcn@latest add calendar-24",
1035
+ "category": "shadcn-blocks"
1036
+ },
1037
+ {
1038
+ "name": "calendar-25",
1039
+ "title": "calendar-25",
1040
+ "description": "Date and Time range picker",
1041
+ "type": "block",
1042
+ "stack": "react",
1043
+ "style": "new-york",
1044
+ "dependencies": [],
1045
+ "registryDependencies": [
1046
+ "calendar",
1047
+ "popover",
1048
+ "button",
1049
+ "label"
1050
+ ],
1051
+ "fileCount": 1,
1052
+ "files": [
1053
+ "registry/new-york/blocks/calendar-25.tsx"
1054
+ ],
1055
+ "installCommand": "npx shadcn@latest add calendar-25",
1056
+ "category": "shadcn-blocks"
1057
+ },
1058
+ {
1059
+ "name": "calendar-26",
1060
+ "title": "calendar-26",
1061
+ "description": "Date range picker with time",
1062
+ "type": "block",
1063
+ "stack": "react",
1064
+ "style": "new-york",
1065
+ "dependencies": [],
1066
+ "registryDependencies": [
1067
+ "calendar",
1068
+ "popover",
1069
+ "button",
1070
+ "input",
1071
+ "label"
1072
+ ],
1073
+ "fileCount": 1,
1074
+ "files": [
1075
+ "registry/new-york/blocks/calendar-26.tsx"
1076
+ ],
1077
+ "installCommand": "npx shadcn@latest add calendar-26",
1078
+ "category": "shadcn-blocks"
1079
+ },
1080
+ {
1081
+ "name": "calendar-27",
1082
+ "title": "calendar-27",
1083
+ "description": "Chart filter",
1084
+ "type": "block",
1085
+ "stack": "react",
1086
+ "style": "new-york",
1087
+ "dependencies": [],
1088
+ "registryDependencies": [
1089
+ "calendar",
1090
+ "chart",
1091
+ "card",
1092
+ "popover",
1093
+ "button"
1094
+ ],
1095
+ "fileCount": 1,
1096
+ "files": [
1097
+ "registry/new-york/blocks/calendar-27.tsx"
1098
+ ],
1099
+ "installCommand": "npx shadcn@latest add calendar-27",
1100
+ "category": "shadcn-blocks"
1101
+ },
1102
+ {
1103
+ "name": "calendar-28",
1104
+ "title": "calendar-28",
1105
+ "description": "Input with date picker",
1106
+ "type": "block",
1107
+ "stack": "react",
1108
+ "style": "new-york",
1109
+ "dependencies": [],
1110
+ "registryDependencies": [
1111
+ "calendar",
1112
+ "input",
1113
+ "label",
1114
+ "popover",
1115
+ "button"
1116
+ ],
1117
+ "fileCount": 1,
1118
+ "files": [
1119
+ "registry/new-york/blocks/calendar-28.tsx"
1120
+ ],
1121
+ "installCommand": "npx shadcn@latest add calendar-28",
1122
+ "category": "shadcn-blocks"
1123
+ },
1124
+ {
1125
+ "name": "calendar-29",
1126
+ "title": "calendar-29",
1127
+ "description": "Natural language date picker",
1128
+ "type": "block",
1129
+ "stack": "react",
1130
+ "style": "new-york",
1131
+ "dependencies": [
1132
+ "chrono-node"
1133
+ ],
1134
+ "registryDependencies": [
1135
+ "calendar",
1136
+ "input",
1137
+ "label",
1138
+ "popover",
1139
+ "button"
1140
+ ],
1141
+ "fileCount": 1,
1142
+ "files": [
1143
+ "registry/new-york/blocks/calendar-29.tsx"
1144
+ ],
1145
+ "installCommand": "npx shadcn@latest add calendar-29",
1146
+ "category": "shadcn-blocks"
1147
+ },
1148
+ {
1149
+ "name": "calendar-30",
1150
+ "title": "calendar-30",
1151
+ "description": "With little-date",
1152
+ "type": "block",
1153
+ "stack": "react",
1154
+ "style": "new-york",
1155
+ "dependencies": [],
1156
+ "registryDependencies": [
1157
+ "calendar",
1158
+ "input",
1159
+ "label",
1160
+ "popover",
1161
+ "button"
1162
+ ],
1163
+ "fileCount": 1,
1164
+ "files": [
1165
+ "registry/new-york/blocks/calendar-30.tsx"
1166
+ ],
1167
+ "installCommand": "npx shadcn@latest add calendar-30",
1168
+ "category": "shadcn-blocks"
1169
+ },
1170
+ {
1171
+ "name": "calendar-31",
1172
+ "title": "calendar-31",
1173
+ "description": "With event slots",
1174
+ "type": "block",
1175
+ "stack": "react",
1176
+ "style": "new-york",
1177
+ "dependencies": [],
1178
+ "registryDependencies": [
1179
+ "calendar",
1180
+ "card",
1181
+ "button"
1182
+ ],
1183
+ "fileCount": 1,
1184
+ "files": [
1185
+ "registry/new-york/blocks/calendar-31.tsx"
1186
+ ],
1187
+ "installCommand": "npx shadcn@latest add calendar-31",
1188
+ "category": "shadcn-blocks"
1189
+ },
1190
+ {
1191
+ "name": "calendar-32",
1192
+ "title": "calendar-32",
1193
+ "description": "Date picker in a drawer",
1194
+ "type": "block",
1195
+ "stack": "react",
1196
+ "style": "new-york",
1197
+ "dependencies": [],
1198
+ "registryDependencies": [
1199
+ "calendar",
1200
+ "button",
1201
+ "drawer"
1202
+ ],
1203
+ "fileCount": 1,
1204
+ "files": [
1205
+ "registry/new-york/blocks/calendar-32.tsx"
1206
+ ],
1207
+ "installCommand": "npx shadcn@latest add calendar-32",
1208
+ "category": "shadcn-blocks"
1209
+ },
1210
+ {
1211
+ "name": "chart-area-axes",
1212
+ "title": "chart-area-axes",
1213
+ "description": "block from shadcn/ui (new-york)",
1214
+ "type": "block",
1215
+ "stack": "react",
1216
+ "style": "new-york",
1217
+ "dependencies": [],
1218
+ "registryDependencies": [
1219
+ "card",
1220
+ "chart"
1221
+ ],
1222
+ "fileCount": 1,
1223
+ "files": [
1224
+ "registry/new-york/charts/chart-area-axes.tsx"
1225
+ ],
1226
+ "installCommand": "npx shadcn@latest add chart-area-axes",
1227
+ "category": "shadcn-blocks"
1228
+ },
1229
+ {
1230
+ "name": "chart-area-default",
1231
+ "title": "chart-area-default",
1232
+ "description": "block from shadcn/ui (new-york)",
1233
+ "type": "block",
1234
+ "stack": "react",
1235
+ "style": "new-york",
1236
+ "dependencies": [],
1237
+ "registryDependencies": [
1238
+ "card",
1239
+ "chart"
1240
+ ],
1241
+ "fileCount": 1,
1242
+ "files": [
1243
+ "registry/new-york/charts/chart-area-default.tsx"
1244
+ ],
1245
+ "installCommand": "npx shadcn@latest add chart-area-default",
1246
+ "category": "shadcn-blocks"
1247
+ },
1248
+ {
1249
+ "name": "chart-area-gradient",
1250
+ "title": "chart-area-gradient",
1251
+ "description": "block from shadcn/ui (new-york)",
1252
+ "type": "block",
1253
+ "stack": "react",
1254
+ "style": "new-york",
1255
+ "dependencies": [],
1256
+ "registryDependencies": [
1257
+ "card",
1258
+ "chart"
1259
+ ],
1260
+ "fileCount": 1,
1261
+ "files": [
1262
+ "registry/new-york/charts/chart-area-gradient.tsx"
1263
+ ],
1264
+ "installCommand": "npx shadcn@latest add chart-area-gradient",
1265
+ "category": "shadcn-blocks"
1266
+ },
1267
+ {
1268
+ "name": "chart-area-icons",
1269
+ "title": "chart-area-icons",
1270
+ "description": "block from shadcn/ui (new-york)",
1271
+ "type": "block",
1272
+ "stack": "react",
1273
+ "style": "new-york",
1274
+ "dependencies": [],
1275
+ "registryDependencies": [
1276
+ "card",
1277
+ "chart"
1278
+ ],
1279
+ "fileCount": 1,
1280
+ "files": [
1281
+ "registry/new-york/charts/chart-area-icons.tsx"
1282
+ ],
1283
+ "installCommand": "npx shadcn@latest add chart-area-icons",
1284
+ "category": "shadcn-blocks"
1285
+ },
1286
+ {
1287
+ "name": "chart-area-interactive",
1288
+ "title": "chart-area-interactive",
1289
+ "description": "block from shadcn/ui (new-york)",
1290
+ "type": "block",
1291
+ "stack": "react",
1292
+ "style": "new-york",
1293
+ "dependencies": [],
1294
+ "registryDependencies": [
1295
+ "card",
1296
+ "chart",
1297
+ "select"
1298
+ ],
1299
+ "fileCount": 1,
1300
+ "files": [
1301
+ "registry/new-york/charts/chart-area-interactive.tsx"
1302
+ ],
1303
+ "installCommand": "npx shadcn@latest add chart-area-interactive",
1304
+ "category": "shadcn-blocks"
1305
+ },
1306
+ {
1307
+ "name": "chart-area-legend",
1308
+ "title": "chart-area-legend",
1309
+ "description": "block from shadcn/ui (new-york)",
1310
+ "type": "block",
1311
+ "stack": "react",
1312
+ "style": "new-york",
1313
+ "dependencies": [],
1314
+ "registryDependencies": [
1315
+ "card",
1316
+ "chart"
1317
+ ],
1318
+ "fileCount": 1,
1319
+ "files": [
1320
+ "registry/new-york/charts/chart-area-legend.tsx"
1321
+ ],
1322
+ "installCommand": "npx shadcn@latest add chart-area-legend",
1323
+ "category": "shadcn-blocks"
1324
+ },
1325
+ {
1326
+ "name": "chart-area-linear",
1327
+ "title": "chart-area-linear",
1328
+ "description": "block from shadcn/ui (new-york)",
1329
+ "type": "block",
1330
+ "stack": "react",
1331
+ "style": "new-york",
1332
+ "dependencies": [],
1333
+ "registryDependencies": [
1334
+ "card",
1335
+ "chart"
1336
+ ],
1337
+ "fileCount": 1,
1338
+ "files": [
1339
+ "registry/new-york/charts/chart-area-linear.tsx"
1340
+ ],
1341
+ "installCommand": "npx shadcn@latest add chart-area-linear",
1342
+ "category": "shadcn-blocks"
1343
+ },
1344
+ {
1345
+ "name": "chart-area-stacked-expand",
1346
+ "title": "chart-area-stacked-expand",
1347
+ "description": "block from shadcn/ui (new-york)",
1348
+ "type": "block",
1349
+ "stack": "react",
1350
+ "style": "new-york",
1351
+ "dependencies": [],
1352
+ "registryDependencies": [
1353
+ "card",
1354
+ "chart"
1355
+ ],
1356
+ "fileCount": 1,
1357
+ "files": [
1358
+ "registry/new-york/charts/chart-area-stacked-expand.tsx"
1359
+ ],
1360
+ "installCommand": "npx shadcn@latest add chart-area-stacked-expand",
1361
+ "category": "shadcn-blocks"
1362
+ },
1363
+ {
1364
+ "name": "chart-area-stacked",
1365
+ "title": "chart-area-stacked",
1366
+ "description": "block from shadcn/ui (new-york)",
1367
+ "type": "block",
1368
+ "stack": "react",
1369
+ "style": "new-york",
1370
+ "dependencies": [],
1371
+ "registryDependencies": [
1372
+ "card",
1373
+ "chart"
1374
+ ],
1375
+ "fileCount": 1,
1376
+ "files": [
1377
+ "registry/new-york/charts/chart-area-stacked.tsx"
1378
+ ],
1379
+ "installCommand": "npx shadcn@latest add chart-area-stacked",
1380
+ "category": "shadcn-blocks"
1381
+ },
1382
+ {
1383
+ "name": "chart-area-step",
1384
+ "title": "chart-area-step",
1385
+ "description": "block from shadcn/ui (new-york)",
1386
+ "type": "block",
1387
+ "stack": "react",
1388
+ "style": "new-york",
1389
+ "dependencies": [],
1390
+ "registryDependencies": [
1391
+ "card",
1392
+ "chart"
1393
+ ],
1394
+ "fileCount": 1,
1395
+ "files": [
1396
+ "registry/new-york/charts/chart-area-step.tsx"
1397
+ ],
1398
+ "installCommand": "npx shadcn@latest add chart-area-step",
1399
+ "category": "shadcn-blocks"
1400
+ },
1401
+ {
1402
+ "name": "chart-bar-active",
1403
+ "title": "chart-bar-active",
1404
+ "description": "block from shadcn/ui (new-york)",
1405
+ "type": "block",
1406
+ "stack": "react",
1407
+ "style": "new-york",
1408
+ "dependencies": [],
1409
+ "registryDependencies": [
1410
+ "card",
1411
+ "chart"
1412
+ ],
1413
+ "fileCount": 1,
1414
+ "files": [
1415
+ "registry/new-york/charts/chart-bar-active.tsx"
1416
+ ],
1417
+ "installCommand": "npx shadcn@latest add chart-bar-active",
1418
+ "category": "shadcn-blocks"
1419
+ },
1420
+ {
1421
+ "name": "chart-bar-default",
1422
+ "title": "chart-bar-default",
1423
+ "description": "block from shadcn/ui (new-york)",
1424
+ "type": "block",
1425
+ "stack": "react",
1426
+ "style": "new-york",
1427
+ "dependencies": [],
1428
+ "registryDependencies": [
1429
+ "card",
1430
+ "chart"
1431
+ ],
1432
+ "fileCount": 1,
1433
+ "files": [
1434
+ "registry/new-york/charts/chart-bar-default.tsx"
1435
+ ],
1436
+ "installCommand": "npx shadcn@latest add chart-bar-default",
1437
+ "category": "shadcn-blocks"
1438
+ },
1439
+ {
1440
+ "name": "chart-bar-horizontal",
1441
+ "title": "chart-bar-horizontal",
1442
+ "description": "block from shadcn/ui (new-york)",
1443
+ "type": "block",
1444
+ "stack": "react",
1445
+ "style": "new-york",
1446
+ "dependencies": [],
1447
+ "registryDependencies": [
1448
+ "card",
1449
+ "chart"
1450
+ ],
1451
+ "fileCount": 1,
1452
+ "files": [
1453
+ "registry/new-york/charts/chart-bar-horizontal.tsx"
1454
+ ],
1455
+ "installCommand": "npx shadcn@latest add chart-bar-horizontal",
1456
+ "category": "shadcn-blocks"
1457
+ },
1458
+ {
1459
+ "name": "chart-bar-interactive",
1460
+ "title": "chart-bar-interactive",
1461
+ "description": "block from shadcn/ui (new-york)",
1462
+ "type": "block",
1463
+ "stack": "react",
1464
+ "style": "new-york",
1465
+ "dependencies": [],
1466
+ "registryDependencies": [
1467
+ "card",
1468
+ "chart"
1469
+ ],
1470
+ "fileCount": 1,
1471
+ "files": [
1472
+ "registry/new-york/charts/chart-bar-interactive.tsx"
1473
+ ],
1474
+ "installCommand": "npx shadcn@latest add chart-bar-interactive",
1475
+ "category": "shadcn-blocks"
1476
+ },
1477
+ {
1478
+ "name": "chart-bar-label-custom",
1479
+ "title": "chart-bar-label-custom",
1480
+ "description": "block from shadcn/ui (new-york)",
1481
+ "type": "block",
1482
+ "stack": "react",
1483
+ "style": "new-york",
1484
+ "dependencies": [],
1485
+ "registryDependencies": [
1486
+ "card",
1487
+ "chart"
1488
+ ],
1489
+ "fileCount": 1,
1490
+ "files": [
1491
+ "registry/new-york/charts/chart-bar-label-custom.tsx"
1492
+ ],
1493
+ "installCommand": "npx shadcn@latest add chart-bar-label-custom",
1494
+ "category": "shadcn-blocks"
1495
+ },
1496
+ {
1497
+ "name": "chart-bar-label",
1498
+ "title": "chart-bar-label",
1499
+ "description": "block from shadcn/ui (new-york)",
1500
+ "type": "block",
1501
+ "stack": "react",
1502
+ "style": "new-york",
1503
+ "dependencies": [],
1504
+ "registryDependencies": [
1505
+ "card",
1506
+ "chart"
1507
+ ],
1508
+ "fileCount": 1,
1509
+ "files": [
1510
+ "registry/new-york/charts/chart-bar-label.tsx"
1511
+ ],
1512
+ "installCommand": "npx shadcn@latest add chart-bar-label",
1513
+ "category": "shadcn-blocks"
1514
+ },
1515
+ {
1516
+ "name": "chart-bar-mixed",
1517
+ "title": "chart-bar-mixed",
1518
+ "description": "block from shadcn/ui (new-york)",
1519
+ "type": "block",
1520
+ "stack": "react",
1521
+ "style": "new-york",
1522
+ "dependencies": [],
1523
+ "registryDependencies": [
1524
+ "card",
1525
+ "chart"
1526
+ ],
1527
+ "fileCount": 1,
1528
+ "files": [
1529
+ "registry/new-york/charts/chart-bar-mixed.tsx"
1530
+ ],
1531
+ "installCommand": "npx shadcn@latest add chart-bar-mixed",
1532
+ "category": "shadcn-blocks"
1533
+ },
1534
+ {
1535
+ "name": "chart-bar-multiple",
1536
+ "title": "chart-bar-multiple",
1537
+ "description": "block from shadcn/ui (new-york)",
1538
+ "type": "block",
1539
+ "stack": "react",
1540
+ "style": "new-york",
1541
+ "dependencies": [],
1542
+ "registryDependencies": [
1543
+ "card",
1544
+ "chart"
1545
+ ],
1546
+ "fileCount": 1,
1547
+ "files": [
1548
+ "registry/new-york/charts/chart-bar-multiple.tsx"
1549
+ ],
1550
+ "installCommand": "npx shadcn@latest add chart-bar-multiple",
1551
+ "category": "shadcn-blocks"
1552
+ },
1553
+ {
1554
+ "name": "chart-bar-negative",
1555
+ "title": "chart-bar-negative",
1556
+ "description": "block from shadcn/ui (new-york)",
1557
+ "type": "block",
1558
+ "stack": "react",
1559
+ "style": "new-york",
1560
+ "dependencies": [],
1561
+ "registryDependencies": [
1562
+ "card",
1563
+ "chart"
1564
+ ],
1565
+ "fileCount": 1,
1566
+ "files": [
1567
+ "registry/new-york/charts/chart-bar-negative.tsx"
1568
+ ],
1569
+ "installCommand": "npx shadcn@latest add chart-bar-negative",
1570
+ "category": "shadcn-blocks"
1571
+ },
1572
+ {
1573
+ "name": "chart-bar-stacked",
1574
+ "title": "chart-bar-stacked",
1575
+ "description": "block from shadcn/ui (new-york)",
1576
+ "type": "block",
1577
+ "stack": "react",
1578
+ "style": "new-york",
1579
+ "dependencies": [],
1580
+ "registryDependencies": [
1581
+ "card",
1582
+ "chart"
1583
+ ],
1584
+ "fileCount": 1,
1585
+ "files": [
1586
+ "registry/new-york/charts/chart-bar-stacked.tsx"
1587
+ ],
1588
+ "installCommand": "npx shadcn@latest add chart-bar-stacked",
1589
+ "category": "shadcn-blocks"
1590
+ },
1591
+ {
1592
+ "name": "chart-line-default",
1593
+ "title": "chart-line-default",
1594
+ "description": "block from shadcn/ui (new-york)",
1595
+ "type": "block",
1596
+ "stack": "react",
1597
+ "style": "new-york",
1598
+ "dependencies": [],
1599
+ "registryDependencies": [
1600
+ "card",
1601
+ "chart"
1602
+ ],
1603
+ "fileCount": 1,
1604
+ "files": [
1605
+ "registry/new-york/charts/chart-line-default.tsx"
1606
+ ],
1607
+ "installCommand": "npx shadcn@latest add chart-line-default",
1608
+ "category": "shadcn-blocks"
1609
+ },
1610
+ {
1611
+ "name": "chart-line-dots-colors",
1612
+ "title": "chart-line-dots-colors",
1613
+ "description": "block from shadcn/ui (new-york)",
1614
+ "type": "block",
1615
+ "stack": "react",
1616
+ "style": "new-york",
1617
+ "dependencies": [],
1618
+ "registryDependencies": [
1619
+ "card",
1620
+ "chart"
1621
+ ],
1622
+ "fileCount": 1,
1623
+ "files": [
1624
+ "registry/new-york/charts/chart-line-dots-colors.tsx"
1625
+ ],
1626
+ "installCommand": "npx shadcn@latest add chart-line-dots-colors",
1627
+ "category": "shadcn-blocks"
1628
+ },
1629
+ {
1630
+ "name": "chart-line-dots-custom",
1631
+ "title": "chart-line-dots-custom",
1632
+ "description": "block from shadcn/ui (new-york)",
1633
+ "type": "block",
1634
+ "stack": "react",
1635
+ "style": "new-york",
1636
+ "dependencies": [],
1637
+ "registryDependencies": [
1638
+ "card",
1639
+ "chart"
1640
+ ],
1641
+ "fileCount": 1,
1642
+ "files": [
1643
+ "registry/new-york/charts/chart-line-dots-custom.tsx"
1644
+ ],
1645
+ "installCommand": "npx shadcn@latest add chart-line-dots-custom",
1646
+ "category": "shadcn-blocks"
1647
+ },
1648
+ {
1649
+ "name": "chart-line-dots",
1650
+ "title": "chart-line-dots",
1651
+ "description": "block from shadcn/ui (new-york)",
1652
+ "type": "block",
1653
+ "stack": "react",
1654
+ "style": "new-york",
1655
+ "dependencies": [],
1656
+ "registryDependencies": [
1657
+ "card",
1658
+ "chart"
1659
+ ],
1660
+ "fileCount": 1,
1661
+ "files": [
1662
+ "registry/new-york/charts/chart-line-dots.tsx"
1663
+ ],
1664
+ "installCommand": "npx shadcn@latest add chart-line-dots",
1665
+ "category": "shadcn-blocks"
1666
+ },
1667
+ {
1668
+ "name": "chart-line-interactive",
1669
+ "title": "chart-line-interactive",
1670
+ "description": "block from shadcn/ui (new-york)",
1671
+ "type": "block",
1672
+ "stack": "react",
1673
+ "style": "new-york",
1674
+ "dependencies": [],
1675
+ "registryDependencies": [
1676
+ "card",
1677
+ "chart"
1678
+ ],
1679
+ "fileCount": 1,
1680
+ "files": [
1681
+ "registry/new-york/charts/chart-line-interactive.tsx"
1682
+ ],
1683
+ "installCommand": "npx shadcn@latest add chart-line-interactive",
1684
+ "category": "shadcn-blocks"
1685
+ },
1686
+ {
1687
+ "name": "chart-line-label-custom",
1688
+ "title": "chart-line-label-custom",
1689
+ "description": "block from shadcn/ui (new-york)",
1690
+ "type": "block",
1691
+ "stack": "react",
1692
+ "style": "new-york",
1693
+ "dependencies": [],
1694
+ "registryDependencies": [
1695
+ "card",
1696
+ "chart"
1697
+ ],
1698
+ "fileCount": 1,
1699
+ "files": [
1700
+ "registry/new-york/charts/chart-line-label-custom.tsx"
1701
+ ],
1702
+ "installCommand": "npx shadcn@latest add chart-line-label-custom",
1703
+ "category": "shadcn-blocks"
1704
+ },
1705
+ {
1706
+ "name": "chart-line-label",
1707
+ "title": "chart-line-label",
1708
+ "description": "block from shadcn/ui (new-york)",
1709
+ "type": "block",
1710
+ "stack": "react",
1711
+ "style": "new-york",
1712
+ "dependencies": [],
1713
+ "registryDependencies": [
1714
+ "card",
1715
+ "chart"
1716
+ ],
1717
+ "fileCount": 1,
1718
+ "files": [
1719
+ "registry/new-york/charts/chart-line-label.tsx"
1720
+ ],
1721
+ "installCommand": "npx shadcn@latest add chart-line-label",
1722
+ "category": "shadcn-blocks"
1723
+ },
1724
+ {
1725
+ "name": "chart-line-linear",
1726
+ "title": "chart-line-linear",
1727
+ "description": "block from shadcn/ui (new-york)",
1728
+ "type": "block",
1729
+ "stack": "react",
1730
+ "style": "new-york",
1731
+ "dependencies": [],
1732
+ "registryDependencies": [
1733
+ "card",
1734
+ "chart"
1735
+ ],
1736
+ "fileCount": 1,
1737
+ "files": [
1738
+ "registry/new-york/charts/chart-line-linear.tsx"
1739
+ ],
1740
+ "installCommand": "npx shadcn@latest add chart-line-linear",
1741
+ "category": "shadcn-blocks"
1742
+ },
1743
+ {
1744
+ "name": "chart-line-multiple",
1745
+ "title": "chart-line-multiple",
1746
+ "description": "block from shadcn/ui (new-york)",
1747
+ "type": "block",
1748
+ "stack": "react",
1749
+ "style": "new-york",
1750
+ "dependencies": [],
1751
+ "registryDependencies": [
1752
+ "card",
1753
+ "chart"
1754
+ ],
1755
+ "fileCount": 1,
1756
+ "files": [
1757
+ "registry/new-york/charts/chart-line-multiple.tsx"
1758
+ ],
1759
+ "installCommand": "npx shadcn@latest add chart-line-multiple",
1760
+ "category": "shadcn-blocks"
1761
+ },
1762
+ {
1763
+ "name": "chart-line-step",
1764
+ "title": "chart-line-step",
1765
+ "description": "block from shadcn/ui (new-york)",
1766
+ "type": "block",
1767
+ "stack": "react",
1768
+ "style": "new-york",
1769
+ "dependencies": [],
1770
+ "registryDependencies": [
1771
+ "card",
1772
+ "chart"
1773
+ ],
1774
+ "fileCount": 1,
1775
+ "files": [
1776
+ "registry/new-york/charts/chart-line-step.tsx"
1777
+ ],
1778
+ "installCommand": "npx shadcn@latest add chart-line-step",
1779
+ "category": "shadcn-blocks"
1780
+ },
1781
+ {
1782
+ "name": "chart-pie-donut-active",
1783
+ "title": "chart-pie-donut-active",
1784
+ "description": "block from shadcn/ui (new-york)",
1785
+ "type": "block",
1786
+ "stack": "react",
1787
+ "style": "new-york",
1788
+ "dependencies": [],
1789
+ "registryDependencies": [
1790
+ "card",
1791
+ "chart"
1792
+ ],
1793
+ "fileCount": 1,
1794
+ "files": [
1795
+ "registry/new-york/charts/chart-pie-donut-active.tsx"
1796
+ ],
1797
+ "installCommand": "npx shadcn@latest add chart-pie-donut-active",
1798
+ "category": "shadcn-blocks"
1799
+ },
1800
+ {
1801
+ "name": "chart-pie-donut-text",
1802
+ "title": "chart-pie-donut-text",
1803
+ "description": "block from shadcn/ui (new-york)",
1804
+ "type": "block",
1805
+ "stack": "react",
1806
+ "style": "new-york",
1807
+ "dependencies": [],
1808
+ "registryDependencies": [
1809
+ "card",
1810
+ "chart"
1811
+ ],
1812
+ "fileCount": 1,
1813
+ "files": [
1814
+ "registry/new-york/charts/chart-pie-donut-text.tsx"
1815
+ ],
1816
+ "installCommand": "npx shadcn@latest add chart-pie-donut-text",
1817
+ "category": "shadcn-blocks"
1818
+ },
1819
+ {
1820
+ "name": "chart-pie-donut",
1821
+ "title": "chart-pie-donut",
1822
+ "description": "block from shadcn/ui (new-york)",
1823
+ "type": "block",
1824
+ "stack": "react",
1825
+ "style": "new-york",
1826
+ "dependencies": [],
1827
+ "registryDependencies": [
1828
+ "card",
1829
+ "chart"
1830
+ ],
1831
+ "fileCount": 1,
1832
+ "files": [
1833
+ "registry/new-york/charts/chart-pie-donut.tsx"
1834
+ ],
1835
+ "installCommand": "npx shadcn@latest add chart-pie-donut",
1836
+ "category": "shadcn-blocks"
1837
+ },
1838
+ {
1839
+ "name": "chart-pie-interactive",
1840
+ "title": "chart-pie-interactive",
1841
+ "description": "block from shadcn/ui (new-york)",
1842
+ "type": "block",
1843
+ "stack": "react",
1844
+ "style": "new-york",
1845
+ "dependencies": [],
1846
+ "registryDependencies": [
1847
+ "card",
1848
+ "chart"
1849
+ ],
1850
+ "fileCount": 1,
1851
+ "files": [
1852
+ "registry/new-york/charts/chart-pie-interactive.tsx"
1853
+ ],
1854
+ "installCommand": "npx shadcn@latest add chart-pie-interactive",
1855
+ "category": "shadcn-blocks"
1856
+ },
1857
+ {
1858
+ "name": "chart-pie-label-custom",
1859
+ "title": "chart-pie-label-custom",
1860
+ "description": "block from shadcn/ui (new-york)",
1861
+ "type": "block",
1862
+ "stack": "react",
1863
+ "style": "new-york",
1864
+ "dependencies": [],
1865
+ "registryDependencies": [
1866
+ "card",
1867
+ "chart"
1868
+ ],
1869
+ "fileCount": 1,
1870
+ "files": [
1871
+ "registry/new-york/charts/chart-pie-label-custom.tsx"
1872
+ ],
1873
+ "installCommand": "npx shadcn@latest add chart-pie-label-custom",
1874
+ "category": "shadcn-blocks"
1875
+ },
1876
+ {
1877
+ "name": "chart-pie-label-list",
1878
+ "title": "chart-pie-label-list",
1879
+ "description": "block from shadcn/ui (new-york)",
1880
+ "type": "block",
1881
+ "stack": "react",
1882
+ "style": "new-york",
1883
+ "dependencies": [],
1884
+ "registryDependencies": [
1885
+ "card",
1886
+ "chart"
1887
+ ],
1888
+ "fileCount": 1,
1889
+ "files": [
1890
+ "registry/new-york/charts/chart-pie-label-list.tsx"
1891
+ ],
1892
+ "installCommand": "npx shadcn@latest add chart-pie-label-list",
1893
+ "category": "shadcn-blocks"
1894
+ },
1895
+ {
1896
+ "name": "chart-pie-label",
1897
+ "title": "chart-pie-label",
1898
+ "description": "block from shadcn/ui (new-york)",
1899
+ "type": "block",
1900
+ "stack": "react",
1901
+ "style": "new-york",
1902
+ "dependencies": [],
1903
+ "registryDependencies": [
1904
+ "card",
1905
+ "chart"
1906
+ ],
1907
+ "fileCount": 1,
1908
+ "files": [
1909
+ "registry/new-york/charts/chart-pie-label.tsx"
1910
+ ],
1911
+ "installCommand": "npx shadcn@latest add chart-pie-label",
1912
+ "category": "shadcn-blocks"
1913
+ },
1914
+ {
1915
+ "name": "chart-pie-legend",
1916
+ "title": "chart-pie-legend",
1917
+ "description": "block from shadcn/ui (new-york)",
1918
+ "type": "block",
1919
+ "stack": "react",
1920
+ "style": "new-york",
1921
+ "dependencies": [],
1922
+ "registryDependencies": [
1923
+ "card",
1924
+ "chart"
1925
+ ],
1926
+ "fileCount": 1,
1927
+ "files": [
1928
+ "registry/new-york/charts/chart-pie-legend.tsx"
1929
+ ],
1930
+ "installCommand": "npx shadcn@latest add chart-pie-legend",
1931
+ "category": "shadcn-blocks"
1932
+ },
1933
+ {
1934
+ "name": "chart-pie-separator-none",
1935
+ "title": "chart-pie-separator-none",
1936
+ "description": "block from shadcn/ui (new-york)",
1937
+ "type": "block",
1938
+ "stack": "react",
1939
+ "style": "new-york",
1940
+ "dependencies": [],
1941
+ "registryDependencies": [
1942
+ "card",
1943
+ "chart"
1944
+ ],
1945
+ "fileCount": 1,
1946
+ "files": [
1947
+ "registry/new-york/charts/chart-pie-separator-none.tsx"
1948
+ ],
1949
+ "installCommand": "npx shadcn@latest add chart-pie-separator-none",
1950
+ "category": "shadcn-blocks"
1951
+ },
1952
+ {
1953
+ "name": "chart-pie-simple",
1954
+ "title": "chart-pie-simple",
1955
+ "description": "block from shadcn/ui (new-york)",
1956
+ "type": "block",
1957
+ "stack": "react",
1958
+ "style": "new-york",
1959
+ "dependencies": [],
1960
+ "registryDependencies": [
1961
+ "card",
1962
+ "chart"
1963
+ ],
1964
+ "fileCount": 1,
1965
+ "files": [
1966
+ "registry/new-york/charts/chart-pie-simple.tsx"
1967
+ ],
1968
+ "installCommand": "npx shadcn@latest add chart-pie-simple",
1969
+ "category": "shadcn-blocks"
1970
+ },
1971
+ {
1972
+ "name": "chart-pie-stacked",
1973
+ "title": "chart-pie-stacked",
1974
+ "description": "block from shadcn/ui (new-york)",
1975
+ "type": "block",
1976
+ "stack": "react",
1977
+ "style": "new-york",
1978
+ "dependencies": [],
1979
+ "registryDependencies": [
1980
+ "card",
1981
+ "chart"
1982
+ ],
1983
+ "fileCount": 1,
1984
+ "files": [
1985
+ "registry/new-york/charts/chart-pie-stacked.tsx"
1986
+ ],
1987
+ "installCommand": "npx shadcn@latest add chart-pie-stacked",
1988
+ "category": "shadcn-blocks"
1989
+ },
1990
+ {
1991
+ "name": "chart-radar-default",
1992
+ "title": "chart-radar-default",
1993
+ "description": "block from shadcn/ui (new-york)",
1994
+ "type": "block",
1995
+ "stack": "react",
1996
+ "style": "new-york",
1997
+ "dependencies": [],
1998
+ "registryDependencies": [
1999
+ "card",
2000
+ "chart"
2001
+ ],
2002
+ "fileCount": 1,
2003
+ "files": [
2004
+ "registry/new-york/charts/chart-radar-default.tsx"
2005
+ ],
2006
+ "installCommand": "npx shadcn@latest add chart-radar-default",
2007
+ "category": "shadcn-blocks"
2008
+ },
2009
+ {
2010
+ "name": "chart-radar-dots",
2011
+ "title": "chart-radar-dots",
2012
+ "description": "block from shadcn/ui (new-york)",
2013
+ "type": "block",
2014
+ "stack": "react",
2015
+ "style": "new-york",
2016
+ "dependencies": [],
2017
+ "registryDependencies": [
2018
+ "card",
2019
+ "chart"
2020
+ ],
2021
+ "fileCount": 1,
2022
+ "files": [
2023
+ "registry/new-york/charts/chart-radar-dots.tsx"
2024
+ ],
2025
+ "installCommand": "npx shadcn@latest add chart-radar-dots",
2026
+ "category": "shadcn-blocks"
2027
+ },
2028
+ {
2029
+ "name": "chart-radar-grid-circle-fill",
2030
+ "title": "chart-radar-grid-circle-fill",
2031
+ "description": "block from shadcn/ui (new-york)",
2032
+ "type": "block",
2033
+ "stack": "react",
2034
+ "style": "new-york",
2035
+ "dependencies": [],
2036
+ "registryDependencies": [
2037
+ "card",
2038
+ "chart"
2039
+ ],
2040
+ "fileCount": 1,
2041
+ "files": [
2042
+ "registry/new-york/charts/chart-radar-grid-circle-fill.tsx"
2043
+ ],
2044
+ "installCommand": "npx shadcn@latest add chart-radar-grid-circle-fill",
2045
+ "category": "shadcn-blocks"
2046
+ },
2047
+ {
2048
+ "name": "chart-radar-grid-circle-no-lines",
2049
+ "title": "chart-radar-grid-circle-no-lines",
2050
+ "description": "block from shadcn/ui (new-york)",
2051
+ "type": "block",
2052
+ "stack": "react",
2053
+ "style": "new-york",
2054
+ "dependencies": [],
2055
+ "registryDependencies": [
2056
+ "card",
2057
+ "chart"
2058
+ ],
2059
+ "fileCount": 1,
2060
+ "files": [
2061
+ "registry/new-york/charts/chart-radar-grid-circle-no-lines.tsx"
2062
+ ],
2063
+ "installCommand": "npx shadcn@latest add chart-radar-grid-circle-no-lines",
2064
+ "category": "shadcn-blocks"
2065
+ },
2066
+ {
2067
+ "name": "chart-radar-grid-circle",
2068
+ "title": "chart-radar-grid-circle",
2069
+ "description": "block from shadcn/ui (new-york)",
2070
+ "type": "block",
2071
+ "stack": "react",
2072
+ "style": "new-york",
2073
+ "dependencies": [],
2074
+ "registryDependencies": [
2075
+ "card",
2076
+ "chart"
2077
+ ],
2078
+ "fileCount": 1,
2079
+ "files": [
2080
+ "registry/new-york/charts/chart-radar-grid-circle.tsx"
2081
+ ],
2082
+ "installCommand": "npx shadcn@latest add chart-radar-grid-circle",
2083
+ "category": "shadcn-blocks"
2084
+ },
2085
+ {
2086
+ "name": "chart-radar-grid-custom",
2087
+ "title": "chart-radar-grid-custom",
2088
+ "description": "block from shadcn/ui (new-york)",
2089
+ "type": "block",
2090
+ "stack": "react",
2091
+ "style": "new-york",
2092
+ "dependencies": [],
2093
+ "registryDependencies": [
2094
+ "card",
2095
+ "chart"
2096
+ ],
2097
+ "fileCount": 1,
2098
+ "files": [
2099
+ "registry/new-york/charts/chart-radar-grid-custom.tsx"
2100
+ ],
2101
+ "installCommand": "npx shadcn@latest add chart-radar-grid-custom",
2102
+ "category": "shadcn-blocks"
2103
+ },
2104
+ {
2105
+ "name": "chart-radar-grid-fill",
2106
+ "title": "chart-radar-grid-fill",
2107
+ "description": "block from shadcn/ui (new-york)",
2108
+ "type": "block",
2109
+ "stack": "react",
2110
+ "style": "new-york",
2111
+ "dependencies": [],
2112
+ "registryDependencies": [
2113
+ "card",
2114
+ "chart"
2115
+ ],
2116
+ "fileCount": 1,
2117
+ "files": [
2118
+ "registry/new-york/charts/chart-radar-grid-fill.tsx"
2119
+ ],
2120
+ "installCommand": "npx shadcn@latest add chart-radar-grid-fill",
2121
+ "category": "shadcn-blocks"
2122
+ },
2123
+ {
2124
+ "name": "chart-radar-grid-none",
2125
+ "title": "chart-radar-grid-none",
2126
+ "description": "block from shadcn/ui (new-york)",
2127
+ "type": "block",
2128
+ "stack": "react",
2129
+ "style": "new-york",
2130
+ "dependencies": [],
2131
+ "registryDependencies": [
2132
+ "card",
2133
+ "chart"
2134
+ ],
2135
+ "fileCount": 1,
2136
+ "files": [
2137
+ "registry/new-york/charts/chart-radar-grid-none.tsx"
2138
+ ],
2139
+ "installCommand": "npx shadcn@latest add chart-radar-grid-none",
2140
+ "category": "shadcn-blocks"
2141
+ },
2142
+ {
2143
+ "name": "chart-radar-icons",
2144
+ "title": "chart-radar-icons",
2145
+ "description": "block from shadcn/ui (new-york)",
2146
+ "type": "block",
2147
+ "stack": "react",
2148
+ "style": "new-york",
2149
+ "dependencies": [],
2150
+ "registryDependencies": [
2151
+ "card",
2152
+ "chart"
2153
+ ],
2154
+ "fileCount": 1,
2155
+ "files": [
2156
+ "registry/new-york/charts/chart-radar-icons.tsx"
2157
+ ],
2158
+ "installCommand": "npx shadcn@latest add chart-radar-icons",
2159
+ "category": "shadcn-blocks"
2160
+ },
2161
+ {
2162
+ "name": "chart-radar-label-custom",
2163
+ "title": "chart-radar-label-custom",
2164
+ "description": "block from shadcn/ui (new-york)",
2165
+ "type": "block",
2166
+ "stack": "react",
2167
+ "style": "new-york",
2168
+ "dependencies": [],
2169
+ "registryDependencies": [
2170
+ "card",
2171
+ "chart"
2172
+ ],
2173
+ "fileCount": 1,
2174
+ "files": [
2175
+ "registry/new-york/charts/chart-radar-label-custom.tsx"
2176
+ ],
2177
+ "installCommand": "npx shadcn@latest add chart-radar-label-custom",
2178
+ "category": "shadcn-blocks"
2179
+ },
2180
+ {
2181
+ "name": "chart-radar-legend",
2182
+ "title": "chart-radar-legend",
2183
+ "description": "block from shadcn/ui (new-york)",
2184
+ "type": "block",
2185
+ "stack": "react",
2186
+ "style": "new-york",
2187
+ "dependencies": [],
2188
+ "registryDependencies": [
2189
+ "card",
2190
+ "chart"
2191
+ ],
2192
+ "fileCount": 1,
2193
+ "files": [
2194
+ "registry/new-york/charts/chart-radar-legend.tsx"
2195
+ ],
2196
+ "installCommand": "npx shadcn@latest add chart-radar-legend",
2197
+ "category": "shadcn-blocks"
2198
+ },
2199
+ {
2200
+ "name": "chart-radar-lines-only",
2201
+ "title": "chart-radar-lines-only",
2202
+ "description": "block from shadcn/ui (new-york)",
2203
+ "type": "block",
2204
+ "stack": "react",
2205
+ "style": "new-york",
2206
+ "dependencies": [],
2207
+ "registryDependencies": [
2208
+ "card",
2209
+ "chart"
2210
+ ],
2211
+ "fileCount": 1,
2212
+ "files": [
2213
+ "registry/new-york/charts/chart-radar-lines-only.tsx"
2214
+ ],
2215
+ "installCommand": "npx shadcn@latest add chart-radar-lines-only",
2216
+ "category": "shadcn-blocks"
2217
+ },
2218
+ {
2219
+ "name": "chart-radar-multiple",
2220
+ "title": "chart-radar-multiple",
2221
+ "description": "block from shadcn/ui (new-york)",
2222
+ "type": "block",
2223
+ "stack": "react",
2224
+ "style": "new-york",
2225
+ "dependencies": [],
2226
+ "registryDependencies": [
2227
+ "card",
2228
+ "chart"
2229
+ ],
2230
+ "fileCount": 1,
2231
+ "files": [
2232
+ "registry/new-york/charts/chart-radar-multiple.tsx"
2233
+ ],
2234
+ "installCommand": "npx shadcn@latest add chart-radar-multiple",
2235
+ "category": "shadcn-blocks"
2236
+ },
2237
+ {
2238
+ "name": "chart-radar-radius",
2239
+ "title": "chart-radar-radius",
2240
+ "description": "block from shadcn/ui (new-york)",
2241
+ "type": "block",
2242
+ "stack": "react",
2243
+ "style": "new-york",
2244
+ "dependencies": [],
2245
+ "registryDependencies": [
2246
+ "card",
2247
+ "chart"
2248
+ ],
2249
+ "fileCount": 1,
2250
+ "files": [
2251
+ "registry/new-york/charts/chart-radar-radius.tsx"
2252
+ ],
2253
+ "installCommand": "npx shadcn@latest add chart-radar-radius",
2254
+ "category": "shadcn-blocks"
2255
+ },
2256
+ {
2257
+ "name": "chart-radial-grid",
2258
+ "title": "chart-radial-grid",
2259
+ "description": "block from shadcn/ui (new-york)",
2260
+ "type": "block",
2261
+ "stack": "react",
2262
+ "style": "new-york",
2263
+ "dependencies": [],
2264
+ "registryDependencies": [
2265
+ "card",
2266
+ "chart"
2267
+ ],
2268
+ "fileCount": 1,
2269
+ "files": [
2270
+ "registry/new-york/charts/chart-radial-grid.tsx"
2271
+ ],
2272
+ "installCommand": "npx shadcn@latest add chart-radial-grid",
2273
+ "category": "shadcn-blocks"
2274
+ },
2275
+ {
2276
+ "name": "chart-radial-label",
2277
+ "title": "chart-radial-label",
2278
+ "description": "block from shadcn/ui (new-york)",
2279
+ "type": "block",
2280
+ "stack": "react",
2281
+ "style": "new-york",
2282
+ "dependencies": [],
2283
+ "registryDependencies": [
2284
+ "card",
2285
+ "chart"
2286
+ ],
2287
+ "fileCount": 1,
2288
+ "files": [
2289
+ "registry/new-york/charts/chart-radial-label.tsx"
2290
+ ],
2291
+ "installCommand": "npx shadcn@latest add chart-radial-label",
2292
+ "category": "shadcn-blocks"
2293
+ },
2294
+ {
2295
+ "name": "chart-radial-shape",
2296
+ "title": "chart-radial-shape",
2297
+ "description": "block from shadcn/ui (new-york)",
2298
+ "type": "block",
2299
+ "stack": "react",
2300
+ "style": "new-york",
2301
+ "dependencies": [],
2302
+ "registryDependencies": [
2303
+ "card",
2304
+ "chart"
2305
+ ],
2306
+ "fileCount": 1,
2307
+ "files": [
2308
+ "registry/new-york/charts/chart-radial-shape.tsx"
2309
+ ],
2310
+ "installCommand": "npx shadcn@latest add chart-radial-shape",
2311
+ "category": "shadcn-blocks"
2312
+ },
2313
+ {
2314
+ "name": "chart-radial-simple",
2315
+ "title": "chart-radial-simple",
2316
+ "description": "block from shadcn/ui (new-york)",
2317
+ "type": "block",
2318
+ "stack": "react",
2319
+ "style": "new-york",
2320
+ "dependencies": [],
2321
+ "registryDependencies": [
2322
+ "card",
2323
+ "chart"
2324
+ ],
2325
+ "fileCount": 1,
2326
+ "files": [
2327
+ "registry/new-york/charts/chart-radial-simple.tsx"
2328
+ ],
2329
+ "installCommand": "npx shadcn@latest add chart-radial-simple",
2330
+ "category": "shadcn-blocks"
2331
+ },
2332
+ {
2333
+ "name": "chart-radial-stacked",
2334
+ "title": "chart-radial-stacked",
2335
+ "description": "block from shadcn/ui (new-york)",
2336
+ "type": "block",
2337
+ "stack": "react",
2338
+ "style": "new-york",
2339
+ "dependencies": [],
2340
+ "registryDependencies": [
2341
+ "card",
2342
+ "chart"
2343
+ ],
2344
+ "fileCount": 1,
2345
+ "files": [
2346
+ "registry/new-york/charts/chart-radial-stacked.tsx"
2347
+ ],
2348
+ "installCommand": "npx shadcn@latest add chart-radial-stacked",
2349
+ "category": "shadcn-blocks"
2350
+ },
2351
+ {
2352
+ "name": "chart-radial-text",
2353
+ "title": "chart-radial-text",
2354
+ "description": "block from shadcn/ui (new-york)",
2355
+ "type": "block",
2356
+ "stack": "react",
2357
+ "style": "new-york",
2358
+ "dependencies": [],
2359
+ "registryDependencies": [
2360
+ "card",
2361
+ "chart"
2362
+ ],
2363
+ "fileCount": 1,
2364
+ "files": [
2365
+ "registry/new-york/charts/chart-radial-text.tsx"
2366
+ ],
2367
+ "installCommand": "npx shadcn@latest add chart-radial-text",
2368
+ "category": "shadcn-blocks"
2369
+ },
2370
+ {
2371
+ "name": "chart-tooltip-default",
2372
+ "title": "chart-tooltip-default",
2373
+ "description": "block from shadcn/ui (new-york)",
2374
+ "type": "block",
2375
+ "stack": "react",
2376
+ "style": "new-york",
2377
+ "dependencies": [],
2378
+ "registryDependencies": [
2379
+ "card",
2380
+ "chart"
2381
+ ],
2382
+ "fileCount": 1,
2383
+ "files": [
2384
+ "registry/new-york/charts/chart-tooltip-default.tsx"
2385
+ ],
2386
+ "installCommand": "npx shadcn@latest add chart-tooltip-default",
2387
+ "category": "shadcn-blocks"
2388
+ },
2389
+ {
2390
+ "name": "chart-tooltip-indicator-line",
2391
+ "title": "chart-tooltip-indicator-line",
2392
+ "description": "block from shadcn/ui (new-york)",
2393
+ "type": "block",
2394
+ "stack": "react",
2395
+ "style": "new-york",
2396
+ "dependencies": [],
2397
+ "registryDependencies": [
2398
+ "card",
2399
+ "chart"
2400
+ ],
2401
+ "fileCount": 1,
2402
+ "files": [
2403
+ "registry/new-york/charts/chart-tooltip-indicator-line.tsx"
2404
+ ],
2405
+ "installCommand": "npx shadcn@latest add chart-tooltip-indicator-line",
2406
+ "category": "shadcn-blocks"
2407
+ },
2408
+ {
2409
+ "name": "chart-tooltip-indicator-none",
2410
+ "title": "chart-tooltip-indicator-none",
2411
+ "description": "block from shadcn/ui (new-york)",
2412
+ "type": "block",
2413
+ "stack": "react",
2414
+ "style": "new-york",
2415
+ "dependencies": [],
2416
+ "registryDependencies": [
2417
+ "card",
2418
+ "chart"
2419
+ ],
2420
+ "fileCount": 1,
2421
+ "files": [
2422
+ "registry/new-york/charts/chart-tooltip-indicator-none.tsx"
2423
+ ],
2424
+ "installCommand": "npx shadcn@latest add chart-tooltip-indicator-none",
2425
+ "category": "shadcn-blocks"
2426
+ },
2427
+ {
2428
+ "name": "chart-tooltip-label-none",
2429
+ "title": "chart-tooltip-label-none",
2430
+ "description": "block from shadcn/ui (new-york)",
2431
+ "type": "block",
2432
+ "stack": "react",
2433
+ "style": "new-york",
2434
+ "dependencies": [],
2435
+ "registryDependencies": [
2436
+ "card",
2437
+ "chart"
2438
+ ],
2439
+ "fileCount": 1,
2440
+ "files": [
2441
+ "registry/new-york/charts/chart-tooltip-label-none.tsx"
2442
+ ],
2443
+ "installCommand": "npx shadcn@latest add chart-tooltip-label-none",
2444
+ "category": "shadcn-blocks"
2445
+ },
2446
+ {
2447
+ "name": "chart-tooltip-label-custom",
2448
+ "title": "chart-tooltip-label-custom",
2449
+ "description": "block from shadcn/ui (new-york)",
2450
+ "type": "block",
2451
+ "stack": "react",
2452
+ "style": "new-york",
2453
+ "dependencies": [],
2454
+ "registryDependencies": [
2455
+ "card",
2456
+ "chart"
2457
+ ],
2458
+ "fileCount": 1,
2459
+ "files": [
2460
+ "registry/new-york/charts/chart-tooltip-label-custom.tsx"
2461
+ ],
2462
+ "installCommand": "npx shadcn@latest add chart-tooltip-label-custom",
2463
+ "category": "shadcn-blocks"
2464
+ },
2465
+ {
2466
+ "name": "chart-tooltip-label-formatter",
2467
+ "title": "chart-tooltip-label-formatter",
2468
+ "description": "block from shadcn/ui (new-york)",
2469
+ "type": "block",
2470
+ "stack": "react",
2471
+ "style": "new-york",
2472
+ "dependencies": [],
2473
+ "registryDependencies": [
2474
+ "card",
2475
+ "chart"
2476
+ ],
2477
+ "fileCount": 1,
2478
+ "files": [
2479
+ "registry/new-york/charts/chart-tooltip-label-formatter.tsx"
2480
+ ],
2481
+ "installCommand": "npx shadcn@latest add chart-tooltip-label-formatter",
2482
+ "category": "shadcn-blocks"
2483
+ },
2484
+ {
2485
+ "name": "chart-tooltip-formatter",
2486
+ "title": "chart-tooltip-formatter",
2487
+ "description": "block from shadcn/ui (new-york)",
2488
+ "type": "block",
2489
+ "stack": "react",
2490
+ "style": "new-york",
2491
+ "dependencies": [],
2492
+ "registryDependencies": [
2493
+ "card",
2494
+ "chart"
2495
+ ],
2496
+ "fileCount": 1,
2497
+ "files": [
2498
+ "registry/new-york/charts/chart-tooltip-formatter.tsx"
2499
+ ],
2500
+ "installCommand": "npx shadcn@latest add chart-tooltip-formatter",
2501
+ "category": "shadcn-blocks"
2502
+ },
2503
+ {
2504
+ "name": "chart-tooltip-icons",
2505
+ "title": "chart-tooltip-icons",
2506
+ "description": "block from shadcn/ui (new-york)",
2507
+ "type": "block",
2508
+ "stack": "react",
2509
+ "style": "new-york",
2510
+ "dependencies": [],
2511
+ "registryDependencies": [
2512
+ "card",
2513
+ "chart"
2514
+ ],
2515
+ "fileCount": 1,
2516
+ "files": [
2517
+ "registry/new-york/charts/chart-tooltip-icons.tsx"
2518
+ ],
2519
+ "installCommand": "npx shadcn@latest add chart-tooltip-icons",
2520
+ "category": "shadcn-blocks"
2521
+ },
2522
+ {
2523
+ "name": "chart-tooltip-advanced",
2524
+ "title": "chart-tooltip-advanced",
2525
+ "description": "block from shadcn/ui (new-york)",
2526
+ "type": "block",
2527
+ "stack": "react",
2528
+ "style": "new-york",
2529
+ "dependencies": [],
2530
+ "registryDependencies": [
2531
+ "card",
2532
+ "chart"
2533
+ ],
2534
+ "fileCount": 1,
2535
+ "files": [
2536
+ "registry/new-york/charts/chart-tooltip-advanced.tsx"
2537
+ ],
2538
+ "installCommand": "npx shadcn@latest add chart-tooltip-advanced",
2539
+ "category": "shadcn-blocks"
2540
+ }
2541
+ ]