@fumadocs/base-ui 16.6.11 → 16.6.12
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.
|
@@ -5,7 +5,7 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
|
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
6
|
variant?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
7
7
|
color?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
8
|
-
size?: "
|
|
8
|
+
size?: "sm" | "icon" | "icon-sm" | "icon-xs" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
10
10
|
type ButtonProps = VariantProps<typeof buttonVariants>;
|
|
11
11
|
//#endregion
|
|
@@ -4,11 +4,11 @@ import { buttonVariants } from "../../components/ui/button.js";
|
|
|
4
4
|
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "../../components/ui/collapsible.js";
|
|
5
5
|
import { useIsScrollTop } from "../../utils/use-is-scroll-top.js";
|
|
6
6
|
import { LinkItem } from "../../utils/link-item.js";
|
|
7
|
+
import { NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger } from "../../components/ui/navigation-menu.js";
|
|
7
8
|
import { LargeSearchToggle, SearchToggle } from "../shared/search-toggle.js";
|
|
8
9
|
import { renderTitleNav, useLinkItems } from "../shared/index.js";
|
|
9
10
|
import { LanguageToggle, LanguageToggleText } from "../shared/language-toggle.js";
|
|
10
11
|
import { ThemeToggle } from "../shared/theme-toggle.js";
|
|
11
|
-
import { NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuRoot, NavigationMenuTrigger } from "../../components/ui/navigation-menu.js";
|
|
12
12
|
import { Fragment, createContext, use, useEffect, useEffectEvent, useMemo, useState } from "react";
|
|
13
13
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
14
14
|
import Link from "fumadocs-core/link";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/base-ui",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.12",
|
|
4
4
|
"description": "The Base UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"unified": "^11.0.5",
|
|
127
127
|
"@fumadocs/cli": "1.2.5",
|
|
128
128
|
"eslint-config-custom": "0.0.0",
|
|
129
|
-
"fumadocs-core": "16.6.
|
|
129
|
+
"fumadocs-core": "16.6.12",
|
|
130
130
|
"tsconfig": "0.0.0"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"react": "^19.2.0",
|
|
137
137
|
"react-dom": "^19.2.0",
|
|
138
138
|
"tailwindcss": "^4.0.0",
|
|
139
|
-
"fumadocs-core": "16.6.
|
|
139
|
+
"fumadocs-core": "16.6.12"
|
|
140
140
|
},
|
|
141
141
|
"peerDependenciesMeta": {
|
|
142
142
|
"next": {
|