@fumadocs/base-ui 16.8.11 → 16.9.0
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 +0 -2
- package/css/generated/flux.css +0 -2
- package/css/generated/home.css +0 -8
- package/css/generated/notebook.css +0 -2
- package/css/generated/shared.css +59 -4
- package/dist/components/accordion.d.ts +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/banner.d.ts +1 -1
- package/dist/components/banner.js +6 -4
- package/dist/components/callout.d.ts +1 -1
- package/dist/components/card.d.ts +1 -1
- package/dist/components/card.js +1 -1
- package/dist/components/codeblock.d.ts +1 -1
- package/dist/components/codeblock.js +4 -2
- package/dist/components/dialog/search-algolia.d.ts +1 -1
- package/dist/components/dialog/search-algolia.js +1 -1
- package/dist/components/dialog/search-default.d.ts +1 -1
- package/dist/components/dialog/search-default.js +1 -1
- package/dist/components/dialog/search-orama.d.ts +1 -1
- package/dist/components/dialog/search-orama.js +1 -1
- package/dist/components/dialog/search.d.ts +1 -1
- package/dist/components/dialog/search.js +13 -12
- package/dist/components/dynamic-codeblock.core.js +1 -1
- package/dist/components/files.js +1 -1
- package/dist/components/github-info.d.ts +7 -3
- package/dist/components/github-info.js +8 -6
- package/dist/components/heading.d.ts +1 -1
- package/dist/components/heading.js +3 -1
- package/dist/components/image-zoom.d.ts +1 -1
- package/dist/components/inline-toc.d.ts +1 -1
- package/dist/components/inline-toc.js +3 -1
- package/dist/components/sidebar/base.d.ts +2 -2
- package/dist/components/sidebar/base.js +5 -4
- package/dist/components/sidebar/link-item.d.ts +1 -1
- package/dist/components/sidebar/page-tree.d.ts +1 -1
- package/dist/components/sidebar/page-tree.js +2 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts +1 -1
- package/dist/components/sidebar/tabs/dropdown.js +4 -4
- package/dist/components/steps.d.ts +1 -1
- package/dist/components/tabs.d.ts +1 -1
- package/dist/components/tabs.js +1 -1
- package/dist/components/toc/clerk.d.ts +1 -1
- package/dist/components/toc/clerk.js +3 -4
- package/dist/components/toc/default.d.ts +1 -1
- package/dist/components/toc/default.js +3 -4
- package/dist/components/toc/index.d.ts +1 -1
- package/dist/components/toc/index.js +1 -1
- package/dist/components/type-table.d.ts +1 -1
- package/dist/components/type-table.js +16 -13
- package/dist/components/ui/accordion.d.ts +1 -1
- package/dist/components/ui/collapsible.d.ts +1 -1
- package/dist/components/ui/navigation-menu.d.ts +1 -1
- package/dist/components/ui/navigation-menu.js +1 -1
- package/dist/components/ui/popover.d.ts +1 -1
- package/dist/components/ui/popover.js +1 -1
- package/dist/components/ui/scroll-area.d.ts +1 -1
- package/dist/components/ui/scroll-area.js +1 -1
- package/dist/components/ui/tabs.d.ts +1 -1
- package/dist/components/ui/tabs.js +1 -1
- package/dist/contexts/i18n.d.ts +14 -22
- package/dist/contexts/i18n.js +12 -19
- package/dist/contexts/search.d.ts +1 -1
- package/dist/contexts/search.js +1 -1
- package/dist/contexts/tree.d.ts +1 -1
- package/dist/contexts/tree.js +1 -1
- package/dist/i18n.d.ts +55 -6
- package/dist/i18n.js +68 -2
- package/dist/layouts/docs/client.d.ts +1 -0
- package/dist/layouts/docs/client.js +2 -2
- package/dist/layouts/docs/index.d.ts +1 -1
- package/dist/layouts/docs/index.js +1 -1
- package/dist/layouts/docs/page/index.d.ts +1 -1
- package/dist/layouts/docs/page/index.js +6 -6
- package/dist/layouts/docs/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/docs/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/docs/page/slots/container.d.ts +1 -1
- package/dist/layouts/docs/page/slots/footer.d.ts +1 -1
- package/dist/layouts/docs/page/slots/footer.js +7 -7
- package/dist/layouts/docs/page/slots/toc.d.ts +1 -1
- package/dist/layouts/docs/page/slots/toc.js +4 -4
- package/dist/layouts/docs/slots/container.d.ts +1 -1
- package/dist/layouts/docs/slots/container.js +1 -1
- package/dist/layouts/docs/slots/header.d.ts +1 -1
- package/dist/layouts/docs/slots/sidebar.d.ts +1 -1
- package/dist/layouts/docs/slots/sidebar.js +7 -7
- package/dist/layouts/flux/index.d.ts +1 -1
- package/dist/layouts/flux/index.js +5 -5
- package/dist/layouts/flux/page/index.d.ts +1 -1
- package/dist/layouts/flux/page/index.js +6 -6
- package/dist/layouts/flux/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/flux/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/flux/page/slots/container.d.ts +1 -1
- package/dist/layouts/flux/page/slots/footer.d.ts +1 -1
- package/dist/layouts/flux/page/slots/footer.js +5 -5
- package/dist/layouts/flux/page/slots/toc.d.ts +1 -1
- package/dist/layouts/flux/page/slots/toc.js +4 -4
- package/dist/layouts/flux/slots/container.d.ts +1 -1
- package/dist/layouts/flux/slots/sidebar.d.ts +1 -1
- package/dist/layouts/flux/slots/sidebar.js +1 -1
- package/dist/layouts/flux/slots/tab-dropdown.d.ts +1 -1
- package/dist/layouts/flux/slots/tab-dropdown.js +4 -4
- package/dist/layouts/home/index.d.ts +1 -1
- package/dist/layouts/home/index.js +1 -1
- package/dist/layouts/home/navbar.d.ts +1 -1
- package/dist/layouts/home/navbar.js +1 -1
- package/dist/layouts/home/not-found.js +5 -4
- package/dist/layouts/home/slots/container.d.ts +1 -1
- package/dist/layouts/home/slots/header.d.ts +1 -1
- package/dist/layouts/home/slots/header.js +8 -6
- package/dist/layouts/notebook/client.d.ts +1 -0
- package/dist/layouts/notebook/client.js +1 -1
- package/dist/layouts/notebook/index.d.ts +1 -1
- package/dist/layouts/notebook/index.js +1 -1
- package/dist/layouts/notebook/page/index.d.ts +1 -1
- package/dist/layouts/notebook/page/index.js +6 -6
- package/dist/layouts/notebook/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/notebook/page/slots/container.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/footer.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/footer.js +7 -7
- package/dist/layouts/notebook/page/slots/toc.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/toc.js +4 -4
- package/dist/layouts/notebook/slots/container.d.ts +1 -1
- package/dist/layouts/notebook/slots/container.js +1 -1
- package/dist/layouts/notebook/slots/header.d.ts +1 -1
- package/dist/layouts/notebook/slots/header.js +3 -3
- package/dist/layouts/notebook/slots/sidebar.d.ts +1 -1
- package/dist/layouts/notebook/slots/sidebar.js +9 -9
- package/dist/layouts/shared/client.d.ts +1 -1
- package/dist/layouts/shared/client.js +1 -1
- package/dist/layouts/shared/index.d.ts +1 -1
- package/dist/layouts/shared/index.js +1 -1
- package/dist/layouts/shared/page-actions.d.ts +1 -1
- package/dist/layouts/shared/page-actions.js +17 -11
- package/dist/layouts/shared/slots/language-select.d.ts +1 -1
- package/dist/layouts/shared/slots/language-select.js +1 -1
- package/dist/layouts/shared/slots/search-trigger.d.ts +1 -1
- package/dist/layouts/shared/slots/search-trigger.js +5 -4
- package/dist/layouts/shared/slots/theme-switch.d.ts +1 -1
- package/dist/layouts/shared/slots/theme-switch.js +21 -7
- package/dist/mdx.d.ts +1 -1
- package/dist/mdx.js +1 -1
- package/dist/og/takumi.d.ts +1 -1
- package/dist/og.d.ts +1 -1
- package/dist/page.d.ts +1 -1
- package/dist/provider/base.d.ts +1 -1
- package/dist/provider/base.js +1 -1
- package/dist/provider/next.d.ts +1 -1
- package/dist/provider/react-router.d.ts +1 -1
- package/dist/provider/tanstack.d.ts +1 -1
- package/dist/provider/waku.d.ts +1 -1
- package/dist/style.css +11 -9
- package/package.json +5 -5
package/dist/provider/next.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { ComponentProps } from "react";
|
|
3
2
|
import { Framework } from "fumadocs-core/framework";
|
|
4
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/next.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { ComponentProps } from "react";
|
|
3
2
|
import { Framework } from "fumadocs-core/framework";
|
|
4
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/react-router.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { ComponentProps } from "react";
|
|
3
2
|
import { Framework } from "fumadocs-core/framework";
|
|
4
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/tanstack.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
package/dist/provider/waku.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { ComponentProps } from "react";
|
|
3
2
|
import { Framework } from "fumadocs-core/framework";
|
|
4
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/waku.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
package/dist/style.css
CHANGED
|
@@ -301,24 +301,21 @@
|
|
|
301
301
|
.inset-s-0 {
|
|
302
302
|
inset-inline-start: calc(var(--spacing) * 0);
|
|
303
303
|
}
|
|
304
|
+
.inset-s-3 {
|
|
305
|
+
inset-inline-start: calc(var(--spacing) * 3);
|
|
306
|
+
}
|
|
304
307
|
.inset-s-4 {
|
|
305
308
|
inset-inline-start: calc(var(--spacing) * 4);
|
|
306
309
|
}
|
|
310
|
+
.inset-s-6 {
|
|
311
|
+
inset-inline-start: calc(var(--spacing) * 6);
|
|
312
|
+
}
|
|
307
313
|
.start-0 {
|
|
308
314
|
inset-inline-start: calc(var(--spacing) * 0);
|
|
309
315
|
}
|
|
310
|
-
.start-3 {
|
|
311
|
-
inset-inline-start: calc(var(--spacing) * 3);
|
|
312
|
-
}
|
|
313
|
-
.start-6 {
|
|
314
|
-
inset-inline-start: calc(var(--spacing) * 6);
|
|
315
|
-
}
|
|
316
316
|
.end-0 {
|
|
317
317
|
inset-inline-end: calc(var(--spacing) * 0);
|
|
318
318
|
}
|
|
319
|
-
.end-2 {
|
|
320
|
-
inset-inline-end: calc(var(--spacing) * 2);
|
|
321
|
-
}
|
|
322
319
|
.inset-e-0 {
|
|
323
320
|
inset-inline-end: calc(var(--spacing) * 0);
|
|
324
321
|
}
|
|
@@ -2097,6 +2094,11 @@
|
|
|
2097
2094
|
background-color: var(--color-fd-primary);
|
|
2098
2095
|
}
|
|
2099
2096
|
}
|
|
2097
|
+
.group-data-open\:rotate-180 {
|
|
2098
|
+
&:is(:where(.group)[data-open] *) {
|
|
2099
|
+
rotate: 180deg;
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2100
2102
|
.group-data-\[open\]\:rotate-180 {
|
|
2101
2103
|
&:is(:where(.group)[data-open] *) {
|
|
2102
2104
|
rotate: 180deg;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.9.0",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@base-ui/react": "^1.4.1",
|
|
120
120
|
"class-variance-authority": "^0.7.1",
|
|
121
|
-
"lucide-react": "^1.
|
|
121
|
+
"lucide-react": "^1.16.0",
|
|
122
122
|
"motion": "^12.38.0",
|
|
123
123
|
"next-themes": "^0.4.6",
|
|
124
124
|
"react-remove-scroll": "^2.7.2",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@tsdown/css": "^0.22.0",
|
|
136
136
|
"@types/hast": "^3.0.4",
|
|
137
137
|
"@types/mdx": "^2.0.13",
|
|
138
|
-
"@types/node": "^25.
|
|
138
|
+
"@types/node": "^25.8.0",
|
|
139
139
|
"@types/react": "^19.2.14",
|
|
140
140
|
"@types/react-dom": "^19.2.3",
|
|
141
141
|
"fuma-cli": "^0.1.1",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"tsdown": "0.22.0",
|
|
145
145
|
"unified": "^11.0.5",
|
|
146
146
|
"@fumadocs/cli": "1.3.10",
|
|
147
|
-
"fumadocs-core": "16.
|
|
147
|
+
"fumadocs-core": "16.9.0",
|
|
148
148
|
"tsconfig": "0.0.0"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"next": "16.x.x",
|
|
155
155
|
"react": "^19.2.0",
|
|
156
156
|
"react-dom": "^19.2.0",
|
|
157
|
-
"fumadocs-core": "16.
|
|
157
|
+
"fumadocs-core": "16.9.0"
|
|
158
158
|
},
|
|
159
159
|
"peerDependenciesMeta": {
|
|
160
160
|
"next": {
|