@fumadocs/base-ui 16.7.10 → 16.7.11

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?: "icon" | "sm" | "icon-sm" | "icon-xs" | null | undefined;
8
+ size?: "sm" | "icon" | "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
@@ -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?: "icon" | "main" | "button" | null | undefined;
7
+ variant?: "icon" | "button" | "main" | 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/base-ui",
3
- "version": "16.7.10",
3
+ "version": "16.7.11",
4
4
  "description": "The Base UI version of Fumadocs UI",
5
5
  "keywords": [
6
6
  "Docs",
@@ -118,10 +118,11 @@
118
118
  "dependencies": {
119
119
  "@base-ui/react": "^1.3.0",
120
120
  "class-variance-authority": "^0.7.1",
121
+ "fuma-cli": "^0.0.3",
121
122
  "lucide-react": "^1.7.0",
122
123
  "motion": "^12.38.0",
123
124
  "next-themes": "^0.4.6",
124
- "react-medium-image-zoom": "^5.4.1",
125
+ "react-medium-image-zoom": "^5.4.3",
125
126
  "react-remove-scroll": "^2.7.2",
126
127
  "rehype-raw": "^7.0.0",
127
128
  "scroll-into-view-if-needed": "^3.1.0",
@@ -134,15 +135,15 @@
134
135
  "@tsdown/css": "^0.21.6",
135
136
  "@types/hast": "^3.0.4",
136
137
  "@types/mdx": "^2.0.13",
137
- "@types/node": "^25.5.0",
138
+ "@types/node": "^25.5.2",
138
139
  "@types/react": "^19.2.14",
139
140
  "@types/react-dom": "^19.2.3",
140
141
  "shiki": "^4.0.2",
141
142
  "tailwindcss": "^4.2.2",
142
- "tsdown": "0.21.6",
143
+ "tsdown": "0.21.7",
143
144
  "unified": "^11.0.5",
144
- "@fumadocs/cli": "1.3.4",
145
- "fumadocs-core": "16.7.10",
145
+ "@fumadocs/cli": "1.3.5",
146
+ "fumadocs-core": "16.7.11",
146
147
  "tsconfig": "0.0.0"
147
148
  },
148
149
  "peerDependencies": {
@@ -153,7 +154,7 @@
153
154
  "react": "^19.2.0",
154
155
  "react-dom": "^19.2.0",
155
156
  "shiki": "*",
156
- "fumadocs-core": "16.7.10"
157
+ "fumadocs-core": "16.7.11"
157
158
  },
158
159
  "peerDependenciesMeta": {
159
160
  "shiki": {