/** * Dieline info panel — built-in summary card for ``DielineResult``. * * Renders the detected dieline's source, confidence, spot name (when * present), and a table of per-region sizes in mm + inches. Hosts * drop this into their info-panel column the same way they'd drop * the FindingsSidebar in alongside the canvas. * * The component is opinionated about layout (a vertical card with a * header + a table) and uses brand-* / slate-* tokens; consumers * that need different chrome can reach the raw data via the * ``dieline`` prop they already pass to LensPDF. * * @public */ import type * as React from "react"; import type { DielineResult } from "../types"; export interface DielineInfoPanelProps { /** The DielineResult passed to ````. */ dieline: DielineResult | null | undefined; /** Optional CSS class for the wrapping ``