@betterportal/theme-runtime 1.0.0 → 10.1.41
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,4 +22,4 @@ const asset = await buildBetterPortalThemeRuntimeAsset({
|
|
|
22
22
|
|
|
23
23
|
The shared shell owns service/app URL rewriting, native API allowlist links, managed BP headers, header-aware preload, HTMX lifecycle handling, downloads, history, authentication failures, SSE, and background fragments. The fixed HTMX extension allowlist is `bp-shell, sse`.
|
|
24
24
|
|
|
25
|
-
Theme adapters are presentation-only. They may implement loading/error UI, component initialization and disposal, overlay cleanup, and scrolling. Do not bundle the stock preload extension: BetterPortal's preload implementation is part of `bp-shell` so it can attach scoped BP headers and reuse the prefetched response.
|
|
25
|
+
Theme adapters are presentation-only. They may implement loading/error UI, component initialization and disposal, overlay cleanup, and scrolling. Do not bundle the stock preload extension: BetterPortal's preload implementation is part of `bp-shell` so it can attach scoped BP headers and reuse the prefetched response.
|