feat: supports registry paths without a style directory
transform import supports resolving registry paths that don’t include a style directory.
@Debbl is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
hi @shadcn
https://ui.shadcn.com/r/styles/new-york-v4/button.json
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
https://ui.shadcn.com/docs/registry/registry-item-json#target