From 8159e98075f9b86d79a7741ad4352cfcfa504369 Mon Sep 17 00:00:00 2001 From: shadcn Date: Sat, 14 Mar 2026 16:12:27 +0400 Subject: [PATCH] feat: update schema --- apps/v4/public/schema/registry-item.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/v4/public/schema/registry-item.json b/apps/v4/public/schema/registry-item.json index 772b1212ff..110c7b9ce7 100644 --- a/apps/v4/public/schema/registry-item.json +++ b/apps/v4/public/schema/registry-item.json @@ -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"]