fumadocs-ui 16.2.4 → 16.2.5

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.
@@ -6,7 +6,7 @@
6
6
  --color-fd-secondary-foreground: hsl(234, 16%, 35%);
7
7
  --color-fd-border: hsl(223, 16%, 83%);
8
8
  --color-fd-primary: hsl(266, 85%, 58%);
9
- --color-fd-primary-foreground: hsl(234, 16%, 35%);
9
+ --color-fd-primary-foreground: hsl(220, 22%, 92%);
10
10
  --color-fd-muted: hsl(220, 22%, 92%);
11
11
  --color-fd-card: hsl(220, 22%, 92%);
12
12
  --color-fd-accent: hsl(223, 16%, 83%);
package/css/shadcn.css CHANGED
@@ -1,6 +1,7 @@
1
1
  @import './colors/index.css';
2
2
 
3
- @theme {
3
+ :root,
4
+ .dark {
4
5
  --color-fd-background: var(--background);
5
6
  --color-fd-foreground: var(--foreground);
6
7
  --color-fd-muted: var(--muted);
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "16.2.4",
3
+ "version": "16.2.5",
4
4
  "description": "The React.js documentation framework",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -112,21 +112,21 @@
112
112
  "react-medium-image-zoom": "^5.4.0",
113
113
  "scroll-into-view-if-needed": "^3.1.0",
114
114
  "tailwind-merge": "^3.4.0",
115
- "fumadocs-core": "16.2.4"
115
+ "fumadocs-core": "16.2.5"
116
116
  },
117
117
  "devDependencies": {
118
- "@next/eslint-plugin-next": "16.0.8",
119
- "@tailwindcss/cli": "^4.1.17",
118
+ "@next/eslint-plugin-next": "16.0.10",
119
+ "@tailwindcss/cli": "^4.1.18",
120
120
  "@types/lodash.merge": "^4.6.9",
121
121
  "@types/node": "^24.10.2",
122
122
  "@types/react": "^19.2.7",
123
123
  "@types/react-dom": "^19.2.3",
124
- "next": "16.0.8",
125
- "tailwindcss": "^4.1.17",
124
+ "next": "16.0.10",
125
+ "tailwindcss": "^4.1.18",
126
126
  "tsc-alias": "^1.8.16",
127
127
  "@fumadocs/cli": "1.1.0",
128
128
  "eslint-config-custom": "0.0.0",
129
- "fumadocs-core": "16.2.4",
129
+ "fumadocs-core": "16.2.5",
130
130
  "tsconfig": "0.0.0"
131
131
  },
132
132
  "peerDependencies": {