|
3 | 3 | "name": "mobx-restful-shadcn", |
4 | 4 | "homepage": "https://mobx-restful-shadcn.idea2.app", |
5 | 5 | "items": [ |
| 6 | + { |
| 7 | + "name": "spinner", |
| 8 | + "type": "registry:component", |
| 9 | + "title": "Spinner", |
| 10 | + "description": "A loading spinner component with customizable size.", |
| 11 | + "files": [ |
| 12 | + { |
| 13 | + "type": "registry:component", |
| 14 | + "path": "registry/new-york/blocks/spinner/index.tsx", |
| 15 | + "target": "components/ui/mobx-restful-shadcn/spinner/index.tsx" |
| 16 | + } |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "loading", |
| 21 | + "type": "registry:component", |
| 22 | + "title": "Loading", |
| 23 | + "description": "A full-screen loading overlay component with spinner and customizable message.", |
| 24 | + "registryDependencies": ["@mobx-restful-shadcn/spinner"], |
| 25 | + "files": [ |
| 26 | + { |
| 27 | + "type": "registry:component", |
| 28 | + "path": "registry/new-york/blocks/loading/index.tsx", |
| 29 | + "target": "components/ui/mobx-restful-shadcn/loading/index.tsx" |
| 30 | + } |
| 31 | + ] |
| 32 | + }, |
6 | 33 | { |
7 | 34 | "name": "badge-bar", |
8 | 35 | "type": "registry:component", |
|
38 | 65 | "type": "registry:component", |
39 | 66 | "title": "Image Preview", |
40 | 67 | "description": "An image preview component with modal viewing and download functionality.", |
41 | | - "registryDependencies": ["dialog"], |
42 | | - "dependencies": [ |
43 | | - "lucide-react", |
44 | | - "mobx", |
45 | | - "mobx-react", |
46 | | - "mobx-react-helper" |
47 | | - ], |
| 68 | + "registryDependencies": ["dialog", "@mobx-restful-shadcn/spinner"], |
| 69 | + "dependencies": ["mobx", "mobx-react", "mobx-react-helper"], |
48 | 70 | "files": [ |
49 | 71 | { |
50 | 72 | "type": "registry:component", |
|
266 | 288 | "@mobx-restful-shadcn/badge-bar", |
267 | 289 | "@mobx-restful-shadcn/badge-input", |
268 | 290 | "@mobx-restful-shadcn/rest-form-modal", |
269 | | - "@mobx-restful-shadcn/scroll-list" |
| 291 | + "@mobx-restful-shadcn/scroll-list", |
| 292 | + "@mobx-restful-shadcn/spinner" |
270 | 293 | ], |
271 | 294 | "dependencies": [ |
272 | 295 | "lodash.debounce", |
|
298 | 321 | "@mobx-restful-shadcn/file-preview", |
299 | 322 | "@mobx-restful-shadcn/pager", |
300 | 323 | "@mobx-restful-shadcn/rest-form", |
301 | | - "@mobx-restful-shadcn/rest-form-modal" |
| 324 | + "@mobx-restful-shadcn/rest-form-modal", |
| 325 | + "@mobx-restful-shadcn/spinner" |
302 | 326 | ], |
303 | 327 | "dependencies": [ |
304 | 328 | "lodash.debounce", |
|
0 commit comments