|
3 | 3 | "name": "acme", |
4 | 4 | "homepage": "https://acme.com", |
5 | 5 | "items": [ |
| 6 | + { |
| 7 | + "name": "utils", |
| 8 | + "type": "registry:lib", |
| 9 | + "title": "Utils", |
| 10 | + "description": "A utility component", |
| 11 | + "dependencies": ["tailwind-merge", "clsx"], |
| 12 | + "files": [ |
| 13 | + { |
| 14 | + "path": "registry/web/default/lib/utils.ts", |
| 15 | + "type": "registry:lib" |
| 16 | + } |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "icon", |
| 21 | + "type": "registry:ui", |
| 22 | + "title": "Icon", |
| 23 | + "description": "An icon component", |
| 24 | + "dependencies": ["@radix-ui/react-slot", "class-variance-authority"], |
| 25 | + "registryDependencies": ["https://frappe-ui-react.tmls.dev/r/utils.json"], |
| 26 | + "files": [ |
| 27 | + { |
| 28 | + "path": "registry/web/default/ui/icon.tsx", |
| 29 | + "type": "registry:ui" |
| 30 | + } |
| 31 | + ], |
| 32 | + "categories": ["primitives"] |
| 33 | + }, |
6 | 34 | { |
7 | 35 | "name": "button", |
8 | 36 | "type": "registry:ui", |
9 | 37 | "title": "Button", |
10 | 38 | "description": "A button component", |
11 | 39 | "dependencies": ["@radix-ui/react-slot", "class-variance-authority"], |
| 40 | + "registryDependencies": [ |
| 41 | + "https://frappe-ui-react.tmls.dev/r/utils.json", |
| 42 | + "https://frappe-ui-react.tmls.dev/r/icon.json", |
| 43 | + "https://frappe-ui-react.tmls.dev/r/button-group.json" |
| 44 | + ], |
12 | 45 | "files": [ |
13 | 46 | { |
14 | 47 | "path": "registry/web/default/ui/button.tsx", |
|
26 | 59 | "title": "Button Group", |
27 | 60 | "description": "A button group component", |
28 | 61 | "dependencies": ["@radix-ui/react-slot", "class-variance-authority"], |
| 62 | + "registryDependencies": [ |
| 63 | + "https://frappe-ui-react.tmls.dev/r/utils.json", |
| 64 | + "https://frappe-ui-react.tmls.dev/r/button.json" |
| 65 | + ], |
29 | 66 | "files": [ |
30 | 67 | { |
31 | 68 | "path": "registry/web/default/ui/button-group.tsx", |
|
0 commit comments