Institutional A-grade nav logo: SVG lockups, WCAG audit, and deploy hygiene.

Add transparent nav SVG assets with raster fallbacks, header contrast and focus fixes, automated a11y audit scripts, and evidence reports for institutional review.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
defiQUG
2026-06-15 19:06:00 -07:00
co-authored by Cursor
parent 23e61dc49c
commit 5c465d176e
23 changed files with 3712 additions and 64 deletions
+4
View File
@@ -9,6 +9,10 @@
"brand:export": "bash scripts/brand/export-brand-assets.sh",
"prebuild": "npm run brand:export",
"build": "tsc && vite build",
"test": "vitest run",
"test:watch": "vitest",
"a11y:header-audit": "node scripts/a11y/audit-header-wcag.mjs",
"a11y:header-audit:live": "node scripts/a11y/audit-header-wcag.mjs --lighthouse",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepreview": "npm run build",
"preview": "vite preview",