mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
PR 1481 carved out binary visual assets pending design work, but we now have the Hexclave brand mark from PR 1493 (the neon-gradient benzene ring) and a full wordmark variant. Swap them in everywhere the dashboard, docs site, and example demo rendered the Stack Auth logo. Icon-only variant (PR 1493's hexclave-icon.svg, neon-gradient benzene mark) replaces: - apps/dashboard/public/logo.svg + logo-bright.svg - examples/demo/public/logo.svg + logo-bright.svg Full wordmark variant (benzene mark + 'Hexclave' text in Jersey 10) replaces: - apps/dashboard/public/logo-full.svg (black text — light mode) - apps/dashboard/public/logo-full-bright.svg (white text — dark mode) - docs-mintlify/images/logo-light.svg (black text) - docs-mintlify/images/logo-dark.svg (white text) The benzene mark uses a colored gradient that reads on both light and dark backgrounds, so logo.svg and logo-bright.svg now share identical content — the dark-mode SmartImage swap in logo.tsx is effectively a no-op but the file pair is preserved to avoid touching the component API. Same applies to examples/demo. Also drop the 'dark:invert' className on examples/demo's <Image> — the new gradient mark should not be color-inverted on dark backgrounds (it already reads correctly on both). |
||
|---|---|---|
| .. | ||
| cjs-test | ||
| convex | ||
| demo | ||
| docs-examples | ||
| e-commerce | ||
| js-example | ||
| lovable-react-18-example | ||
| middleware | ||
| react-example | ||
| supabase | ||
| tanstack-start-demo | ||