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
@@ -7,7 +7,7 @@ import {
7
7
  SearchToggle,
8
8
  ThemeToggle,
9
9
  Title
10
- } from "./chunk-B2SICS6I.js";
10
+ } from "./chunk-FOIG7ZU7.js";
11
11
  import {
12
12
  ScrollArea,
13
13
  ScrollViewport
@@ -7,7 +7,7 @@ import {
7
7
  SearchToggle,
8
8
  ThemeToggle,
9
9
  Title
10
- } from "./chunk-B2SICS6I.js";
10
+ } from "./chunk-FOIG7ZU7.js";
11
11
  import "./chunk-GHKJ6EFT.js";
12
12
  import "./chunk-AN2Y6MA2.js";
13
13
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "12.2.4",
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.2.4"
98
+ "fumadocs-core": "12.3.0"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@algolia/client-search": "^4.23.3",