mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 05:05:44 +00:00
* Add new style options to schema.json The schema at ui.shadcn.com/schema.json is missing newly introduced style variants used by ui.shadcn.com/create. This causes JSON schema validation errors when generating configs with the new styles. This updates the style enum to include all currently supported style combinations. * Add missing menuColor and menuAccent options to schema.json