@brillout/docpress 0.4.1 → 0.4.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/dist/index.js CHANGED
@@ -267,6 +267,9 @@ var inlang_default = "/assets/inlang-GFRWND6X.png";
267
267
 
268
268
  // src/components/Sponsors/sponsorsList.ts
269
269
  var individuals = [
270
+ {
271
+ username: "Nelie-Taylor"
272
+ },
270
273
  {
271
274
  username: "fortezhuo"
272
275
  },
@@ -187,7 +187,7 @@ function Navigation({
187
187
  const currentUrl = pageContext.urlPathname;
188
188
  return /* @__PURE__ */ React3.createElement(React3.Fragment, null, /* @__PURE__ */ React3.createElement("div", {
189
189
  id: "navigation-container"
190
- }, /* @__PURE__ */ React3.createElement(NavigationHeader, null), pageContext.detachedPageHeadings && /* @__PURE__ */ React3.createElement(React3.Fragment, null, /* @__PURE__ */ React3.createElement(NavigationContent, {
190
+ }, /* @__PURE__ */ React3.createElement(NavigationHeader, null), pageContext.detachedPageHeadings && /* @__PURE__ */ React3.createElement(React3.Fragment, null, pageContext.detachedPageHeadings.length > 1 && /* @__PURE__ */ React3.createElement(NavigationContent, {
191
191
  id: "navigation-content-detached",
192
192
  headings: pageContext.detachedPageHeadings,
193
193
  currentUrl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",