docs(MEMORY): @pulse-libs/ui — design system compartilhado

This commit is contained in:
Pulse Agent
2026-05-20 20:04:10 -03:00
parent 9d52098b57
commit 0303870669
6 changed files with 204 additions and 2 deletions
+12
View File
@@ -109,3 +109,15 @@ Stack Swarm `dev` com ambiente completo de desenvolvimento:
- Stack: Vite + React 18 + TS + @react-three/fiber + drei + framer-motion
- npm install + build OK
- Dev: `cd pulse-3d-landing && npm run dev`
## 📦 @pulse-libs/ui — Design System Compartilhado (2026-05-20)
- **Repo**: https://git.octal.tec.br/Roberto/pulse-libs
- **30 arquivos TS** — Atoms(10) · Molecules(3) · Organisms(4) · Templates(3) · Lib(1) + indices
- Atoms 2D: Button, Badge, Card, GradientText, Divider, ThemeToggle
- Atoms 3D stubs: FloatingMesh3d, ParticleField3d, LightGlow3d, FloatingText3d (deprecated)
- Molecules: FeatureCard, Navbar, Footer
- Organisms: HeroSection, FeaturesGrid, CtaBlock, StatsGrid
- Templates: MainLayout, MinimalLayout, PageWithSidebar
- TOKENS export: color / space / radius constants em TypeScript
- Uso: projetos importam do path `../libs/pulse-libs/src/` ou como submodule
- Ligado aos projetos: pulse-3d-landing, test-octal (landing page)