varvara-typedoc-theme 0.3.6 → 0.3.8

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 CHANGED
@@ -76,6 +76,8 @@ export default config
76
76
 
77
77
  ### Customization
78
78
 
79
+ _View a_ [_live customised example here_](https://marcmarine.github.io/western-signs).
80
+
79
81
  Add custom styling by specifying an extra CSS file using the [customCss](https://typedoc.org/documents/Options.Output.html#customcss) option:
80
82
 
81
83
  ```bash
@@ -16,6 +16,11 @@
16
16
  box-sizing: border-box;
17
17
  }
18
18
 
19
+ body {
20
+ background: inherit;
21
+ color: inherit;
22
+ }
23
+
19
24
  .va-collapse {
20
25
  overflow: hidden;
21
26
  }
package/dist/index.js CHANGED
@@ -218,17 +218,7 @@ function toolbar(context) {
218
218
  id: "tsd-search-trigger",
219
219
  class: "va-button",
220
220
  "aria-label": i18n3.theme_search()
221
- }, /* @__PURE__ */ JSX3.createElement("svg", {
222
- xmlns: "http://www.w3.org/2000/svg",
223
- fill: "none",
224
- viewBox: "0 0 24 24",
225
- "stroke-width": "2.5",
226
- width: "16",
227
- height: "16",
228
- stroke: "currentColor"
229
- }, /* @__PURE__ */ JSX3.createElement("path", {
230
- d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
231
- }))), /* @__PURE__ */ JSX3.createElement("a", {
221
+ }, i18n3.theme_search()), /* @__PURE__ */ JSX3.createElement("a", {
232
222
  href: "#",
233
223
  class: "va-button",
234
224
  id: "tsd-toolbar-menu-trigger",
@@ -249,18 +239,9 @@ function toolbar(context) {
249
239
  }, Object.entries(context.options.getValue("navigationLinks")).map(([label, url]) => /* @__PURE__ */ JSX3.createElement("a", {
250
240
  href: url,
251
241
  class: "va-button"
252
- }, /* @__PURE__ */ JSX3.createElement("span", null, label), /* @__PURE__ */ JSX3.createElement("svg", {
253
- viewBox: "0 0 16 16",
254
- xmlns: "http://www.w3.org/2000/svg",
255
- width: "16",
256
- height: "16",
257
- fill: "none"
258
- }, /* @__PURE__ */ JSX3.createElement("path", {
259
- "fill-rule": "evenodd",
260
- "clip-rule": "evenodd",
261
- d: "M1.52346 0.380859H15.6187V14.4761H13.333V4.28282L2.33158 15.2842L0.715332 13.668L11.7167 2.66657H1.52346V0.380859Z",
262
- fill: "currentColor"
263
- })))))), /* @__PURE__ */ JSX3.createElement("dialog", {
242
+ }, /* @__PURE__ */ JSX3.createElement("span", null, label), /* @__PURE__ */ JSX3.createElement("i", {
243
+ class: "va-icon va-icon--external"
244
+ }))))), /* @__PURE__ */ JSX3.createElement("dialog", {
264
245
  id: "tsd-search",
265
246
  "aria-label": i18n3.theme_search()
266
247
  }, /* @__PURE__ */ JSX3.createElement("input", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "varvara-typedoc-theme",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "author": "Marc Mariné <shenobi@gmail.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "varvara-css": "^0.7.4"
18
+ "varvara-css": "^0.8.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/bun": "latest"