@rspress-theme-anatole/theme-default 0.1.7 → 0.1.8
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.css +2 -2
- package/dist/bundle.js +14 -10
- package/package.json +2 -2
package/dist/bundle.css
CHANGED
|
@@ -3579,7 +3579,7 @@ p {
|
|
|
3579
3579
|
letter-spacing: -2%;
|
|
3580
3580
|
vertical-align: middle;
|
|
3581
3581
|
color: #32363E;
|
|
3582
|
-
margin-top:
|
|
3582
|
+
margin-top: 14px;
|
|
3583
3583
|
}
|
|
3584
3584
|
|
|
3585
3585
|
.topics-item-desc {
|
|
@@ -3589,7 +3589,7 @@ p {
|
|
|
3589
3589
|
letter-spacing: 0%;
|
|
3590
3590
|
vertical-align: middle;
|
|
3591
3591
|
color: #494F5A;
|
|
3592
|
-
margin-top:
|
|
3592
|
+
margin-top: 10px;
|
|
3593
3593
|
}
|
|
3594
3594
|
|
|
3595
3595
|
.topics-item-icon {
|
package/dist/bundle.js
CHANGED
|
@@ -2547,12 +2547,14 @@ function HomepageTopics({ frontmatter, routePath }) {
|
|
|
2547
2547
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("i", {
|
|
2548
2548
|
className: topicItem.icon + " topics-item-icon",
|
|
2549
2549
|
}),
|
|
2550
|
-
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
children:
|
|
2550
|
+
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("p", {
|
|
2551
|
+
className: "topics-item-text",
|
|
2552
|
+
children: (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("a", {
|
|
2553
|
+
children: (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
2554
|
+
children: topicItem.text
|
|
2555
|
+
}),
|
|
2556
|
+
href: topicItem.link
|
|
2554
2557
|
}),
|
|
2555
|
-
href: topicItem.link
|
|
2556
2558
|
}),
|
|
2557
2559
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("p", {
|
|
2558
2560
|
className: "topics-item-desc",
|
|
@@ -2606,12 +2608,14 @@ function HomepageFeatures({ frontmatter, routePath }) {
|
|
|
2606
2608
|
}),
|
|
2607
2609
|
className: "features-item-icon-div"
|
|
2608
2610
|
}),
|
|
2609
|
-
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
children:
|
|
2611
|
+
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("p", {
|
|
2612
|
+
className: "topics-item-text",
|
|
2613
|
+
children: (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("a", {
|
|
2614
|
+
children: (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
2615
|
+
children: featureItem.text
|
|
2616
|
+
}),
|
|
2617
|
+
href: featureItem.link
|
|
2613
2618
|
}),
|
|
2614
|
-
href: featureItem.link
|
|
2615
2619
|
}),
|
|
2616
2620
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("p", {
|
|
2617
2621
|
className: "topics-item-desc",
|
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.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.css",
|
|
@@ -33,7 +33,7 @@
|
|
|
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.8"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@microsoft/api-extractor": "^7.49.2",
|