fix(ui): handle fallback UI for design systems without visual previews
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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">;
|
||||
|
||||
Reference in New Issue
Block a user