anentrypoint-design 0.0.412 → 0.0.413
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.
- package/dist/247420.css +2 -0
- package/dist/247420.js +22 -22
- package/package.json +1 -1
- package/src/components/freddie/pages-missing.js +159 -0
- package/src/components/freddie.js +4 -0
package/dist/247420.css
CHANGED
|
@@ -12306,6 +12306,8 @@
|
|
|
12306
12306
|
}
|
|
12307
12307
|
/* Status bar items — inline flex with gap. */
|
|
12308
12308
|
.ds-247420 .fd-status-item { display: inline-flex; align-items: center; gap: var(--space-1, 4px); }
|
|
12309
|
+
/* Page error display — scrollable pre block for stack traces. */
|
|
12310
|
+
.ds-247420 .fd-page-error { max-height: 60vh; overflow: auto; white-space: pre-wrap; word-break: break-all; }
|
|
12309
12311
|
|
|
12310
12312
|
/* gm-prose.css */
|
|
12311
12313
|
/* ============================================================
|