|
167 | 167 | "type": "registry:component" |
168 | 168 | } |
169 | 169 | ] |
| 170 | + }, |
| 171 | + { |
| 172 | + "name": "array-field", |
| 173 | + "type": "registry:component", |
| 174 | + "title": "Array Field", |
| 175 | + "description": "A dynamic array field component with add/remove functionality for form arrays.", |
| 176 | + "registryDependencies": ["button"], |
| 177 | + "dependencies": [ |
| 178 | + "lucide-react", |
| 179 | + "mobx", |
| 180 | + "mobx-react", |
| 181 | + "mobx-react-helper", |
| 182 | + "mobx-restful", |
| 183 | + "web-utility" |
| 184 | + ], |
| 185 | + "files": [ |
| 186 | + { |
| 187 | + "path": "registry/new-york/blocks/array-field/array-field.tsx", |
| 188 | + "type": "registry:component" |
| 189 | + } |
| 190 | + ] |
| 191 | + }, |
| 192 | + { |
| 193 | + "name": "badge-input", |
| 194 | + "type": "registry:component", |
| 195 | + "title": "Badge Input", |
| 196 | + "description": "An input component that displays values as removable badges, supporting multiple entries.", |
| 197 | + "registryDependencies": ["badge"], |
| 198 | + "dependencies": [ |
| 199 | + "mobx", |
| 200 | + "mobx-react", |
| 201 | + "mobx-react-helper", |
| 202 | + "web-utility" |
| 203 | + ], |
| 204 | + "files": [ |
| 205 | + { |
| 206 | + "path": "registry/new-york/blocks/badge-input/badge-input.tsx", |
| 207 | + "type": "registry:component" |
| 208 | + } |
| 209 | + ] |
| 210 | + }, |
| 211 | + { |
| 212 | + "name": "range-input", |
| 213 | + "type": "registry:component", |
| 214 | + "title": "Range Input", |
| 215 | + "description": "A range slider input with optional custom icon display for each step.", |
| 216 | + "dependencies": [ |
| 217 | + "lucide-react", |
| 218 | + "mobx", |
| 219 | + "mobx-react", |
| 220 | + "mobx-react-helper" |
| 221 | + ], |
| 222 | + "files": [ |
| 223 | + { |
| 224 | + "path": "registry/new-york/blocks/range-input/range-input.tsx", |
| 225 | + "type": "registry:component" |
| 226 | + } |
| 227 | + ] |
| 228 | + }, |
| 229 | + { |
| 230 | + "name": "file-picker", |
| 231 | + "type": "registry:component", |
| 232 | + "title": "File Picker", |
| 233 | + "description": "A file picker component with preview and remove functionality.", |
| 234 | + "registryDependencies": ["button"], |
| 235 | + "dependencies": [ |
| 236 | + "lucide-react", |
| 237 | + "mobx", |
| 238 | + "mobx-react", |
| 239 | + "mobx-react-helper", |
| 240 | + "web-utility" |
| 241 | + ], |
| 242 | + "files": [ |
| 243 | + { |
| 244 | + "path": "registry/new-york/blocks/file-picker/file-picker.tsx", |
| 245 | + "type": "registry:component" |
| 246 | + } |
| 247 | + ] |
| 248 | + }, |
| 249 | + { |
| 250 | + "name": "form-field", |
| 251 | + "type": "registry:component", |
| 252 | + "title": "Form Field", |
| 253 | + "description": "A unified form field component supporting input, textarea, and select elements with labels.", |
| 254 | + "registryDependencies": ["input", "label"], |
| 255 | + "files": [ |
| 256 | + { |
| 257 | + "path": "registry/new-york/blocks/form-field/form-field.tsx", |
| 258 | + "type": "registry:component" |
| 259 | + } |
| 260 | + ] |
| 261 | + }, |
| 262 | + { |
| 263 | + "name": "searchable-input", |
| 264 | + "type": "registry:component", |
| 265 | + "title": "Searchable Input", |
| 266 | + "description": "A searchable select input with badge display, supporting single or multiple selection.", |
| 267 | + "registryDependencies": ["button", "input"], |
| 268 | + "dependencies": [ |
| 269 | + "lodash.debounce", |
| 270 | + "mobx", |
| 271 | + "mobx-react", |
| 272 | + "mobx-react-helper", |
| 273 | + "mobx-restful", |
| 274 | + "web-utility" |
| 275 | + ], |
| 276 | + "files": [ |
| 277 | + { |
| 278 | + "path": "registry/new-york/blocks/searchable-input/searchable-input.tsx", |
| 279 | + "type": "registry:component" |
| 280 | + } |
| 281 | + ] |
170 | 282 | } |
171 | 283 | ] |
172 | 284 | } |
0 commit comments