fumadocs-ui 12.2.4 → 12.3.0
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.
|
@@ -109,14 +109,7 @@ function NavBox({
|
|
|
109
109
|
);
|
|
110
110
|
}
|
|
111
111
|
function Title({ title, url = "/" }) {
|
|
112
|
-
return /* @__PURE__ */ jsx2(
|
|
113
|
-
Link,
|
|
114
|
-
{
|
|
115
|
-
href: url,
|
|
116
|
-
className: "inline-flex items-center gap-2.5 font-semibold [&_svg]:size-5",
|
|
117
|
-
children: title
|
|
118
|
-
}
|
|
119
|
-
);
|
|
112
|
+
return /* @__PURE__ */ jsx2(Link, { href: url, className: "inline-flex items-center gap-2.5 font-semibold", children: title });
|
|
120
113
|
}
|
|
121
114
|
|
|
122
115
|
// src/components/layout/link-item.tsx
|
package/dist/docs.client.js
CHANGED
package/dist/layout.client.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-ui",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0",
|
|
4
4
|
"description": "The framework for building a documentation website in Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"next-themes": "^0.3.0",
|
|
96
96
|
"react-medium-image-zoom": "^5.2.4",
|
|
97
97
|
"tailwind-merge": "^2.3.0",
|
|
98
|
-
"fumadocs-core": "12.
|
|
98
|
+
"fumadocs-core": "12.3.0"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@algolia/client-search": "^4.23.3",
|