There was an error while loading. Please reload this page.
docs(wiki): document LayrzStepper's minimum height constraint LayrzStepper needs roughly 150px of height before it can render a step body at all, regardless of direction. Names the four irreducible pieces of fixed chrome that make up that floor — the indicator band, label line, spacing gap, and Back/Next button row — so the number stays comprehensible if the underlying tokens change. Cross-references the showroom's regression test and its deliberately excluded 320x300 case.
docs(wiki): document LayrzStepper's required direction parameter The page previously described layout selection as derived from context.isCompact; it now documents the required LayrzStepperDirection parameter, adds a section for the enum, includes the migration snippet for callers who want the old responsive behaviour, and records that the component needs roughly 150px of height for its own chrome before it can render a step body.
docs(wiki): add the LayrzStepper page and catalog entries Adds a new wiki page documenting LayrzStepper's two layouts (full-width wide header, compact vertical accordion), the icon-vs-state-glyph rule, tappability including error steps, and accessibility notes. Registers the page in the sidebar under Menus and Navigation, and adds two Component-Catalog rows for LayrzStepper and LayrzStepIndicator.