@fumadocs/base-ui 16.7.16 → 16.8.0
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.
|
@@ -5,7 +5,7 @@ import * as _$class_variance_authority_types0 from "class-variance-authority/typ
|
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
6
|
variant?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
7
7
|
color?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
8
|
-
size?: "
|
|
8
|
+
size?: "icon" | "sm" | "icon-sm" | "icon-xs" | null | undefined;
|
|
9
9
|
} & _$class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
10
10
|
type ButtonProps = VariantProps<typeof buttonVariants>;
|
|
11
11
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.8.0",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
"tailwindcss": "^4.2.2",
|
|
143
143
|
"tsdown": "0.21.8",
|
|
144
144
|
"unified": "^11.0.5",
|
|
145
|
-
"
|
|
146
|
-
"fumadocs-core": "16.
|
|
147
|
-
"
|
|
145
|
+
"tsconfig": "0.0.0",
|
|
146
|
+
"fumadocs-core": "16.8.0",
|
|
147
|
+
"@fumadocs/cli": "1.3.8"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"@takumi-rs/image-response": "*",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"next": "16.x.x",
|
|
154
154
|
"react": "^19.2.0",
|
|
155
155
|
"react-dom": "^19.2.0",
|
|
156
|
-
"fumadocs-core": "16.
|
|
156
|
+
"fumadocs-core": "16.8.0"
|
|
157
157
|
},
|
|
158
158
|
"peerDependenciesMeta": {
|
|
159
159
|
"next": {
|