@fumadocs/base-ui 16.9.2 → 16.9.3

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.
@@ -182,14 +182,14 @@ function ThumbTrack({ computed, thumbBox }) {
182
182
  }
183
183
  const a = 8;
184
184
  function getItemOffset(depth) {
185
- if (depth <= 2) return 12 + a;
186
- if (depth === 3) return 24 + a;
187
- return 36 + a;
185
+ if (depth <= 2) return 20;
186
+ if (depth === 3) return 32;
187
+ return 44;
188
188
  }
189
189
  function getLineOffset(depth) {
190
190
  if (depth <= 2) return a;
191
- if (depth === 3) return 8 + a;
192
- return 16 + a;
191
+ if (depth === 3) return 16;
192
+ return 24;
193
193
  }
194
194
  function TOCItem({ item, ...props }) {
195
195
  const items = useTOCItems();
@@ -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?: "main" | "icon" | "button" | null | undefined;
7
+ variant?: "icon" | "main" | "button" | 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.9.2",
3
+ "version": "16.9.3",
4
4
  "description": "The Base UI version of Fumadocs UI",
5
5
  "keywords": [
6
6
  "Docs",
@@ -118,7 +118,7 @@
118
118
  "dependencies": {
119
119
  "@base-ui/react": "^1.5.0",
120
120
  "class-variance-authority": "^0.7.1",
121
- "lucide-react": "^1.16.0",
121
+ "lucide-react": "^1.17.0",
122
122
  "motion": "^12.40.0",
123
123
  "next-themes": "^0.4.6",
124
124
  "react-remove-scroll": "^2.7.2",
@@ -144,7 +144,7 @@
144
144
  "tsdown": "0.22.0",
145
145
  "unified": "^11.0.5",
146
146
  "@fumadocs/cli": "1.3.10",
147
- "fumadocs-core": "16.9.2",
147
+ "fumadocs-core": "16.9.3",
148
148
  "tsconfig": "0.0.0"
149
149
  },
150
150
  "peerDependencies": {
@@ -154,7 +154,7 @@
154
154
  "next": "16.x.x",
155
155
  "react": "^19.2.0",
156
156
  "react-dom": "^19.2.0",
157
- "fumadocs-core": "16.9.2"
157
+ "fumadocs-core": "16.9.3"
158
158
  },
159
159
  "peerDependenciesMeta": {
160
160
  "next": {