There was an error while loading. Please reload this page.
docs: rename LayrzTooltipPosition to LayrzPreferredSide The tooltip's four-value side vocabulary moves to a new shared package-level type, LayrzPreferredSide, also consumed by LayrzAnchoredPanel. Same four values, same semantics.
fix(wiki): update stale color token references from removed members Update all wiki references to removed color tokens (colors.background, colors.surface, colors.surface2, colors.surface3) with their replacements: - colors.background → colors.sf1 (canvas background) - colors.surface → colors.sf1 (cards now use sf1 with elevation shadows) - colors.surface2 → colors.sf2 (nested containers) - colors.surface3 → colors.sf3 (deeper nesting) Files updated: - LayrzTokenizer.md: example card uses sf1 - Platform-And-Extensions.md: flattenOn uses sf1 - Theming.md: delegating getters and table map to new tokens - LayrzCard.md: backgroundColor defaults and examples - LayrzTooltip.md: tooltip text color is sf1 (light on dark) - LayrzLayout.md: top bar uses sf1 - LayrzScrollbar.md: track hover uses sf3
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.
Document the drawer floating-page transition and correct the tooltip primitive The mobile drawer no longer slides in over the page; the page scales and translates away to reveal a flat drawer behind it, carrying the elevation itself. Record the transition geometry, the drag gestures, the back-button close, and the top bar's new icon button, and correct the safe-area note that still attributed elevation to the drawer. Also fix a stale line describing LayrzTooltip as composed on Overlay and OverlayEntry; it has used OverlayPortal since the overlay rebuild.
docs: update Tooltip, TextInput, Button, Alert and Layout for the M2 touch review
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: correct LayrzTooltip for the composed rebuild The page described a thin RawTooltip wrapper with an anchor-opacity limitation. Neither is true any more: the component is composed on Overlay and no longer changes the hit-testing or layout of whatever it wraps. Records the guarantee that replaced the limitation, that the surface always renders outside the anchor's bounding box, and drops the RawTooltip positionDelegate gotcha. The gesture-arena constraint with a child's own onLongPress is retained, since it still holds.
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.