@fumadocs/base-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
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@source inline("!enabled");
|
|
2
2
|
@source inline("*:rounded-lg");
|
|
3
3
|
@source inline("---spacing");
|
|
4
|
-
@source inline("--fd-toc-width");
|
|
5
4
|
@source inline("--removed-body-scroll-bar-size");
|
|
6
5
|
@source inline("-mx-1");
|
|
7
6
|
@source inline("[&_svg]:shrink-0");
|
|
@@ -159,7 +158,6 @@
|
|
|
159
158
|
@source inline("useProvider");
|
|
160
159
|
@source inline("w-[calc(100%-var(--removed-body-scroll-bar-size,0px))]");
|
|
161
160
|
@source inline("wait");
|
|
162
|
-
@source inline("xl:layout:[--fd-toc-width:268px]");
|
|
163
161
|
@source inline("xl:pt-14");
|
|
164
162
|
@source inline("xl:px-8");
|
|
165
163
|
@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/base-ui",
|
|
3
|
-
"version": "16.8.
|
|
3
|
+
"version": "16.8.5",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"tailwindcss": "^4.2.4",
|
|
144
144
|
"tsdown": "0.21.10",
|
|
145
145
|
"unified": "^11.0.5",
|
|
146
|
+
"fumadocs-core": "16.8.5",
|
|
146
147
|
"tsconfig": "0.0.0",
|
|
147
|
-
"fumadocs
|
|
148
|
-
"@fumadocs/cli": "1.3.8"
|
|
148
|
+
"@fumadocs/cli": "1.3.9"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
151
151
|
"@takumi-rs/image-response": "*",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"next": "16.x.x",
|
|
155
155
|
"react": "^19.2.0",
|
|
156
156
|
"react-dom": "^19.2.0",
|
|
157
|
-
"fumadocs-core": "16.8.
|
|
157
|
+
"fumadocs-core": "16.8.5"
|
|
158
158
|
},
|
|
159
159
|
"peerDependenciesMeta": {
|
|
160
160
|
"next": {
|