fumadocs-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?: "sm" | "icon" | "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?: "icon" | "
|
|
5
|
+
variant?: "icon" | "button" | "main" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
declare function Header(props: ComponentProps<'header'>): string | number | bigint | true | import("react").JSX.Element | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>;
|
|
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-ui",
|
|
3
|
-
"version": "16.10.
|
|
3
|
+
"version": "16.10.6",
|
|
4
4
|
"description": "The Radix UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
"@radix-ui/react-slot": "^1.3.0",
|
|
139
139
|
"@radix-ui/react-tabs": "^1.1.15",
|
|
140
140
|
"class-variance-authority": "^0.7.1",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
141
|
+
"cnfast": "^0.0.8",
|
|
142
|
+
"lucide-react": "^1.21.0",
|
|
143
|
+
"motion": "^12.41.0",
|
|
143
144
|
"next-themes": "^0.4.6",
|
|
144
145
|
"react-remove-scroll": "^2.7.2",
|
|
145
146
|
"rehype-raw": "^7.0.0",
|
|
146
147
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
147
148
|
"shiki": "^4.2.0",
|
|
148
|
-
"tailwind-merge": "^3.6.0",
|
|
149
149
|
"unist-util-visit": "^5.1.0",
|
|
150
150
|
"@fumadocs/tailwind": "0.0.5"
|
|
151
151
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@tsdown/css": "^0.22.3",
|
|
156
156
|
"@types/hast": "^3.0.4",
|
|
157
157
|
"@types/mdx": "^2.0.14",
|
|
158
|
-
"@types/node": "^
|
|
158
|
+
"@types/node": "^26.0.0",
|
|
159
159
|
"@types/react": "^19.2.17",
|
|
160
160
|
"@types/react-dom": "^19.2.3",
|
|
161
161
|
"fuma-cli": "^0.1.1",
|
|
@@ -163,9 +163,9 @@
|
|
|
163
163
|
"tailwindcss": "^4.3.1",
|
|
164
164
|
"tsdown": "0.22.3",
|
|
165
165
|
"unified": "^11.0.5",
|
|
166
|
-
"fumadocs-core": "16.10.
|
|
167
|
-
"
|
|
168
|
-
"
|
|
166
|
+
"fumadocs-core": "16.10.6",
|
|
167
|
+
"tsconfig": "0.0.0",
|
|
168
|
+
"@fumadocs/cli": "1.3.10"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
171
|
"@takumi-rs/image-response": "*",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"next": "16.x.x",
|
|
175
175
|
"react": "^19.2.0",
|
|
176
176
|
"react-dom": "^19.2.0",
|
|
177
|
-
"fumadocs-core": "16.10.
|
|
177
|
+
"fumadocs-core": "16.10.6"
|
|
178
178
|
},
|
|
179
179
|
"peerDependenciesMeta": {
|
|
180
180
|
"next": {
|