There was an error while loading. Please reload this page.
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.
docs: add wiki pages for M5 components (Layout, ScaffoldShell, Scrollbar) - Rewrite LayrzLayout.md: complete specification for D37 scope - Sidebar (desktop) and drawer (mobile) presentations - Flat navigator items: Page and Label only - User menu dropdown, notifications footer - Container-driven breakpoints - Create LayrzScaffoldShell.md: adaptive list-detail shell specification - Generic over item type T - Consumer-owned filtering and detail view - Two-pane (desktop) and single-pane (mobile) presentations - Full API contract and examples - Create LayrzScrollbar.md: Material-free scrollbar documentation - Built on RawScrollbar - Installed by LayrzApp by default - Vertical scrollables only; horizontal and touch exempt - Migration guide from Material Scrollbar - Update Component-Catalog.md: - Add 'Domain: Application Shells and Navigation' section - Update M5 component list to reflect actual scope (12 components) - Reconcile dropped nav variants per D37 - Register all three new pages in wiki sidebar under Layout section