fumadocs-ui 15.0.1 → 15.0.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.
package/css/ocean.css CHANGED
@@ -1,39 +1,39 @@
1
1
  @theme {
2
- --fd-background: hsl(0, 0%, 98%);
3
- --fd-foreground: hsl(0, 0%, 3.9%);
4
- --fd-muted: hsl(220, 90%, 96.1%);
5
- --fd-muted-foreground: hsl(0, 0%, 45.1%);
6
- --fd-popover: hsl(0, 0%, 98%);
7
- --fd-popover-foreground: hsl(0, 0%, 15.1%);
8
- --fd-card: hsl(220, 50%, 98%);
9
- --fd-card-foreground: hsl(0, 0%, 3.9%);
10
- --fd-border: hsl(220, 50%, 89.8%);
11
- --fd-primary: hsl(210, 80%, 20.2%);
12
- --fd-primary-foreground: hsl(0, 0%, 98%);
13
- --fd-secondary: hsl(220, 90%, 96.1%);
14
- --fd-secondary-foreground: hsl(0, 0%, 9%);
15
- --fd-accent: hsl(220, 50%, 94.1%);
16
- --fd-accent-foreground: hsl(0, 0%, 9%);
17
- --fd-ring: hsl(220, 100%, 63.9%);
2
+ --color-fd-background: hsl(0, 0%, 98%);
3
+ --color-fd-foreground: hsl(0, 0%, 3.9%);
4
+ --color-fd-muted: hsl(220, 90%, 96.1%);
5
+ --color-fd-muted-foreground: hsl(0, 0%, 45.1%);
6
+ --color-fd-popover: hsl(0, 0%, 98%);
7
+ --color-fd-popover-foreground: hsl(0, 0%, 15.1%);
8
+ --color-fd-card: hsl(220, 50%, 98%);
9
+ --color-fd-card-foreground: hsl(0, 0%, 3.9%);
10
+ --color-fd-border: hsl(220, 50%, 89.8%);
11
+ --color-fd-primary: hsl(210, 80%, 20.2%);
12
+ --color-fd-primary-foreground: hsl(0, 0%, 98%);
13
+ --color-fd-secondary: hsl(220, 90%, 96.1%);
14
+ --color-fd-secondary-foreground: hsl(0, 0%, 9%);
15
+ --color-fd-accent: hsl(220, 50%, 94.1%);
16
+ --color-fd-accent-foreground: hsl(0, 0%, 9%);
17
+ --color-fd-ring: hsl(220, 100%, 63.9%);
18
18
  }
19
19
 
20
20
  .dark {
21
- --fd-background: hsl(220, 60%, 6%);
22
- --fd-foreground: hsl(220, 60%, 94.5%);
23
- --fd-muted: hsl(220, 50%, 10%);
24
- --fd-muted-foreground: hsl(220, 30%, 65%);
25
- --fd-popover: hsl(220, 50%, 10%);
26
- --fd-popover-foreground: hsl(220, 60%, 94.5%);
27
- --fd-card: hsl(220, 50%, 10%);
28
- --fd-card-foreground: hsl(220, 60%, 94.5%);
29
- --fd-border: hsl(220, 50%, 20%);
30
- --fd-primary: hsl(205, 100%, 85%);
31
- --fd-primary-foreground: hsl(0, 0%, 9%);
32
- --fd-secondary: hsl(220, 50%, 20%);
33
- --fd-secondary-foreground: hsl(220, 80%, 90%);
34
- --fd-accent: hsl(220, 40%, 20%);
35
- --fd-accent-foreground: hsl(220, 80%, 90%);
36
- --fd-ring: hsl(205, 100%, 85%);
21
+ --color-fd-background: hsl(220, 60%, 6%);
22
+ --color-fd-foreground: hsl(220, 60%, 94.5%);
23
+ --color-fd-muted: hsl(220, 50%, 10%);
24
+ --color-fd-muted-foreground: hsl(220, 30%, 65%);
25
+ --color-fd-popover: hsl(220, 50%, 10%);
26
+ --color-fd-popover-foreground: hsl(220, 60%, 94.5%);
27
+ --color-fd-card: hsl(220, 50%, 10%);
28
+ --color-fd-card-foreground: hsl(220, 60%, 94.5%);
29
+ --color-fd-border: hsl(220, 50%, 20%);
30
+ --color-fd-primary: hsl(205, 100%, 85%);
31
+ --color-fd-primary-foreground: hsl(0, 0%, 9%);
32
+ --color-fd-secondary: hsl(220, 50%, 20%);
33
+ --color-fd-secondary-foreground: hsl(220, 80%, 90%);
34
+ --color-fd-accent: hsl(220, 40%, 20%);
35
+ --color-fd-accent-foreground: hsl(220, 80%, 90%);
36
+ --color-fd-ring: hsl(205, 100%, 85%);
37
37
  }
38
38
 
39
39
  .dark body {
@@ -1 +1 @@
1
- {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/components/registry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAUpD,eAAO,MAAM,QAAQ,EAAE,QAwEtB,CAAC"}
1
+ {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/components/registry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAUpD,eAAO,MAAM,QAAQ,EAAE,QA8EtB,CAAC"}
@@ -17,31 +17,37 @@ export const registry = {
17
17
  components: [
18
18
  {
19
19
  name: 'layout/root-toggle',
20
+ description: 'the UI of Sidebar Tabs',
20
21
  files: ['layout/root-toggle.tsx'],
21
22
  mapImportPath: contextsMap,
22
23
  },
23
24
  {
24
25
  name: 'layout/language-toggle',
26
+ description: 'Language Select',
25
27
  files: ['layout/language-toggle.tsx'],
26
28
  mapImportPath: contextsMap,
27
29
  },
28
30
  {
29
31
  name: 'layouts/docs',
32
+ description: 'Replace Docs Layout',
30
33
  files: ['../layouts/docs.tsx'],
31
34
  mapImportPath: contextsMap,
32
35
  },
33
36
  {
34
37
  name: 'layouts/notebook',
38
+ description: 'Replace Notebook Layout',
35
39
  files: ['../layouts/notebook.tsx'],
36
40
  mapImportPath: contextsMap,
37
41
  },
38
42
  {
39
43
  name: 'layouts/home',
44
+ description: 'Replace Home Layout',
40
45
  files: ['../layouts/home.tsx'],
41
46
  mapImportPath: contextsMap,
42
47
  },
43
48
  {
44
49
  name: 'layouts/page',
50
+ description: 'Replace Page Layout',
45
51
  files: ['components:../page.tsx'],
46
52
  mapImportPath: contextsMap,
47
53
  },
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.2 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.3 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
3
  @layer theme {
4
4
  :root, :host {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "15.0.1",
3
+ "version": "15.0.3",
4
4
  "description": "The framework for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -72,16 +72,16 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@next/eslint-plugin-next": "^15.1.6",
75
- "@tailwindcss/cli": "^4.0.2",
75
+ "@tailwindcss/cli": "^4.0.3",
76
76
  "@types/lodash.merge": "^4.6.9",
77
77
  "@types/react": "^19.0.8",
78
78
  "@types/react-dom": "^19.0.3",
79
79
  "next": "15.1.6",
80
- "tailwindcss": "^4.0.2",
80
+ "tailwindcss": "^4.0.3",
81
81
  "tsc-alias": "^1.8.10",
82
82
  "@fumadocs/cli": "0.0.7",
83
83
  "eslint-config-custom": "0.0.0",
84
- "fumadocs-core": "15.0.1",
84
+ "fumadocs-core": "15.0.3",
85
85
  "tsconfig": "0.0.0"
86
86
  },
87
87
  "peerDependencies": {
@@ -89,7 +89,7 @@
89
89
  "react": "18.x.x || 19.x.x",
90
90
  "react-dom": "18.x.x || 19.x.x",
91
91
  "tailwindcss": "^3.4.14 || ^4.0.0",
92
- "fumadocs-core": "15.0.1"
92
+ "fumadocs-core": "15.0.3"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "tailwindcss": {