@ox-content/napi 3.2.5 → 3.2.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.
- package/index.d.ts +2 -0
- package/package.json +8 -8
package/index.d.ts
CHANGED
|
@@ -2768,6 +2768,8 @@ export interface JsThemeHeader {
|
|
|
2768
2768
|
logoLight?: string
|
|
2769
2769
|
/** Dark mode logo image URL. */
|
|
2770
2770
|
logoDark?: string
|
|
2771
|
+
/** Whether to render the header logo image. */
|
|
2772
|
+
showLogo?: boolean
|
|
2771
2773
|
/** Whether to render the site name text next to the logo. */
|
|
2772
2774
|
showSiteNameText?: boolean
|
|
2773
2775
|
/** Logo width in pixels. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/napi",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"description": "Node.js bindings for Ox Content - High-performance Markdown parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@ox-content/binding-darwin-x64": "3.2.
|
|
51
|
-
"@ox-content/binding-darwin-arm64": "3.2.
|
|
52
|
-
"@ox-content/binding-linux-x64-gnu": "3.2.
|
|
53
|
-
"@ox-content/binding-linux-x64-musl": "3.2.
|
|
54
|
-
"@ox-content/binding-linux-arm64-gnu": "3.2.
|
|
55
|
-
"@ox-content/binding-linux-arm64-musl": "3.2.
|
|
56
|
-
"@ox-content/binding-win32-x64-msvc": "3.2.
|
|
50
|
+
"@ox-content/binding-darwin-x64": "3.2.7",
|
|
51
|
+
"@ox-content/binding-darwin-arm64": "3.2.7",
|
|
52
|
+
"@ox-content/binding-linux-x64-gnu": "3.2.7",
|
|
53
|
+
"@ox-content/binding-linux-x64-musl": "3.2.7",
|
|
54
|
+
"@ox-content/binding-linux-arm64-gnu": "3.2.7",
|
|
55
|
+
"@ox-content/binding-linux-arm64-musl": "3.2.7",
|
|
56
|
+
"@ox-content/binding-win32-x64-msvc": "3.2.7"
|
|
57
57
|
}
|
|
58
58
|
}
|