feat: update schema

This commit is contained in:
shadcn
2026-03-14 16:12:27 +04:00
parent 6a527b3e75
commit 8159e98075

View File

@@ -250,6 +250,10 @@
"selector": {
"type": "string",
"description": "CSS selector to apply the font utility class to (e.g., 'h1, h2, h3'). Defaults to 'html'."
},
"dependency": {
"type": "string",
"description": "The npm package to install for the font in non-Next.js projects (e.g., '@fontsource-variable/inter', '@fontsource/lato')."
}
},
"required": ["family", "provider", "import", "variable"]