Everything you can click
Each specimen is live — hover it, focus it, type in it. Press Markup on any of them to see the HTML that produced it.
Forms & inputs
A field is a recessed panel with a hairline border. Focus does not draw a browser ring — it lifts the border to the accent, and the caret is already cyan. That is enough, and it stays inside the 1px rule.
Tabs & pills
Four ways to switch, in decreasing order of how much room they take. All four are driven by the same data-tab / data-panel pair in journeymro.js — the class only decides how it looks.
Cards & lists
A card is the frame's hairline again. An empty media area gets a diagonal hatch rather than a flat fill — it reads as "space reserved" instead of "nothing here", which matters when the real content is a chart that has not loaded.
Master data audit
What the ERP says you hold, against what the site actually holds — and the gap costed.
- Costed gap register — every variance with a dollar figure
- Cleansing rules — written to be run again next quarter
- An owner per rule — no orphan actions
- Pull 24 months of receipts and issues.
- Reconcile against the item master.
- Cost the variance and rank it.
Overlays
A dialog is a panel of the frame that happens to float: same hairline, no radius, and rules running between its sections rather than boxes around them. Escape, the backdrop and any [data-dialog-close] all close it; focus returns to whatever opened it.
<button class="btn ghost" data-dialog-open="dlg-demo">Open dialog</button>
<div class="svc7-overlay" id="dlg-demo" hidden>
<div class="svc7-overlay-dim"></div>
<div class="svc7-dialog" role="dialog" aria-modal="true">
<div class="svc7-dialog-head">
<span class="svc7-dialog-title">Title</span>
<button class="svc7-dialog-close" data-dialog-close aria-label="Close">…</button>
</div>
<div class="svc7-dialog-body">…</div>
<div class="svc7-dialog-foot">
<button class="btn ghost" data-dialog-close>Cancel</button>
<button class="btn">Confirm</button>
</div>
</div>
</div>Feedback
This part has no receipts or issues in the selected window. Widen the range or check the site filter.
LEAD_TIME is missing from the file.