This commit is contained in:
shadcn
2025-12-15 14:44:43 +04:00
parent b15d7e8221
commit f1131db844

View File

@@ -35,7 +35,7 @@ const designSystemSearchParams = {
base: parseAsStringLiteral<BaseName>(BASES.map((b) => b.name)).withDefault(
DEFAULT_CONFIG.base
),
item: parseAsString.withDefault("preview").withOptions({ shallow: true }),
item: parseAsString.withDefault("preview"),
iconLibrary: parseAsStringLiteral<IconLibraryName>(
Object.values(iconLibraries).map((i) => i.name)
).withDefault(DEFAULT_CONFIG.iconLibrary),