varvara-typedoc-theme 0.3.7 → 0.3.9
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 +4 -2
- package/assets/overrides.css +5 -0
- package/dist/index.js +1 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,11 +8,11 @@ Varvara TypeDoc Theme is a custom theme for TypeDoc, designed to provide a seaml
|
|
|
8
8
|
[](https://github.com/marcmarine/varvara-js/blob/main/LICENSE)
|
|
9
9
|
[](https://github.com/marcmarine/varvara-js/blob/main/packages/typedoc-theme/CHANGELOG.md)
|
|
10
10
|
|
|
11
|
-
<details
|
|
11
|
+
<details open>
|
|
12
12
|
<summary>🖼️ <strong>Screenshots</strong></summary>
|
|
13
13
|
|
|
14
14
|

|
|
15
|
-
|
|
15
|
+
|
|
16
16
|

|
|
17
17
|
|
|
18
18
|
> [!TIP]
|
|
@@ -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
|
package/assets/overrides.css
CHANGED
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("
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "varvara-typedoc-theme",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
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.
|
|
18
|
+
"varvara-css": "^0.9.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/bun": "latest"
|