|
155 | 155 | "type": "registry:component", |
156 | 156 | "title": "Card", |
157 | 157 | "description": "A customizable card component to visualize your content. 📝", |
158 | | - "dependencies": [ |
159 | | - "https://retroui.dev/r/text.json" |
| 158 | + "registryDependencies": [ |
| 159 | + "text" |
160 | 160 | ], |
161 | 161 | "files": [ |
162 | 162 | { |
|
486 | 486 | } |
487 | 487 | ] |
488 | 488 | }, |
| 489 | + { |
| 490 | + "name": "area-chart", |
| 491 | + "type": "registry:component", |
| 492 | + "title": "Area Chart", |
| 493 | + "description": "Beautiful area chart for data visualization with retro styling", |
| 494 | + "dependencies": [ |
| 495 | + "recharts" |
| 496 | + ], |
| 497 | + "files": [ |
| 498 | + { |
| 499 | + "path": "components/retroui/charts/AreaChart.tsx", |
| 500 | + "target": "components/retroui/charts/AreaChart.tsx", |
| 501 | + "type": "registry:component" |
| 502 | + } |
| 503 | + ] |
| 504 | + }, |
| 505 | + { |
| 506 | + "name": "bar-chart", |
| 507 | + "type": "registry:component", |
| 508 | + "title": "Bar Chart", |
| 509 | + "description": "Beautiful bar chart for data visualization with retro styling", |
| 510 | + "dependencies": [ |
| 511 | + "recharts" |
| 512 | + ], |
| 513 | + "files": [ |
| 514 | + { |
| 515 | + "path": "components/retroui/charts/BarChart.tsx", |
| 516 | + "target": "components/retroui/charts/BarChart.tsx", |
| 517 | + "type": "registry:component" |
| 518 | + } |
| 519 | + ] |
| 520 | + }, |
| 521 | + { |
| 522 | + "name": "line-chart", |
| 523 | + "type": "registry:component", |
| 524 | + "title": "Line Chart", |
| 525 | + "description": "Beautiful line chart for data visualization with retro styling", |
| 526 | + "dependencies": [ |
| 527 | + "recharts" |
| 528 | + ], |
| 529 | + "files": [ |
| 530 | + { |
| 531 | + "path": "components/retroui/charts/LineChart.tsx", |
| 532 | + "target": "components/retroui/charts/LineChart.tsx", |
| 533 | + "type": "registry:component" |
| 534 | + } |
| 535 | + ] |
| 536 | + }, |
| 537 | + { |
| 538 | + "name": "pie-chart", |
| 539 | + "type": "registry:component", |
| 540 | + "title": "Pie Chart", |
| 541 | + "description": "Beautiful pie chart for data visualization with retro styling", |
| 542 | + "dependencies": [ |
| 543 | + "recharts" |
| 544 | + ], |
| 545 | + "files": [ |
| 546 | + { |
| 547 | + "path": "components/retroui/charts/PieChart.tsx", |
| 548 | + "target": "components/retroui/charts/PieChart.tsx", |
| 549 | + "type": "registry:component" |
| 550 | + } |
| 551 | + ] |
| 552 | + }, |
489 | 553 | { |
490 | 554 | "name": "accordion-style-default", |
491 | 555 | "title": "accordion-style-default", |
|
0 commit comments