@fumadocs/base-ui 16.5.3 → 16.5.4
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.
|
@@ -4,7 +4,7 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
|
|
|
4
4
|
|
|
5
5
|
//#region src/layouts/home/client.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({
|
|
10
10
|
nav,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.5.
|
|
3
|
+
"version": "16.5.4",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"@types/react-dom": "^19.2.3",
|
|
113
113
|
"tailwindcss": "^4.1.18",
|
|
114
114
|
"tsdown": "^0.20.3",
|
|
115
|
-
"fumadocs-core": "16.5.3",
|
|
116
|
-
"eslint-config-custom": "0.0.0",
|
|
117
115
|
"@fumadocs/cli": "1.2.4",
|
|
116
|
+
"eslint-config-custom": "0.0.0",
|
|
117
|
+
"fumadocs-core": "16.5.4",
|
|
118
118
|
"tsconfig": "0.0.0"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"react": "^19.2.0",
|
|
124
124
|
"react-dom": "^19.2.0",
|
|
125
125
|
"tailwindcss": "^4.0.0",
|
|
126
|
-
"fumadocs-core": "16.5.
|
|
126
|
+
"fumadocs-core": "16.5.4"
|
|
127
127
|
},
|
|
128
128
|
"peerDependenciesMeta": {
|
|
129
129
|
"next": {
|