typedoc 0.23.18 → 0.23.19

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.
@@ -13,7 +13,7 @@ const toolbar = (context, props) => (utils_1.JSX.createElement("header", { class
13
13
  utils_1.JSX.createElement("ul", { class: "results" },
14
14
  utils_1.JSX.createElement("li", { class: "state loading" }, "Preparing search index..."),
15
15
  utils_1.JSX.createElement("li", { class: "state failure" }, "The search index is not available")),
16
- utils_1.JSX.createElement("a", { href: context.options.getValue("titleLink") ?? context.relativeURL("index.html"), class: "title" }, props.project.name)),
16
+ utils_1.JSX.createElement("a", { href: context.options.getValue("titleLink") || context.relativeURL("index.html"), class: "title" }, props.project.name)),
17
17
  utils_1.JSX.createElement("div", { class: "table-cell", id: "tsd-widgets" },
18
18
  utils_1.JSX.createElement("a", { href: "#", class: "tsd-widget tsd-toolbar-icon menu no-caption", "data-toggle": "menu", "aria-label": "Menu" }, context.icons.menu())))));
19
19
  exports.toolbar = toolbar;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typedoc",
3
3
  "description": "Create api documentation for TypeScript projects.",
4
- "version": "0.23.18",
4
+ "version": "0.23.19",
5
5
  "homepage": "https://typedoc.org",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {