@fumadocs/ui 16.4.8 → 16.4.10

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.
@@ -1,11 +1,11 @@
1
1
  import { ComponentProps } from "react";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/toc/clerk.d.ts
5
5
  declare function TOCItems({
6
6
  ref,
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<'div'>): react_jsx_runtime7.JSX.Element;
9
+ }: ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
10
10
  //#endregion
11
11
  export { TOCItems };
@@ -1,11 +1,11 @@
1
1
  import { ComponentProps } from "react";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/toc/default.d.ts
5
5
  declare function TOCItems({
6
6
  ref,
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<'div'>): react_jsx_runtime3.JSX.Element;
9
+ }: ComponentProps<'div'>): react_jsx_runtime5.JSX.Element;
10
10
  //#endregion
11
11
  export { TOCItems };
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps, RefObject } from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
  import * as Primitive from "fumadocs-core/toc";
4
4
 
5
5
  //#region src/components/toc/index.d.ts
@@ -8,18 +8,18 @@ declare function TOCProvider({
8
8
  toc,
9
9
  children,
10
10
  ...props
11
- }: ComponentProps<typeof Primitive.AnchorProvider>): react_jsx_runtime4.JSX.Element;
11
+ }: ComponentProps<typeof Primitive.AnchorProvider>): react_jsx_runtime6.JSX.Element;
12
12
  declare function TOCScrollArea({
13
13
  ref,
14
14
  className,
15
15
  ...props
16
- }: ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
16
+ }: ComponentProps<'div'>): react_jsx_runtime6.JSX.Element;
17
17
  interface RefProps {
18
18
  containerRef: RefObject<HTMLElement | null>;
19
19
  }
20
20
  declare function TocThumb({
21
21
  containerRef,
22
22
  ...props
23
- }: ComponentProps<'div'> & RefProps): react_jsx_runtime4.JSX.Element;
23
+ }: ComponentProps<'div'> & RefProps): react_jsx_runtime6.JSX.Element;
24
24
  //#endregion
25
25
  export { TOCProvider, TOCScrollArea, TocThumb, useTOCItems };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/contexts/i18n.d.ts
5
5
  interface Translations {
@@ -54,6 +54,6 @@ declare function I18nProvider({
54
54
  onLocaleChange,
55
55
  children,
56
56
  translations
57
- }: I18nProviderProps): react_jsx_runtime0.JSX.Element;
57
+ }: I18nProviderProps): react_jsx_runtime2.JSX.Element;
58
58
  //#endregion
59
59
  export { I18nLabel, I18nProvider, I18nProviderProps, LocaleItem, Translations, defaultTranslations, useI18n };
@@ -1,5 +1,5 @@
1
1
  import { ComponentType, ReactNode } from "react";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/contexts/search.d.ts
5
5
  interface HotKey {
@@ -60,7 +60,7 @@ declare function SearchProvider({
60
60
  options,
61
61
  hotKey,
62
62
  links
63
- }: SearchProviderProps): react_jsx_runtime1.JSX.Element;
63
+ }: SearchProviderProps): react_jsx_runtime0.JSX.Element;
64
64
  /**
65
65
  * Show children only when search is enabled via React Context
66
66
  */
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import * as PageTree from "fumadocs-core/page-tree";
4
4
 
5
5
  //#region src/contexts/tree.d.ts
@@ -14,7 +14,7 @@ declare function TreeContextProvider({
14
14
  }: {
15
15
  tree: PageTree.Root;
16
16
  children: ReactNode;
17
- }): react_jsx_runtime2.JSX.Element;
17
+ }): react_jsx_runtime1.JSX.Element;
18
18
  declare function useTreePath(): PageTree.Node[];
19
19
  declare function useTreeContext(): TreeContextType;
20
20
  //#endregion
package/dist/og/next.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
  import { ImageResponse } from "next/og";
4
4
  import { ImageResponseOptions } from "next/dist/compiled/@vercel/og/types";
5
5
 
@@ -17,6 +17,6 @@ declare function generate({
17
17
  primaryColor,
18
18
  primaryTextColor,
19
19
  ...props
20
- }: GenerateProps): react_jsx_runtime8.JSX.Element;
20
+ }: GenerateProps): react_jsx_runtime3.JSX.Element;
21
21
  //#endregion
22
22
  export { generate, generateOGImage };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/ui",
3
- "version": "16.4.8",
3
+ "version": "16.4.10",
4
4
  "description": "The low-level primitives for Fumadocs UI.",
5
5
  "keywords": [
6
6
  "Docs",
@@ -31,20 +31,20 @@
31
31
  "tailwind-merge": "^3.4.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/bun": "^1.3.6",
34
+ "@types/bun": "^1.3.7",
35
35
  "@types/lodash.merge": "^4.6.9",
36
- "@types/node": "^25.0.10",
37
- "@types/react": "^19.2.9",
36
+ "@types/node": "^25.1.0",
37
+ "@types/react": "^19.2.10",
38
38
  "@types/react-dom": "^19.2.3",
39
39
  "class-variance-authority": "^0.7.1",
40
40
  "lodash.merge": "^4.6.2",
41
- "next": "16.1.4",
41
+ "next": "16.1.6",
42
42
  "tailwindcss": "^4.1.18",
43
43
  "tsdown": "^0.19.0",
44
- "@fumadocs/cli": "1.2.2",
44
+ "@fumadocs/cli": "1.2.3",
45
45
  "eslint-config-custom": "0.0.0",
46
- "fumadocs-core": "16.4.8",
47
- "tsconfig": "0.0.0"
46
+ "tsconfig": "0.0.0",
47
+ "fumadocs-core": "16.4.10"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@types/react": "*",
@@ -52,7 +52,7 @@
52
52
  "react": "^19.2.0",
53
53
  "react-dom": "^19.2.0",
54
54
  "tailwindcss": "^4.0.0",
55
- "fumadocs-core": "16.4.8"
55
+ "fumadocs-core": "16.4.10"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "next": {