@fumadocs/base-ui 16.10.5 → 16.10.6
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 { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
declare const buttonVariants: (props?: ({
|
|
5
5
|
variant?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
6
6
|
color?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
7
|
-
size?: "
|
|
7
|
+
size?: "icon" | "sm" | "icon-sm" | "icon-xs" | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
type ButtonProps = VariantProps<typeof buttonVariants>;
|
|
10
10
|
//#endregion
|
|
@@ -2,7 +2,7 @@ import { ComponentProps } from "react";
|
|
|
2
2
|
|
|
3
3
|
//#region src/layouts/home/slots/header.d.ts
|
|
4
4
|
declare const navItemVariants: (props?: ({
|
|
5
|
-
variant?: "
|
|
5
|
+
variant?: "main" | "icon" | "button" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
declare function Header(props: ComponentProps<'header'>): import("react").JSX.Element;
|
|
8
8
|
//#endregion
|
package/dist/utils/cn.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { cn } from "cnfast";
|
|
2
2
|
export { cn };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.10.
|
|
3
|
+
"version": "16.10.6",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -119,17 +119,17 @@
|
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@base-ui/react": "^1.
|
|
122
|
+
"@base-ui/react": "^1.6.0",
|
|
123
123
|
"@fuma-translate/react": "^1.0.2",
|
|
124
124
|
"class-variance-authority": "^0.7.1",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
125
|
+
"cnfast": "^0.0.8",
|
|
126
|
+
"lucide-react": "^1.21.0",
|
|
127
|
+
"motion": "^12.41.0",
|
|
127
128
|
"next-themes": "^0.4.6",
|
|
128
129
|
"react-remove-scroll": "^2.7.2",
|
|
129
130
|
"rehype-raw": "^7.0.0",
|
|
130
131
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
131
132
|
"shiki": "^4.2.0",
|
|
132
|
-
"tailwind-merge": "^3.6.0",
|
|
133
133
|
"unist-util-visit": "^5.1.0",
|
|
134
134
|
"@fumadocs/tailwind": "0.0.5"
|
|
135
135
|
},
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@tsdown/css": "^0.22.3",
|
|
140
140
|
"@types/hast": "^3.0.4",
|
|
141
141
|
"@types/mdx": "^2.0.14",
|
|
142
|
-
"@types/node": "^
|
|
142
|
+
"@types/node": "^26.0.0",
|
|
143
143
|
"@types/react": "^19.2.17",
|
|
144
144
|
"@types/react-dom": "^19.2.3",
|
|
145
145
|
"fuma-cli": "^0.1.1",
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
"tailwindcss": "^4.3.1",
|
|
148
148
|
"tsdown": "0.22.3",
|
|
149
149
|
"unified": "^11.0.5",
|
|
150
|
-
"@fumadocs/cli": "1.3.10",
|
|
151
150
|
"tsconfig": "0.0.0",
|
|
152
|
-
"fumadocs-core": "16.10.
|
|
151
|
+
"fumadocs-core": "16.10.6",
|
|
152
|
+
"@fumadocs/cli": "1.3.10"
|
|
153
153
|
},
|
|
154
154
|
"peerDependencies": {
|
|
155
155
|
"@takumi-rs/image-response": "*",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"next": "16.x.x",
|
|
159
159
|
"react": "^19.2.0",
|
|
160
160
|
"react-dom": "^19.2.0",
|
|
161
|
-
"fumadocs-core": "16.10.
|
|
161
|
+
"fumadocs-core": "16.10.6"
|
|
162
162
|
},
|
|
163
163
|
"peerDependenciesMeta": {
|
|
164
164
|
"next": {
|