Add the Material 3 Expressive foundation
tests / lint (push) Successful in 1m0s
tests / feature (8.4) (push) Successful in 1m0s
tests / feature (8.5) (push) Successful in 1m1s
tests / browser (safari, webkit) (push) Successful in 1m59s
tests / browser (chrome, chromium) (push) Successful in 1m49s
tests / browser (firefox, firefox) (push) Successful in 1m54s

Colour, shape, type, elevation and motion as tokens and Tailwind
utilities; `php artisan material:scheme`, which generates an app's colour
roles with Google's material-color-utilities (spec 2025); the theme head
script with light, dark and system and its Alpine store; Google Sans Flex;
every Material Symbol (4,135, outlined and filled) drawn by <x-icon>
without blade-icons; all 35 M3 Expressive shapes, ported from androidx, as
<x-shape>; the x-figure directive; the Toasts concern; DesignGuard for
applications' tests; and a showcase with every token, both themes side by
side and an icon search.

Colour utilities are `@theme inline`, so a section with its own
data-theme repaints; without it they resolve once on :root.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
This commit is contained in:
Andreas Reinhold / reini
2026-09-13 05:24:11 +02:00
co-authored by Claude Opus 5
parent 9b53891a8e
commit b48e879254
8364 changed files with 12720 additions and 28 deletions
@@ -0,0 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M265-404h24v-152h-17l-45 32 13 19 25-18v119Zm57 1h100v-23h-66v-2l39-40q12-12 18-24t6-24q0-20-13.5-32T371-560q-18 0-31 9t-18 25l21 10q4-10 11-15t17-5q11 0 17.5 5.5T395-515q0 12-17 31l-56 58v23Zm141-1q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm0-81q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm92 85q23 0 37-13t14-33q0-14-7-23.5T580-484v-1q10-5 15.5-13.5T601-518q0-17-14-29.5T553-560q-17 0-29.5 8.5T505-528l22 9q4-9 10.5-13.5T553-537q11 0 17 5.5t6 13.5q0 10-7.5 16.5T550-495h-12v23h13q14 0 21.5 5.5T580-450q0 11-8 18.5t-20 7.5q-11 0-17.5-6T524-449l-23 9q6 19 20 29.5t34 10.5Zm125 0q22 0 37.5-15t15.5-37q0-20-13-34.5T687-501q-2 0-16 4l-1-1 35-48-20-14-39 56q-12 17-16 28t-4 21q0 23 15.5 39t38.5 16Zm-1-23q-12 0-20.5-8.5T650-452q0-12 8.5-20.5T679-481q12 0 20.5 8.5T708-452q0 12-8.5 20.5T679-423ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB