@vx-oss/docs-react 1.0.3 → 1.0.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.
@@ -3,7 +3,7 @@ import { VariantProps } from "class-variance-authority";
3
3
  declare const buttonVariants: (props?: ({
4
4
  variant?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
5
5
  color?: "primary" | "outline" | "ghost" | "secondary" | null | undefined;
6
- size?: "sm" | "icon" | "icon-sm" | "icon-xs" | null | undefined;
6
+ size?: "icon" | "sm" | "icon-sm" | "icon-xs" | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
8
  type ButtonProps = VariantProps<typeof buttonVariants>;
9
9
  //#endregion
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps } from "react";
2
2
  //#region src/layouts/home/slots/header.d.ts
3
3
  declare const navItemVariants: (props?: ({
4
- variant?: "main" | "icon" | "button" | null | undefined;
4
+ variant?: "button" | "main" | "icon" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  declare function Header(props: ComponentProps<'header'>): string | number | bigint | true | import("react").JSX.Element | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>;
7
7
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vx-oss/docs-react",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "The Radix UI version of Fumadocs UI",
5
5
  "keywords": [
6
6
  "Docs",
@@ -156,7 +156,7 @@
156
156
  "scroll-into-view-if-needed": "^3.1.0",
157
157
  "shiki": "^4.4.3",
158
158
  "unist-util-visit": "^5.1.0",
159
- "@vx-oss/docs-tailwind": "1.0.3"
159
+ "@vx-oss/docs-tailwind": "1.0.4"
160
160
  },
161
161
  "devDependencies": {
162
162
  "@tailwindcss/cli": "^4.3.3",
@@ -172,9 +172,9 @@
172
172
  "tailwindcss": "^4.3.3",
173
173
  "tsdown": "0.22.14",
174
174
  "unified": "^11.0.5",
175
- "@vx-oss/docs-cli": "1.0.3",
175
+ "@vx-oss/docs-cli": "1.0.4",
176
176
  "tsconfig": "0.0.1",
177
- "@vx-oss/docs-core": "1.0.3"
177
+ "@vx-oss/docs-core": "1.0.4"
178
178
  },
179
179
  "peerDependencies": {
180
180
  "@types/mdx": "*",
@@ -183,7 +183,7 @@
183
183
  "react": "^19.2.0",
184
184
  "react-dom": "^19.2.0",
185
185
  "takumi-js": "*",
186
- "@vx-oss/docs-core": "1.0.3"
186
+ "@vx-oss/docs-core": "1.0.4"
187
187
  },
188
188
  "peerDependenciesMeta": {
189
189
  "next": {