UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 757 B
export function showEventNotFound(e){if(typeof document>"u"||!e)return;e.textContent="";const t=e.style;t.display="flex",t.flexDirection="column",t.alignItems="center",t.justifyContent="center",t.boxSizing="border-box",t.padding="24px",t.background="#ffffff",t.color="#1f2937",t.textAlign="center",t.fontFamily='Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif';const n=document.createElement("div");n.textContent="Event not found",n.style.cssText=["font-size: 28px","font-weight: 600","line-height: 1.25"].join("; ");const o=document.createElement("div");o.textContent="This event does not exist or is no longer available.",o.style.cssText=["margin-top: 8px","font-size: 16px","color: #6b7280"].join("; "),e.appendChild(n),e.appendChild(o)}