@rspress/shared 0.0.0-nightly-20230924160319 → 0.0.0-nightly-20230926160207

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -126,6 +126,10 @@ interface Config$1 {
126
126
  * Whether to hide the navbar
127
127
  */
128
128
  hideNavbar?: boolean;
129
+ /**
130
+ * Whether to enable the animation for translation pages
131
+ */
132
+ enableContentAnimation?: boolean;
129
133
  }
130
134
  /**
131
135
  * locale config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "0.0.0-nightly-20230924160319",
3
+ "version": "0.0.0-nightly-20230926160207",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",