@rspress/plugin-medium-zoom 0.0.0-nightly-20241216160245 → 0.0.0-nightly-20241218160221

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.d.ts +5 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -128,6 +128,11 @@ declare interface Config$1 {
128
128
  * @default 'auto'
129
129
  */
130
130
  localeRedirect?: 'auto' | 'never';
131
+ /**
132
+ * Whether to show the fallback heading title when the heading title is not presented but `frontmatter.title` exists
133
+ * @default true
134
+ */
135
+ fallbackHeadingTitle?: boolean;
131
136
  }
132
137
 
133
138
  declare interface DocFooter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "0.0.0-nightly-20241216160245",
3
+ "version": "0.0.0-nightly-20241218160221",
4
4
  "description": "A plugin for rspress to zoom images in docs.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -27,10 +27,10 @@
27
27
  "react": "^18.3.1",
28
28
  "typescript": "^5.5.3",
29
29
  "vitest": "2.1.8",
30
- "@rspress/shared": "0.0.0-nightly-20241216160245"
30
+ "@rspress/shared": "0.0.0-nightly-20241218160221"
31
31
  },
32
32
  "peerDependencies": {
33
- "@rspress/runtime": "0.0.0-nightly-20241216160245"
33
+ "@rspress/runtime": "0.0.0-nightly-20241218160221"
34
34
  },
35
35
  "sideEffects": [
36
36
  "*.css",