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="M240-720h480q17 0 28.5 11.5T760-680q0 17-11.5 28.5T720-640H240q-17 0-28.5-11.5T200-680q0-17 11.5-28.5T240-720Zm80-120h320q17 0 28.5 11.5T680-800q0 17-11.5 28.5T640-760H320q-17 0-28.5-11.5T280-800q0-17 11.5-28.5T320-840ZM675-99q-12-5-22.5-10.5T631-123l-29 9q-13 4-25.5-1T557-131l-8-14q-7-12-5-26t13-23l22-19q-2-13-2-26t2-26l-22-19q-11-9-13-22.5t5-25.5l9-15q7-11 19-16t25-1l29 9q11-8 21.5-13.5T675-379l6-29q3-14 13.5-22.5T719-439h16q14 0 24.5 9t13.5 23l6 28q12 5 22.5 10.5T823-355l29-9q13-4 25.5 1t19.5 16l8 14q7 12 5 26t-13 23l-22 19q2 13 2 26t-2 26l22 19q11 9 13 22.5t-5 25.5l-9 15q-7 11-19 16t-25 1l-29-9q-11 8-21.5 13.5T779-99l-6 29q-3 14-13.5 22.5T735-39h-16q-14 0-24.5-9T681-71l-6-28Zm108.5-83.5Q807-206 807-239t-23.5-56.5Q760-319 727-319t-56.5 23.5Q647-272 647-239t23.5 56.5Q694-159 727-159t56.5-23.5ZM234-120q-15 0-26.5-9.5T194-153l-66-400q-3-18 8.5-32.5T167-600h625q19 0 31 14.5t9 32.5l-9 51q-23-9-47-13.5t-49-4.5q-117 0-199 82t-82 199q0 31 7 61t20 58H234Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB