@rspress-theme-anatole/theme-default 0.7.28 → 0.7.30
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 +5 -0
- package/package.json +3 -3
package/dist/bundle.js
CHANGED
|
@@ -1775,6 +1775,10 @@ function GettingStartLayout(props) {
|
|
|
1775
1775
|
frontmatter: frontmatter,
|
|
1776
1776
|
routePath: routePath
|
|
1777
1777
|
}),
|
|
1778
|
+
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(HomepageFeaturesTabs, {
|
|
1779
|
+
frontmatter: frontmatter,
|
|
1780
|
+
routePath: routePath
|
|
1781
|
+
}),
|
|
1778
1782
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(PopularTopicsSection, {
|
|
1779
1783
|
frontmatter: frontmatter,
|
|
1780
1784
|
routePath: routePath
|
|
@@ -3437,6 +3441,7 @@ function HomepageFaqs({ frontmatter, routePath }) {
|
|
|
3437
3441
|
className: "faqs-box-item",
|
|
3438
3442
|
children: (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("a", {
|
|
3439
3443
|
href: faqItem.link,
|
|
3444
|
+
target: "_blank",
|
|
3440
3445
|
className: "faqs-item-question faqs-item-link",
|
|
3441
3446
|
children: [
|
|
3442
3447
|
(0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
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.7.
|
|
4
|
+
"version": "0.7.30",
|
|
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.7.
|
|
25
|
-
"@rspress-theme-anatole/shared": "0.7.
|
|
24
|
+
"@rspress-theme-anatole/rspress-plugin-mermaid": "0.7.30",
|
|
25
|
+
"@rspress-theme-anatole/shared": "0.7.30",
|
|
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",
|