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="M251.5-636q22.5 4 37.5 12t23 19.5q8 11.5 8 26.5v158q0 17-11.5 28.5T280-380h-20v160q0 25-17.5 42.5T200-160q-25 0-42.5-17.5T140-220v-160h-20q-17 0-28.5-11.5T80-420v-158q0-15 8-26.5t23-19.5q15-8 37.5-12t51.5-4q29 0 51.5 4ZM200-680q-29 0-49.5-20.5T130-750q0-29 20.5-49.5T200-820q29 0 49.5 20.5T270-750q0 29-20.5 49.5T200-680Zm300 80q-25 0-42.5-17.5T440-660q0-25 17.5-42.5T500-720q25 0 42.5 17.5T560-660q0 25-17.5 42.5T500-600Zm280 70q-21 0-35.5-14.5T730-580q0-21 14.5-35.5T780-630q21 0 35.5 14.5T830-580q0 21-14.5 35.5T780-530Zm-280-30q26 0 47 3.5t35 10.5q14 7 21 17.5t7 24.5v124q0 17-11.5 28.5T570-340h-20v130q0 21-14.5 35.5T500-160q-21 0-35.5-14.5T450-210v-130h-20q-17 0-28.5-11.5T390-380v-124q0-14 7-24.5t21-17.5q14-7 35-10.5t47-3.5Zm280 60q24 0 42.5 3t31.5 10q13 7 19.5 16.5T880-449v109q0 17-11.5 28.5T840-300h-20v100q0 17-11.5 28.5T780-160q-17 0-28.5-11.5T740-200v-100h-20q-17 0-28.5-11.5T680-340v-109q0-12 6.5-21.5T706-487q13-7 31.5-10t42.5-3Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB