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="M166-410H71q-13 0-21.5-8.5T41-440q0-13 8.5-21.5T71-470h95l-26-26q-9-9-9-21.5t9-21.5q9-9 21-9t21 9l71 71q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13l-71 71q-9 9-21 9t-21-9q-9-9-9-21.5t9-21.5l26-26Zm-5 353q-8 0-15-2.5T133-68l-71-71q-9-9-9-21t9-21q9-9 21.5-9t21.5 9l26 26v-95q0-13 8.5-21.5T161-280q13 0 21.5 8.5T191-250v95l26-26q9-9 21.5-9t21.5 9q9 9 9 21t-9 21l-71 71q-6 6-13 8.5T161-57Zm434-223H346l-27 46q-8 13-22.5 14t-27.5-8q-15-11-17-29t8-35l39-68q11-19 29.5-29.5T369-400h92l58-201q10-35 37-57t61-22q48 0 78.5 36.5T717-559l-43 215q-5 28-27.5 46T595-280ZM419-80q-25 0-42.5-17.5T359-140q0-25 17.5-42.5T419-200h225q18 0 37 6.5t39 20.5v-44q0-63 16.5-129.5T786-484l20-42q12-26 8-52.5T791-624q-8-8-12-18t-4-21q0-23 17-40t40-17q20 0 36.5 10.5T894-681q13 26 19.5 53t6.5 54q0 14-2 29.5t-7 32.5l-96 373q-8 26-29 42.5T738-80H419Zm222-640q-33 0-56.5-23.5T561-800q0-33 23.5-56.5T641-880q33 0 56.5 23.5T721-800q0 33-23.5 56.5T641-720Zm-326 55q-13-13-20-31t-7-38q0-9 1.5-17t4.5-15q5-13 18-19t25 0q11 5 15.5 16t-1.5 22q-2 3-2.5 6t-.5 7q0 9 3 16.5t11 15.5q11 11 18 26.5t9 32.5q2 11 .5 21t-5.5 18q-5 14-17.5 21t-25.5 1q-11-5-15.5-16.5t.5-22.5q1-2 3-13 0-8-3-15.5T315-665Zm-126-4q-10-13-15-29t-5-34q0-8 1-15.5t3-13.5q5-14 16-21.5t24-2.5q12 5 17.5 16t.5 22q-2 3-2 6v7q0 10 2.5 19t9.5 17q10 13 15 29t5 34q0 8-1 15.5t-3 13.5q-5 14-16 21.5t-24 2.5q-12-5-17.5-16t-.5-22q2-3 2-6v-7q0-10-2.5-19t-9.5-17Zm271 29q-14 0-23-10t-7-24l24-163q-43-11-86-17t-87-6q-44 0-87 6t-86 17l24 163q2 14-7 24t-23 10q-11 0-19.5-7.5T72-666L47-841q-2-17 6.5-31.5T79-892q47-13 100-20.5t102-7.5q49 0 102.5 7.5T483-892q17 5 25.5 19.5T515-841l-25 175q-2 11-10.5 18.5T460-640Z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB