@rspress/shared 1.28.3 → 1.29.0

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -223,9 +223,13 @@ interface Config$1 {
223
223
  */
224
224
  hideNavbar?: 'always' | 'auto' | 'never';
225
225
  /**
226
- * Whether to enable the animation for translation pages
226
+ * Whether to enable view transition animation for pages switching
227
227
  */
228
228
  enableContentAnimation?: boolean;
229
+ /**
230
+ * Whether to enable view transition animation for the theme
231
+ */
232
+ enableAppearanceAnimation?: boolean;
229
233
  /**
230
234
  * Enable scroll to top button on documentation
231
235
  * @default false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "1.28.3",
3
+ "version": "1.29.0",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",