chore: bump vibn-frontend submodule (design kits, MCP/chat context)

Point vibn-frontend at design-kit registry, Design tab, create-flow picker,
and anatomy/chat/MCP wiring. Cross-ref preview-assist DESIGN_FEELS comment.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-04 16:59:35 -07:00
parent b679d0f6e6
commit e79ebaf959
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ const PAGES_GENERATED = [
]; ];
// ─── DESIGN DATA ────────────────────────────────────────────────────────────── // ─── DESIGN DATA ──────────────────────────────────────────────────────────────
// Production presets live in vibn-frontend/lib/design-kits/registry.ts (STARTER_KITS).
const DESIGN_FEELS = [ const DESIGN_FEELS = [
{ id: "clean", label: "Clean & focused", ref: "Like Notion or Linear", bg: "#fff", surface: "#f8fafc", text: "#0f172a", accent: "#6366f1", radius: 8 }, { id: "clean", label: "Clean & focused", ref: "Like Notion or Linear", bg: "#fff", surface: "#f8fafc", text: "#0f172a", accent: "#6366f1", radius: 8 },
{ id: "bold", label: "Bold & confident", ref: "Like Stripe or Vercel", bg: "#0f172a", surface: "#1e293b", text: "#f8fafc", accent: "#f43f5e", radius: 8 }, { id: "bold", label: "Bold & confident", ref: "Like Stripe or Vercel", bg: "#0f172a", surface: "#1e293b", text: "#f8fafc", accent: "#f43f5e", radius: 8 },

Submodule vibn-frontend updated: a4313bd7b6...e650db5e51