@fumadocs/ui 16.4.9 → 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,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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/ui",
3
- "version": "16.4.9",
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.9",
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.9"
55
+ "fumadocs-core": "16.4.10"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "next": {