@fumadocs/base-ui 16.7.6 → 16.7.8
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 +26 -6
- package/css/generated/notebook.css +13 -1
- package/css/generated/shared.css +24 -8
- package/dist/components/accordion.d.ts +3 -3
- package/dist/components/banner.d.ts +2 -2
- package/dist/components/callout.d.ts +5 -5
- package/dist/components/card.d.ts +3 -3
- package/dist/components/codeblock.d.ts +7 -7
- package/dist/components/codeblock.rsc.d.ts +2 -2
- package/dist/components/dialog/search-algolia.d.ts +2 -2
- package/dist/components/dialog/search-default.d.ts +2 -2
- package/dist/components/dialog/search-orama.d.ts +2 -2
- package/dist/components/dialog/search.d.ts +13 -13
- package/dist/components/dynamic-codeblock.core.d.ts +2 -2
- package/dist/components/dynamic-codeblock.d.ts +2 -2
- package/dist/components/github-info.d.ts +2 -2
- package/dist/components/image-zoom.d.ts +2 -2
- package/dist/components/image-zoom.js +1 -2
- package/dist/components/{image-zoom.css → image-zoom2.css} +11 -17
- package/dist/components/inline-toc.d.ts +2 -2
- package/dist/components/sidebar/base.d.ts +15 -15
- package/dist/components/sidebar/link-item.d.ts +2 -2
- package/dist/components/sidebar/page-tree.d.ts +2 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts +2 -2
- package/dist/components/steps.d.ts +3 -3
- package/dist/components/tabs.d.ts +6 -6
- package/dist/components/toc/clerk.d.ts +4 -4
- package/dist/components/toc/clerk.js +67 -39
- package/dist/components/toc/default.d.ts +4 -4
- package/dist/components/toc/index.d.ts +4 -6
- package/dist/components/toc/index.js +4 -10
- package/dist/components/type-table.d.ts +2 -2
- package/dist/components/ui/accordion.d.ts +6 -6
- package/dist/components/ui/button.d.ts +2 -2
- package/dist/components/ui/collapsible.d.ts +6 -6
- package/dist/components/ui/navigation-menu.d.ts +9 -9
- package/dist/components/ui/popover.d.ts +4 -4
- package/dist/components/ui/scroll-area.d.ts +4 -4
- package/dist/components/ui/tabs.d.ts +7 -7
- package/dist/contexts/i18n.d.ts +2 -2
- package/dist/contexts/search.d.ts +2 -2
- package/dist/contexts/tree.d.ts +2 -2
- package/dist/layouts/docs/client.d.ts +0 -1
- package/dist/layouts/docs/index.d.ts +2 -2
- package/dist/layouts/docs/page/index.d.ts +7 -7
- package/dist/layouts/docs/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/docs/page/slots/container.d.ts +2 -2
- package/dist/layouts/docs/page/slots/footer.d.ts +2 -2
- package/dist/layouts/docs/page/slots/toc.d.ts +4 -4
- package/dist/layouts/docs/slots/container.d.ts +2 -2
- package/dist/layouts/docs/slots/container.js +8 -1
- package/dist/layouts/docs/slots/header.d.ts +3 -3
- package/dist/layouts/docs/slots/sidebar.d.ts +4 -4
- package/dist/layouts/docs/slots/sidebar.js +25 -17
- package/dist/layouts/flux/index.d.ts +4 -4
- package/dist/layouts/flux/page/index.d.ts +7 -7
- package/dist/layouts/flux/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/flux/page/slots/container.d.ts +2 -2
- package/dist/layouts/flux/page/slots/footer.d.ts +2 -2
- package/dist/layouts/flux/page/slots/toc.d.ts +2 -2
- package/dist/layouts/flux/slots/container.d.ts +2 -2
- package/dist/layouts/flux/slots/sidebar.d.ts +4 -4
- package/dist/layouts/flux/slots/tab-dropdown.d.ts +2 -2
- package/dist/layouts/home/index.d.ts +2 -2
- package/dist/layouts/home/navbar.d.ts +4 -4
- package/dist/layouts/home/not-found.d.ts +2 -2
- package/dist/layouts/home/slots/container.d.ts +2 -2
- package/dist/layouts/home/slots/header.d.ts +4 -4
- package/dist/layouts/notebook/client.d.ts +0 -1
- package/dist/layouts/notebook/index.d.ts +2 -2
- package/dist/layouts/notebook/page/index.d.ts +7 -7
- package/dist/layouts/notebook/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/container.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/footer.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/toc.d.ts +4 -4
- package/dist/layouts/notebook/slots/container.d.ts +2 -2
- package/dist/layouts/notebook/slots/container.js +8 -1
- package/dist/layouts/notebook/slots/header.d.ts +3 -3
- package/dist/layouts/notebook/slots/header.js +1 -1
- package/dist/layouts/notebook/slots/sidebar.d.ts +6 -6
- package/dist/layouts/notebook/slots/sidebar.js +14 -12
- package/dist/layouts/shared/client.d.ts +2 -2
- package/dist/layouts/shared/page-actions.d.ts +3 -3
- package/dist/layouts/shared/slots/language-select.d.ts +13 -4
- package/dist/layouts/shared/slots/language-select.js +7 -10
- package/dist/layouts/shared/slots/search-trigger.d.ts +3 -3
- package/dist/layouts/shared/slots/theme-switch.d.ts +2 -2
- package/dist/layouts/shared/slots/theme-switch.js +1 -1
- package/dist/mdx.d.ts +10 -10
- package/dist/og/takumi.d.ts +2 -2
- package/dist/og.d.ts +3 -3
- package/dist/page.d.ts +3 -3
- package/dist/provider/base.d.ts +2 -2
- package/dist/provider/next.d.ts +2 -2
- package/dist/provider/react-router.d.ts +2 -2
- package/dist/provider/tanstack.d.ts +2 -2
- package/dist/provider/waku.d.ts +2 -2
- package/dist/style.css +79 -14
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.8",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"./utils/use-footer-items": "./dist/utils/use-footer-items.js",
|
|
109
109
|
"./utils/use-is-scroll-top": "./dist/utils/use-is-scroll-top.js",
|
|
110
110
|
"./package.json": "./package.json",
|
|
111
|
+
"./components/image-zoom2.css": "./dist/components/image-zoom2.css",
|
|
111
112
|
"./style.css": "./dist/style.css",
|
|
112
113
|
"./css/*": "./css/*"
|
|
113
114
|
},
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
"dependencies": {
|
|
118
119
|
"@base-ui/react": "^1.3.0",
|
|
119
120
|
"class-variance-authority": "^0.7.1",
|
|
120
|
-
"lucide-react": "^1.
|
|
121
|
+
"lucide-react": "^1.7.0",
|
|
121
122
|
"motion": "^12.38.0",
|
|
122
123
|
"next-themes": "^0.4.6",
|
|
123
124
|
"react-medium-image-zoom": "^5.4.1",
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
},
|
|
131
132
|
"devDependencies": {
|
|
132
133
|
"@tailwindcss/cli": "^4.2.2",
|
|
133
|
-
"@tsdown/css": "^0.21.
|
|
134
|
+
"@tsdown/css": "^0.21.6",
|
|
134
135
|
"@types/hast": "^3.0.4",
|
|
135
136
|
"@types/mdx": "^2.0.13",
|
|
136
137
|
"@types/node": "^25.5.0",
|
|
@@ -138,11 +139,10 @@
|
|
|
138
139
|
"@types/react-dom": "^19.2.3",
|
|
139
140
|
"shiki": "^4.0.2",
|
|
140
141
|
"tailwindcss": "^4.2.2",
|
|
141
|
-
"tsdown": "0.21.
|
|
142
|
+
"tsdown": "0.21.6",
|
|
142
143
|
"unified": "^11.0.5",
|
|
143
|
-
"@fumadocs/cli": "1.3.
|
|
144
|
-
"
|
|
145
|
-
"fumadocs-core": "16.7.6",
|
|
144
|
+
"@fumadocs/cli": "1.3.3",
|
|
145
|
+
"fumadocs-core": "16.7.8",
|
|
146
146
|
"tsconfig": "0.0.0"
|
|
147
147
|
},
|
|
148
148
|
"peerDependencies": {
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"react": "^19.2.0",
|
|
154
154
|
"react-dom": "^19.2.0",
|
|
155
155
|
"shiki": "*",
|
|
156
|
-
"fumadocs-core": "16.7.
|
|
156
|
+
"fumadocs-core": "16.7.8"
|
|
157
157
|
},
|
|
158
158
|
"peerDependenciesMeta": {
|
|
159
159
|
"shiki": {
|
|
@@ -175,10 +175,10 @@
|
|
|
175
175
|
"scripts": {
|
|
176
176
|
"build": "pnpm build:layout && pnpm build:tailwind",
|
|
177
177
|
"build:layout": "tsdown --config-loader unrun",
|
|
178
|
-
"build:tailwind": "tailwindcss -i css/style.css -o ./dist/style.css
|
|
178
|
+
"build:tailwind": "tailwindcss -i css/style.css -o ./dist/style.css",
|
|
179
179
|
"clean": "rimraf dist",
|
|
180
|
-
"dev": "concurrently \"tsdown --watch --clean false\" \"tailwindcss -i css/style.css -o ./dist/style.css -w\"
|
|
181
|
-
"lint": "
|
|
180
|
+
"dev": "concurrently \"tsdown --watch --clean false\" \"tailwindcss -i css/style.css -o ./dist/style.css -w\"",
|
|
181
|
+
"lint": "oxlint .",
|
|
182
182
|
"types:check": "tsc --noEmit"
|
|
183
183
|
}
|
|
184
184
|
}
|