ui icon indicating copy to clipboard operation
ui copied to clipboard

feat: supports registry paths without a style directory

Open Debbl opened this issue 3 months ago • 1 comments

transform import supports resolving registry paths that don’t include a style directory.

Debbl avatar Nov 14 '25 09:11 Debbl

@Debbl is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Nov 14 '25 09:11 vercel[bot]

hi @shadcn

https://ui.shadcn.com/r/styles/new-york-v4/button.json image

Most registries for example animate-ui rely on the target field to determine where components are generated, and many of them don’t include theme variables. This creates a problem when trying to override install locations purely through the components.json configuration.

If we remove the target field, internal replacements between mutually dependent components may break because there are no theme variables available to resolve the correct paths.

https://animate-ui.com/r/components-animate-avatar-group.json image

https://ui.shadcn.com/docs/registry/registry-item-json#target image

Debbl avatar Nov 25 '25 11:11 Debbl