@ovalbee/reportifact 0.0.1 → 0.0.2

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/README.md CHANGED
@@ -774,7 +774,8 @@ Public subpaths:
774
774
  For URL-backed widgets, `src` is the portable spelling and legacy `url` remains
775
775
  supported for the full report renderer. Inline `data` takes precedence when
776
776
  both are present. `ReportifactFigure` owns the shared loading and fallback
777
- presentation; its `fallbackSrc` is also emitted as a no-JavaScript fallback.
777
+ presentation; its `fallbackImage` is also emitted as a no-JavaScript fallback and replaces a
778
+ failed child widget. `fallbackSrc` remains available as a compatibility alias.
778
779
  Wrap lower-level widgets in `ReportifactWidgetHost` when they are not already
779
780
  inside a `ReportifactFigure` or full `Reportifact` renderer.
780
781