@rspress/shared 1.0.0-beta.3 → 1.0.0-beta.4

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 +3 -7
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -57,7 +57,7 @@ interface Config$1 {
57
57
  /**
58
58
  * Custom outline title in the aside component.
59
59
  *
60
- * @default 'On this page'
60
+ * @default 'ON THIS PAGE'
61
61
  */
62
62
  outlineTitle?: string;
63
63
  /**
@@ -119,13 +119,9 @@ interface Config$1 {
119
119
  */
120
120
  search?: boolean;
121
121
  /**
122
- * Whether to use back top
122
+ * The behavior of hiding navbar
123
123
  */
124
- backTop?: boolean;
125
- /**
126
- * Whether to hide the navbar
127
- */
128
- hideNavbar?: boolean;
124
+ hideNavbar?: 'always' | 'auto' | 'never';
129
125
  /**
130
126
  * Whether to enable the animation for translation pages
131
127
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",