- Bulk replace text-white → text-foreground across 116 component files (preserving text-white/ opacity variants) - Remove hover-glow-cyan, shadow-card-glow-cyan, shadow-button-primary-glow classes from all components - Replace --duration-normal/--duration-immersive/--duration-slow with --sumi-duration-normal/--sumi-duration-slow across 130+ files - Replace --ease-out/--ease-in-out with --sumi-ease-out/--sumi-ease-in-out - Replace focus:ring-blue-500 → focus:ring-primary (4 files) - Remove hover:scale-105/110 and hover:-translate-y-1/0.5 transforms (SUMI anti-pattern: no scale on hover) - Clean up stale kodo- references in comments Co-authored-by: Cursor <cursoragent@cursor.com>
1 line
312 B
JavaScript
1 line
312 B
JavaScript
import{j as e}from"./vendor-react-Dkpvlwai.js";import"./vendor-CAoAb3tF.js";const o=()=>e.jsxs("div",{className:"p-8 text-foreground",children:[e.jsx("h1",{className:"text-2xl font-bold mb-4",children:"Design System Demo"}),e.jsx("p",{children:"Component under construction."})]});export{o as DesignSystemDemo};
|