There was an error while loading. Please reload this page.
docs: update for the MDI icon set, token level ramps and panel merge Icon references move from LayrzIcons.solar* to MdiIcons.*. Spacing and radius tables are rebuilt around the five-level ramps, and the typography table is corrected (it had drifted from the code on both display's size and three of the five weights). Removes the input dense parameter and the deleted layout constants.
docs: update Tooltip, TextInput, Button, Alert and Layout for the M2 touch review
docs: trim LayrzButton and LayrzAlert style variants (DESIGN-20, DESIGN-22)
docs: correct examples for the five-style text scale The text scale collapsed from fifteen names to five, so every example using displayMedium, titleLarge, bodyMedium or labelSmall no longer compiled. Getting-Started mattered most, since the README now sends new users straight there. Also replaces the retired grid breakpoint constants with the theme's breakpoint tokens, and takes the installation and usage material moved out of the README.
docs: update LayrzAlert for the split-panel redesign The layrz style is no longer a neutral surface with an icon chip. It now shares filledIcon's split-panel layout with a tonal left panel instead of a solid one, so the two styles read as one pattern at two intensities. filledIcon gained a border, without which its surface-coloured half was invisible on a white page. Also documents flattenOn and isOpaque on the colour extension, including why flattening exists: a translucent fill lets a BoxDecoration's shadow bleed through it.
docs: document the interactive LayrzAlert Records the optional onTap: what changes on hover, focus and press, that the lift is a paint-only transform so the alert's rect never moves, and that an interactive alert announces as a button and activates with Enter or Space without any extra wiring inside LayrzApp. Non-interactive remains the default and renders exactly as before.
docs: add LayrzTooltip and LayrzAlert pages Documents both M2 Feedback components: full API, enums, styling tables and examples. The tooltip page distinguishes the surface's pass-through guarantee from the anchor, which RawTooltip makes opaque to hit-testing, and links the tracked rebuild. It also records the measured gesture-arena behaviour and the SDK gotcha where a custom positionDelegate forces verticalOffset to 0.0.