fumadocs-ui 15.0.0 → 15.0.1
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/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
|
-
:root {
|
|
4
|
+
:root, :host {
|
|
5
5
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
6
6
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
7
7
|
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
border-spacing: 0;
|
|
1028
1028
|
background: var(--color-fd-card);
|
|
1029
1029
|
border-radius: var(--radius-lg);
|
|
1030
|
-
border:
|
|
1030
|
+
border: 1px solid var(--color-fd-border);
|
|
1031
1031
|
overflow: hidden;
|
|
1032
1032
|
}
|
|
1033
1033
|
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-ui",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "The framework for building a documentation website in Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -64,24 +64,24 @@
|
|
|
64
64
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
65
65
|
"class-variance-authority": "^0.7.1",
|
|
66
66
|
"lodash.merge": "^4.6.2",
|
|
67
|
-
"lucide-react": "^0.
|
|
67
|
+
"lucide-react": "^0.474.0",
|
|
68
68
|
"next-themes": "^0.4.4",
|
|
69
69
|
"postcss-selector-parser": "^7.0.0",
|
|
70
70
|
"react-medium-image-zoom": "^5.2.13",
|
|
71
|
-
"tailwind-merge": "^
|
|
71
|
+
"tailwind-merge": "^3.0.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@next/eslint-plugin-next": "^15.1.6",
|
|
75
|
-
"@tailwindcss/cli": "^4.0.
|
|
75
|
+
"@tailwindcss/cli": "^4.0.2",
|
|
76
76
|
"@types/lodash.merge": "^4.6.9",
|
|
77
|
-
"@types/react": "^19.0.
|
|
77
|
+
"@types/react": "^19.0.8",
|
|
78
78
|
"@types/react-dom": "^19.0.3",
|
|
79
79
|
"next": "15.1.6",
|
|
80
|
-
"tailwindcss": "^4.0.
|
|
80
|
+
"tailwindcss": "^4.0.2",
|
|
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.
|
|
84
|
+
"fumadocs-core": "15.0.1",
|
|
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.
|
|
92
|
+
"fumadocs-core": "15.0.1"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"tailwindcss": {
|