@rspress-theme-anatole/theme-default 0.6.5 → 0.6.6

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/bundle.js +1 -1
  2. package/package.json +3 -3
package/dist/bundle.js CHANGED
@@ -3000,7 +3000,7 @@ function HomeFooter() {
3000
3000
  style: {
3001
3001
  display: "flex",
3002
3002
  fontWeight: "400",
3003
-
3003
+ color: "red"
3004
3004
  }
3005
3005
  }),
3006
3006
  (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("p", {
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.6.5",
4
+ "version": "0.6.6",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
7
7
  "*.css",
@@ -21,8 +21,8 @@
21
21
  "types": "./dist/bundle.d.ts",
22
22
  "dependencies": {
23
23
  "@mdx-js/react": "2.3.0",
24
- "@rspress-theme-anatole/rspress-plugin-mermaid": "0.6.5",
25
- "@rspress-theme-anatole/shared": "0.6.5",
24
+ "@rspress-theme-anatole/rspress-plugin-mermaid": "0.6.6",
25
+ "@rspress-theme-anatole/shared": "0.6.6",
26
26
  "@rspress/runtime": "1.43.8",
27
27
  "body-scroll-lock": "4.0.0-beta.0",
28
28
  "copy-to-clipboard": "^3.3.3",