@fumadocs/base-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
|
@@ -4,7 +4,7 @@ import * as _$class_variance_authority_types0 from "class-variance-authority/typ
|
|
|
4
4
|
|
|
5
5
|
//#region src/layouts/home/slots/header.d.ts
|
|
6
6
|
declare const navItemVariants: (props?: ({
|
|
7
|
-
variant?: "
|
|
7
|
+
variant?: "icon" | "main" | "button" | null | undefined;
|
|
8
8
|
} & _$class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
9
9
|
declare function Header(props: ComponentProps<'header'>): _$react_jsx_runtime0.JSX.Element;
|
|
10
10
|
//#endregion
|
package/dist/style.css
CHANGED
|
@@ -3121,6 +3121,12 @@
|
|
|
3121
3121
|
color: var(--color-fd-foreground);
|
|
3122
3122
|
}
|
|
3123
3123
|
}
|
|
3124
|
+
.fd-page-tree-item-name {
|
|
3125
|
+
display: inline-flex;
|
|
3126
|
+
width: 100%;
|
|
3127
|
+
align-items: center;
|
|
3128
|
+
gap: calc(var(--spacing) * 1);
|
|
3129
|
+
}
|
|
3124
3130
|
.shiki:not(.not-fumadocs-codeblock *) {
|
|
3125
3131
|
--padding-left: calc(var(--spacing) * 4);
|
|
3126
3132
|
--padding-right: calc(var(--spacing) * 4);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.9",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"tailwindcss": "^4.2.2",
|
|
142
142
|
"tsdown": "0.21.6",
|
|
143
143
|
"unified": "^11.0.5",
|
|
144
|
-
"@fumadocs/cli": "1.3.
|
|
145
|
-
"fumadocs-core": "16.7.
|
|
144
|
+
"@fumadocs/cli": "1.3.4",
|
|
145
|
+
"fumadocs-core": "16.7.9",
|
|
146
146
|
"tsconfig": "0.0.0"
|
|
147
147
|
},
|
|
148
148
|
"peerDependencies": {
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"react": "^19.2.0",
|
|
154
154
|
"react-dom": "^19.2.0",
|
|
155
155
|
"shiki": "*",
|
|
156
|
-
"fumadocs-core": "16.7.
|
|
156
|
+
"fumadocs-core": "16.7.9"
|
|
157
157
|
},
|
|
158
158
|
"peerDependenciesMeta": {
|
|
159
159
|
"shiki": {
|