fumadocs-ui 16.7.8 → 16.7.9

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/css/lib/base.css CHANGED
@@ -212,3 +212,7 @@
212
212
  @slot;
213
213
  }
214
214
  }
215
+
216
+ .fd-page-tree-item-name {
217
+ @apply inline-flex items-center gap-1 w-full;
218
+ }
package/dist/style.css CHANGED
@@ -2984,6 +2984,12 @@
2984
2984
  color: var(--color-fd-foreground);
2985
2985
  }
2986
2986
  }
2987
+ .fd-page-tree-item-name {
2988
+ display: inline-flex;
2989
+ width: 100%;
2990
+ align-items: center;
2991
+ gap: calc(var(--spacing) * 1);
2992
+ }
2987
2993
  .shiki:not(.not-fumadocs-codeblock *) {
2988
2994
  --padding-left: calc(var(--spacing) * 4);
2989
2995
  --padding-right: calc(var(--spacing) * 4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "16.7.8",
3
+ "version": "16.7.9",
4
4
  "description": "The Radix UI version of Fumadocs UI",
5
5
  "keywords": [
6
6
  "Docs",
@@ -158,8 +158,8 @@
158
158
  "tailwindcss": "^4.2.2",
159
159
  "tsdown": "0.21.6",
160
160
  "unified": "^11.0.5",
161
- "@fumadocs/cli": "1.3.3",
162
- "fumadocs-core": "16.7.8",
161
+ "@fumadocs/cli": "1.3.4",
162
+ "fumadocs-core": "16.7.9",
163
163
  "tsconfig": "0.0.0"
164
164
  },
165
165
  "peerDependencies": {
@@ -170,7 +170,7 @@
170
170
  "react": "^19.2.0",
171
171
  "react-dom": "^19.2.0",
172
172
  "shiki": "*",
173
- "fumadocs-core": "16.7.8"
173
+ "fumadocs-core": "16.7.9"
174
174
  },
175
175
  "peerDependenciesMeta": {
176
176
  "next": {