From e79ebaf95942105a305562b571b13177928f4852 Mon Sep 17 00:00:00 2001 From: mawkone Date: Mon, 4 May 2026 16:59:35 -0700 Subject: [PATCH] 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 --- preview-assist-ui/src/App.jsx | 1 + vibn-frontend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/preview-assist-ui/src/App.jsx b/preview-assist-ui/src/App.jsx index 5afc23d..e443107 100644 --- a/preview-assist-ui/src/App.jsx +++ b/preview-assist-ui/src/App.jsx @@ -52,6 +52,7 @@ const PAGES_GENERATED = [ ]; // ─── DESIGN DATA ────────────────────────────────────────────────────────────── +// Production presets live in vibn-frontend/lib/design-kits/registry.ts (STARTER_KITS). const DESIGN_FEELS = [ { 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 }, diff --git a/vibn-frontend b/vibn-frontend index a4313bd..e650db5 160000 --- a/vibn-frontend +++ b/vibn-frontend @@ -1 +1 @@ -Subproject commit a4313bd7b626995b57605ad37062f899b5a3b113 +Subproject commit e650db5e5169ca9c5d16211af009a8668d742b07