@rspress-theme-anatole/theme-default 0.4.3 → 0.4.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.
- package/dist/bundle.js +6 -4
- package/package.json +3 -3
package/dist/bundle.js
CHANGED
|
@@ -469,18 +469,20 @@ const NavBarTitle = () => {
|
|
|
469
469
|
className: "flex items-center w-full h-full text-base font-semibold transition-opacity duration-300 hover:opacity-60",
|
|
470
470
|
children: [
|
|
471
471
|
logo && (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
472
|
-
className: "
|
|
472
|
+
className: "min-w-8",
|
|
473
473
|
children: logo
|
|
474
474
|
}),
|
|
475
475
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
476
476
|
style: {
|
|
477
477
|
border: '1px solid #D2D5DA',
|
|
478
|
-
|
|
479
|
-
rotate: '-90deg',
|
|
478
|
+
height: '24px',
|
|
480
479
|
},
|
|
481
480
|
}),
|
|
482
481
|
logoText && (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
483
|
-
children: logoText
|
|
482
|
+
children: logoText,
|
|
483
|
+
style: {
|
|
484
|
+
marginLeft: '12px',
|
|
485
|
+
}
|
|
484
486
|
}),
|
|
485
487
|
!logo && !logoText && (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
486
488
|
children: title
|
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.4.
|
|
4
|
+
"version": "0.4.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.css",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"types": "./dist/bundle.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@mdx-js/react": "2.3.0",
|
|
24
|
-
"@rspress-theme-anatole/shared": "0.4.
|
|
24
|
+
"@rspress-theme-anatole/shared": "0.4.4",
|
|
25
25
|
"@rspress/runtime": "1.43.8",
|
|
26
26
|
"body-scroll-lock": "4.0.0-beta.0",
|
|
27
27
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react-helmet-async": "^1.3.0",
|
|
36
36
|
"react-router-dom": "6.29.0",
|
|
37
37
|
"react-syntax-highlighter": "^15.6.1",
|
|
38
|
-
"@rspress-theme-anatole/rspress-plugin-mermaid": "0.4.
|
|
38
|
+
"@rspress-theme-anatole/rspress-plugin-mermaid": "0.4.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-extractor": "^7.49.2",
|