|
1 | 1 | { |
2 | 2 | "$schema": "https://ui.shadcn.com/schema/registry.json", |
3 | | - "name": "MobX RESTful Shadcn", |
| 3 | + "name": "mobx-restful-shadcn", |
4 | 4 | "homepage": "https://mobx-restful-shadcn.idea2.app", |
5 | 5 | "items": [ |
6 | | - { |
7 | | - "name": "complex-component", |
8 | | - "type": "registry:component", |
9 | | - "title": "Complex Component", |
10 | | - "description": "A complex component showing hooks, libs and components.", |
11 | | - "registryDependencies": ["card"], |
12 | | - "files": [ |
13 | | - { |
14 | | - "path": "registry/new-york/blocks/complex-component/page.tsx", |
15 | | - "type": "registry:page", |
16 | | - "target": "app/pokemon/page.tsx" |
17 | | - }, |
18 | | - { |
19 | | - "path": "registry/new-york/blocks/complex-component/components/pokemon-card.tsx", |
20 | | - "type": "registry:component" |
21 | | - }, |
22 | | - { |
23 | | - "path": "registry/new-york/blocks/complex-component/components/pokemon-image.tsx", |
24 | | - "type": "registry:component" |
25 | | - }, |
26 | | - { |
27 | | - "path": "registry/new-york/blocks/complex-component/lib/pokemon.ts", |
28 | | - "type": "registry:lib" |
29 | | - }, |
30 | | - { |
31 | | - "path": "registry/new-york/blocks/complex-component/hooks/use-pokemon.ts", |
32 | | - "type": "registry:hook" |
33 | | - } |
34 | | - ] |
35 | | - }, |
36 | | - { |
37 | | - "name": "example-with-css", |
38 | | - "type": "registry:component", |
39 | | - "title": "Example with CSS", |
40 | | - "description": "A login form with a CSS file.", |
41 | | - "files": [ |
42 | | - { |
43 | | - "path": "registry/new-york/blocks/example-with-css/example-card.tsx", |
44 | | - "type": "registry:component" |
45 | | - }, |
46 | | - { |
47 | | - "path": "registry/new-york/blocks/example-with-css/example-card.css", |
48 | | - "type": "registry:component" |
49 | | - } |
50 | | - ] |
51 | | - }, |
52 | 6 | { |
53 | 7 | "name": "badge-bar", |
54 | 8 | "type": "registry:component", |
55 | 9 | "title": "Badge Bar", |
56 | 10 | "description": "A component for displaying a list of badges with optional click and delete handlers.", |
57 | | - "registryDependencies": ["badge"], |
| 11 | + "registryDependencies": ["badge", "@mobx-restful-shadcn/badge-bar"], |
58 | 12 | "dependencies": ["lucide-react", "web-utility"], |
59 | 13 | "files": [ |
60 | 14 | { |
|
101 | 55 | "type": "registry:component", |
102 | 56 | "title": "File Preview", |
103 | 57 | "description": "A file preview component supporting images, audio, video, and documents.", |
104 | | - "registryDependencies": ["dialog"], |
| 58 | + "registryDependencies": ["@mobx-restful-shadcn/image-preview"], |
105 | 59 | "dependencies": ["lucide-react"], |
106 | 60 | "files": [ |
107 | 61 | { |
|
134 | 88 | "mobx-restful", |
135 | 89 | "lodash.debounce" |
136 | 90 | ], |
| 91 | + "registryDependencies": ["@mobx-restful-shadcn/scroll-boundary"], |
137 | 92 | "files": [ |
138 | 93 | { |
139 | 94 | "path": "registry/new-york/blocks/scroll-list/scroll-list.tsx", |
|
167 | 122 | "type": "registry:component", |
168 | 123 | "title": "Badge Input", |
169 | 124 | "description": "An input component that displays values as removable badges, supporting multiple entries.", |
170 | | - "registryDependencies": ["badge"], |
| 125 | + "registryDependencies": ["@mobx-restful-shadcn/badge-bar"], |
171 | 126 | "dependencies": ["mobx-react", "mobx-react-helper", "web-utility"], |
172 | 127 | "files": [ |
173 | 128 | { |
|
194 | 149 | "type": "registry:component", |
195 | 150 | "title": "File Picker", |
196 | 151 | "description": "A file picker component with preview and remove functionality.", |
197 | | - "registryDependencies": ["button"], |
| 152 | + "registryDependencies": ["button", "@mobx-restful-shadcn/file-preview"], |
198 | 153 | "dependencies": [ |
199 | 154 | "lucide-react", |
200 | 155 | "mobx", |
|
228 | 183 | "type": "registry:component", |
229 | 184 | "title": "File Uploader", |
230 | 185 | "description": "A file uploader component with drag-and-drop support for managing multiple files using MobX.", |
231 | | - "registryDependencies": ["file-picker"], |
| 186 | + "registryDependencies": ["@mobx-restful-shadcn/file-picker"], |
232 | 187 | "dependencies": [ |
233 | 188 | "mobx", |
234 | 189 | "mobx-react", |
|
346 | 301 | { |
347 | 302 | "name": "editor", |
348 | 303 | "type": "registry:component", |
349 | | - "title": "Editor", |
| 304 | + "title": "HTML Editor", |
350 | 305 | "description": "A lightweight rich text editor based on Edkit and Shadcn UI with various formatting tools.", |
351 | 306 | "registryDependencies": ["button"], |
352 | 307 | "dependencies": [ |
|
358 | 313 | "web-utility" |
359 | 314 | ], |
360 | 315 | "files": [ |
| 316 | + { |
| 317 | + "path": "registry/new-york/blocks/editor/index.ts", |
| 318 | + "type": "registry:component" |
| 319 | + }, |
361 | 320 | { |
362 | 321 | "path": "registry/new-york/blocks/editor/editor.tsx", |
363 | 322 | "type": "registry:component" |
|
393 | 352 | { |
394 | 353 | "path": "registry/new-york/blocks/editor/tools/extra.ts", |
395 | 354 | "type": "registry:component" |
396 | | - }, |
397 | | - { |
398 | | - "path": "registry/new-york/blocks/editor/index.ts", |
399 | | - "type": "registry:component" |
400 | 355 | } |
401 | 356 | ] |
402 | 357 | } |
|
0 commit comments