-**Code Syntax Highlighting** - Complete `--code-*` variables for all 18 themes
-**Extended Chart Colors** - `chart-6` through `chart-9` added to all themes
-**Style Guide Template** - Comprehensive design system reference in `/library`
[CHANGED]
-All 18 themes now pass WCAG AA accessibility audit
-FUI theme border contrast improved (3:1 minimum for UI components)
[FIXED]
-Blueprint theme border contrast (45% → 55%) for WCAG 3:1
-Cyberpunk theme border contrast (25% → 38%) for WCAG 3:1
-Navigator theme border contrast (30% → 36%) for WCAG 3:1
-Phosphor theme border contrast (25% → 35%) for WCAG 3:1
-Red/Infrared theme code comment contrast for readability
v1.0.1 - DYNAMIC RADIUS SYSTEM
[0x04] v1.0.1 - DYNAMIC RADIUS SYSTEM2025-12-25
[CHANGED]
-**Dynamic Border Radius System** - Components now use `mode.radius` which maps to CSS `var(--radius)`, allowing themes to control border radius dynamically
-All 78+ UI components updated to use `mode.radius` instead of hardcoded `rounded-none`
-Design system documentation comprehensively updated across 18+ files
[FIXED]
-Calendar component layout and centering issues
-ScrollArea radius applied to correct element (outer container)
-InputOTP spacing when rounded
-Progress bar height and radius support
-Table headers no longer break when themes use rounded corners
[REMOVED]
-Sticky CTA bar from landing pages (component retained for optional use)