@fumadocs/base-ui 16.8.2 → 16.8.4
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/generated/docs.css +1 -282
- package/css/generated/flux.css +1 -269
- package/css/generated/home.css +1 -164
- package/css/generated/notebook.css +1 -286
- package/css/generated/shared.css +0 -98
- package/css/lib/base.css +1 -51
- package/css/lib/shiki.css +2 -2
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/layouts/home/slots/header.d.ts +1 -1
- package/dist/og/takumi.d.ts +1 -0
- package/dist/og/takumi.js +42 -21
- package/dist/style.css +3 -3
- package/package.json +12 -11
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.
|
|
1
|
+
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -3236,11 +3236,11 @@
|
|
|
3236
3236
|
font-style: var(--shiki-dark-font-style);
|
|
3237
3237
|
}
|
|
3238
3238
|
}
|
|
3239
|
-
code.shiki span {
|
|
3239
|
+
code.shiki:not(.not-fumadocs-code *) span {
|
|
3240
3240
|
color: var(--shiki-light);
|
|
3241
3241
|
font-style: var(--shiki-light-font-style);
|
|
3242
3242
|
}
|
|
3243
|
-
.dark code.shiki span {
|
|
3243
|
+
.dark code.shiki:not(.not-fumadocs-code *) span {
|
|
3244
3244
|
color: var(--shiki-dark);
|
|
3245
3245
|
font-style: var(--shiki-dark-font-style);
|
|
3246
3246
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.8.
|
|
3
|
+
"version": "16.8.4",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"access": "public"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@base-ui/react": "^1.4.
|
|
119
|
+
"@base-ui/react": "^1.4.1",
|
|
120
120
|
"class-variance-authority": "^0.7.1",
|
|
121
|
-
"lucide-react": "^1.
|
|
121
|
+
"lucide-react": "^1.11.0",
|
|
122
122
|
"motion": "^12.38.0",
|
|
123
123
|
"next-themes": "^0.4.6",
|
|
124
124
|
"react-remove-scroll": "^2.7.2",
|
|
@@ -130,8 +130,9 @@
|
|
|
130
130
|
"@fumadocs/tailwind": "0.0.5"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@tailwindcss/cli": "^4.2.
|
|
134
|
-
"@
|
|
133
|
+
"@tailwindcss/cli": "^4.2.4",
|
|
134
|
+
"@tailwindcss/oxide": "^4.2.4",
|
|
135
|
+
"@tsdown/css": "^0.21.10",
|
|
135
136
|
"@types/hast": "^3.0.4",
|
|
136
137
|
"@types/mdx": "^2.0.13",
|
|
137
138
|
"@types/node": "^25.6.0",
|
|
@@ -139,12 +140,12 @@
|
|
|
139
140
|
"@types/react-dom": "^19.2.3",
|
|
140
141
|
"fuma-cli": "^0.0.5",
|
|
141
142
|
"react-medium-image-zoom": "^5.4.3",
|
|
142
|
-
"tailwindcss": "^4.2.
|
|
143
|
-
"tsdown": "0.21.
|
|
143
|
+
"tailwindcss": "^4.2.4",
|
|
144
|
+
"tsdown": "0.21.10",
|
|
144
145
|
"unified": "^11.0.5",
|
|
145
|
-
"
|
|
146
|
-
"fumadocs-core": "16.8.
|
|
147
|
-
"
|
|
146
|
+
"tsconfig": "0.0.0",
|
|
147
|
+
"fumadocs-core": "16.8.4",
|
|
148
|
+
"@fumadocs/cli": "1.3.8"
|
|
148
149
|
},
|
|
149
150
|
"peerDependencies": {
|
|
150
151
|
"@takumi-rs/image-response": "*",
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
"next": "16.x.x",
|
|
154
155
|
"react": "^19.2.0",
|
|
155
156
|
"react-dom": "^19.2.0",
|
|
156
|
-
"fumadocs-core": "16.8.
|
|
157
|
+
"fumadocs-core": "16.8.4"
|
|
157
158
|
},
|
|
158
159
|
"peerDependenciesMeta": {
|
|
159
160
|
"next": {
|