- Drop buttonRadius prop; button now uses --radius via rounded-md
- Inject @theme radius mappings into ThemeProvider so rounded-* utilities
pick up --radius inside the Tailwind CDN iframe
- Add shared Container that consumes --container-max-width set from the
global maxWidth prop, replacing ad-hoc "container mx-auto max-w-7xl px-6"
wrappers across commerce, landing, footer, navigation, and others
- Simplify maxWidth options to Small/Medium/Large/X-Large/Full bleed and
shift the scale up so Large (1280px) matches the previous default
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Replace the always-visible sidebar and inline mobile filter panel with a
single Filters button that opens a left-side Sheet, with Clear (outline)
and Search (default) actions in the footer for consistency across pages.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>