@riboseinc/anafero-cli 0.0.37 → 0.0.39
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/build-site.mjs
CHANGED
|
@@ -316084,6 +316084,9 @@ var BrowserBar = function({
|
|
|
316084
316084
|
setInitialRender(false);
|
|
316085
316085
|
}, []);
|
|
316086
316086
|
const showToolbar = onActivateBrowsingMode || activeBrowsingMode;
|
|
316087
|
+
(0, import_react124.useEffect)(() => {
|
|
316088
|
+
console.debug("Load progress", loadProgress);
|
|
316089
|
+
}, [loadProgress]);
|
|
316087
316090
|
return /* @__PURE__ */ import_react124.default.createElement($7167f8da3cce35e4$export$2881499e37b75b9a, { theme: $bf24a13e98395dd3$export$bca14c5b3b88a9c9, ...providerProps }, /* @__PURE__ */ import_react124.default.createElement("div", { className: style_default.browserBar }, /* @__PURE__ */ import_react124.default.createElement("header", { className: style_default.browserBarTitle }, /* @__PURE__ */ import_react124.default.createElement("h1", null, title)), showToolbar ? /* @__PURE__ */ import_react124.default.createElement(
|
|
316088
316091
|
$13c3c67164f4d5be$export$4c260019440d418f,
|
|
316089
316092
|
{
|
|
@@ -317137,7 +317140,7 @@ async function* generateStaticSiteAssets(versions, currentVersionID, opts) {
|
|
|
317137
317140
|
};
|
|
317138
317141
|
const prefixWithTrailing = opts.pathPrefix ? `${opts.pathPrefix}/` : "/";
|
|
317139
317142
|
function expandGlobalPath(path3) {
|
|
317140
|
-
const expanded = path3.startsWith("/") ? `${opts.pathPrefix}${path3}` : `${prefixWithTrailing}${path3}`;
|
|
317143
|
+
const expanded = path3.startsWith("/") ? `${opts.pathPrefix ?? ""}${path3}` : `${prefixWithTrailing}${path3}`;
|
|
317141
317144
|
return expanded;
|
|
317142
317145
|
}
|
|
317143
317146
|
const htmlAttrs = `
|
package/package.json
CHANGED
|
index 98eec96..604f9dc 100644
|
|
|
Binary file
|