varvara-typedoc-theme 0.3.6 → 0.3.7

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -12
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -249,18 +249,9 @@ function toolbar(context) {
249
249
  }, Object.entries(context.options.getValue("navigationLinks")).map(([label, url]) => /* @__PURE__ */ JSX3.createElement("a", {
250
250
  href: url,
251
251
  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", {
252
+ }, /* @__PURE__ */ JSX3.createElement("span", null, label), /* @__PURE__ */ JSX3.createElement("i", {
253
+ class: "va-icon va-icon--external"
254
+ }))))), /* @__PURE__ */ JSX3.createElement("dialog", {
264
255
  id: "tsd-search",
265
256
  "aria-label": i18n3.theme_search()
266
257
  }, /* @__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.7",
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"