EANCH-WP-0004: HtmlViewer scroll parity and viewer-shell workplan
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Export HtmlViewerAdapter from package root, add scrollRequestKey parity,
register finished workplan, update SCOPE.
This commit is contained in:
tegwick 2026-07-09 09:58:41 +02:00
parent 49d9810c93
commit bbeba96173
4 changed files with 119 additions and 5 deletions

View file

@ -20,6 +20,20 @@ export {
type CreateSelectorsOptions,
} from "./selectors";
// DOM adapter (re-exported from the src/dom/ boundary).
export {
HtmlViewerAdapter,
resolveHtmlSelectors,
scrollToHtmlTarget,
renderHtmlHighlight,
captureFromRange,
domPathToNode,
nodeAtPath,
type HtmlViewerAdapterProps,
type HtmlViewerDebugOptions,
type StoredHtmlAnnotation,
} from "./dom";
// PDF adapter + helpers (re-exported from the src/pdf/ boundary).
export {
PdfViewerAdapter,