fumadocs-ui 16.8.4 → 16.8.5
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/generated/flux.css
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
@source inline("*:gap-0!");
|
|
3
3
|
@source inline("*:rounded-lg");
|
|
4
4
|
@source inline("---spacing");
|
|
5
|
-
@source inline("--fd-toc-width");
|
|
6
5
|
@source inline("--removed-body-scroll-bar-size");
|
|
7
6
|
@source inline("-mx-1");
|
|
8
7
|
@source inline("[&_svg]:shrink-0");
|
|
@@ -167,7 +166,6 @@
|
|
|
167
166
|
@source inline("useProvider");
|
|
168
167
|
@source inline("w-[calc(100%-var(--removed-body-scroll-bar-size,0px))]");
|
|
169
168
|
@source inline("wait");
|
|
170
|
-
@source inline("xl:layout:[--fd-toc-width:268px]");
|
|
171
169
|
@source inline("xl:pt-14");
|
|
172
170
|
@source inline("xl:px-8");
|
|
173
171
|
@source inline("z-30");
|
|
@@ -9,7 +9,7 @@ function Container(props) {
|
|
|
9
9
|
id: "nd-page",
|
|
10
10
|
"data-full": full,
|
|
11
11
|
...props,
|
|
12
|
-
className: cn("flex flex-col w-full max-w-[900px] mx-auto [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14", full
|
|
12
|
+
className: cn("flex flex-col w-full max-w-[900px] mx-auto [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14", full && "max-w-[1168px]", props.className),
|
|
13
13
|
children: props.children
|
|
14
14
|
});
|
|
15
15
|
}
|
|
@@ -21,7 +21,7 @@ function TOC({ container, header, footer, style = "normal", list }) {
|
|
|
21
21
|
return /* @__PURE__ */ jsxs("div", {
|
|
22
22
|
id: "nd-toc",
|
|
23
23
|
...container,
|
|
24
|
-
className: cn("sticky top-(--fd-docs-row-1) h-[calc(var(--fd-docs-height)-var(--fd-docs-row-1))] flex flex-col [grid-area:toc] w-(--fd-toc-width) pt-12 pe-4 pb-2 max-xl:hidden", container?.className),
|
|
24
|
+
className: cn("sticky top-(--fd-docs-row-1) h-[calc(var(--fd-docs-height)-var(--fd-docs-row-1))] flex flex-col [grid-area:toc] w-(--fd-toc-width) pt-12 pe-4 pb-2 xl:layout:[--fd-toc-width:268px] max-xl:hidden", container?.className),
|
|
25
25
|
children: [
|
|
26
26
|
header,
|
|
27
27
|
/* @__PURE__ */ jsxs("h3", {
|
|
@@ -9,7 +9,7 @@ function Container(props) {
|
|
|
9
9
|
id: "nd-page",
|
|
10
10
|
"data-full": full,
|
|
11
11
|
...props,
|
|
12
|
-
className: cn("flex flex-col w-full max-w-[900px] mx-auto [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14", full
|
|
12
|
+
className: cn("flex flex-col w-full max-w-[900px] mx-auto [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14", full && "max-w-[1200px]", props.className),
|
|
13
13
|
children: props.children
|
|
14
14
|
});
|
|
15
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-ui",
|
|
3
|
-
"version": "16.8.
|
|
3
|
+
"version": "16.8.5",
|
|
4
4
|
"description": "The Radix UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"tailwindcss": "^4.2.4",
|
|
157
157
|
"tsdown": "0.21.10",
|
|
158
158
|
"unified": "^11.0.5",
|
|
159
|
-
"@fumadocs/cli": "1.3.
|
|
160
|
-
"fumadocs-core": "16.8.
|
|
159
|
+
"@fumadocs/cli": "1.3.9",
|
|
160
|
+
"fumadocs-core": "16.8.5",
|
|
161
161
|
"tsconfig": "0.0.0"
|
|
162
162
|
},
|
|
163
163
|
"peerDependencies": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"next": "16.x.x",
|
|
168
168
|
"react": "^19.2.0",
|
|
169
169
|
"react-dom": "^19.2.0",
|
|
170
|
-
"fumadocs-core": "16.8.
|
|
170
|
+
"fumadocs-core": "16.8.5"
|
|
171
171
|
},
|
|
172
172
|
"peerDependenciesMeta": {
|
|
173
173
|
"next": {
|