fix(ui): handle fallback UI for design systems without visual previews

This commit is contained in:
2026-05-15 14:00:01 -07:00
parent f9d74205fb
commit b4821b3eba
4 changed files with 2511 additions and 2315 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -40,6 +40,7 @@ export interface DesignSystemDefinition {
id: string;
name: string;
tagline: string;
hasPreview?: boolean;
defaults: DesignKitOverrides;
/** Customize panel fields shown for this starter */
customizeFields: Array<"accent" | "radius" | "font" | "density">;