@aiready/visualizer 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- :root{--bg:#f8fafc;--panel:#ffffff;--muted:#6b7280;--accent:#111827}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--accent)}.app-root{display:flex;flex-direction:column;height:100vh}.app-header{background:#111827;color:#fff;padding:16px 20px;box-shadow:0 2px 6px #0f172a33}.app-header h1{margin:0;font-size:20px}.app-sub{margin:4px 0 0;color:var(--muted);font-size:13px}.app-body{display:flex;flex:1;overflow:hidden}.app-main{flex:1;position:relative;background:transparent}.app-aside{width:320px;background:var(--panel);border-left:1px solid #e6e9ef;padding:16px;overflow:auto}.details h2{margin:0 0 8px;font-size:16px}.muted{color:var(--muted)}.stats{margin-top:24px;border-top:1px solid #eef2f7;padding-top:12px}.legend{margin-top:18px;border-top:1px solid #eef2f7;padding-top:12px}.legend-section{margin-bottom:10px}.legend-title{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:6px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#4b5563;margin-bottom:4px}.legend-swatch{width:14px;height:14px;border-radius:3px;display:inline-block;border:1px solid #e5e7eb}.legend-line{width:20px;height:3px;border-radius:2px;display:inline-block}.graph-canvas{position:absolute;top:0;right:0;bottom:0;left:0}@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh;display:flex;flex-direction:column}