@rspress-theme-anatole/theme-default 0.1.18 → 0.1.20
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/dist/bundle.js +0 -1
- package/package.json +3 -3
package/dist/bundle.js
CHANGED
|
@@ -2938,7 +2938,6 @@ function HomepageTopSearch({ frontmatter, routePath }) {
|
|
|
2938
2938
|
],
|
|
2939
2939
|
style: {
|
|
2940
2940
|
height: "400px",
|
|
2941
|
-
backgroundColor: "green",
|
|
2942
2941
|
backgroundImage: `url(${(0, __WEBPACK_EXTERNAL_MODULE__rspress_runtime_0abd3046__.normalizeImagePath)(imageSrc.light)})`,
|
|
2943
2942
|
backgroundSize: "cover",
|
|
2944
2943
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress-theme-anatole/theme-default",
|
|
3
3
|
"author": "Anatole Tong",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.20",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.css",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"react-helmet-async": "^1.3.0",
|
|
34
34
|
"react-syntax-highlighter": "^15.6.1",
|
|
35
35
|
"@rspress/runtime": "1.43.8",
|
|
36
|
-
"@rspress-theme-anatole/shared": "0.1.
|
|
36
|
+
"@rspress-theme-anatole/shared": "0.1.19",
|
|
37
37
|
"react-router-dom": "6.29.0",
|
|
38
|
-
"rspress-plugin-directives": "0.1.
|
|
38
|
+
"@rspress-theme-anatole/rspress-plugin-directives": "0.1.19"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-extractor": "^7.49.2",
|