feat: implement Material 3 typography tokens and classes#120
Conversation
…s directory and update README
There was a problem hiding this comment.
Code Review
This pull request introduces Material Design 3 Expressive indicators, adding a morphing geometric 'md-loading' component and extending 'md-progress' with wavy circular and linear tracks. It also refactors typography styles into a centralized 'md-typescale.js' module. Feedback focuses on optimizing animation performance by pausing the animation loop when inactive and caching DOM queries. Additionally, several robustness improvements are recommended, including preventing infinite loops from non-finite progress values, avoiding stack overflows from circular CSS variable references, ensuring SSR compatibility, and adding defensive null checks for canvas contexts.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This PR adds the M3 type scale tokens, classes, and helper styles under typography/md-typescale.js and updates md-typescale-styles.js for backward compatibility.