@pixpilot/shadcn 0.3.2 → 0.4.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.
@@ -1,5 +1,5 @@
1
1
  import * as class_variance_authority_types0 from "class-variance-authority/types";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as React from "react";
5
5
 
@@ -11,14 +11,14 @@ declare function Alert({
11
11
  className,
12
12
  variant,
13
13
  ...props
14
- }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime0.JSX.Element;
14
+ }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime3.JSX.Element;
15
15
  declare function AlertTitle({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
18
+ }: React.ComponentProps<'div'>): react_jsx_runtime3.JSX.Element;
19
19
  declare function AlertDescription({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
22
+ }: React.ComponentProps<'div'>): react_jsx_runtime3.JSX.Element;
23
23
  //#endregion
24
24
  export { Alert, AlertDescription, AlertTitle };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
4
4
 
@@ -6,18 +6,18 @@ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
6
6
  declare function TooltipProvider({
7
7
  delayDuration,
8
8
  ...props
9
- }: React.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime2.JSX.Element;
9
+ }: React.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime0.JSX.Element;
10
10
  declare function Tooltip({
11
11
  ...props
12
- }: React.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime2.JSX.Element;
12
+ }: React.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime0.JSX.Element;
13
13
  declare function TooltipTrigger({
14
14
  ...props
15
- }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime2.JSX.Element;
15
+ }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime0.JSX.Element;
16
16
  declare function TooltipContent({
17
17
  className,
18
18
  sideOffset,
19
19
  children,
20
20
  ...props
21
- }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime2.JSX.Element;
21
+ }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime0.JSX.Element;
22
22
  //#endregion
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn",
3
3
  "type": "module",
4
- "version": "0.3.2",
4
+ "version": "0.4.0",
5
5
  "description": "A collection of reusable UI components built with shadcn/ui and Radix UI primitives.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -54,34 +54,34 @@
54
54
  "cmdk": "^1.1.1",
55
55
  "date-fns": "^4.1.0",
56
56
  "lucide-react": "0.553.0",
57
- "react-day-picker": "^9.11.3",
58
- "react-hook-form": "^8.0.0-alpha.5",
57
+ "react-day-picker": "^9.12.0",
58
+ "react-hook-form": "^8.0.0-beta.0",
59
59
  "tailwind-merge": "^3.4.0",
60
60
  "tailwindcss-animate": "^1.0.7",
61
- "zod": "^4.1.12"
61
+ "zod": "^4.1.13"
62
62
  },
63
63
  "devDependencies": {
64
- "@pixpilot/dev-config": "^3.16.0",
65
- "@tailwindcss/postcss": "^4.1.17",
64
+ "@pixpilot/dev-config": "^3.17.0",
65
+ "@tailwindcss/postcss": "^4.1.18",
66
66
  "@testing-library/jest-dom": "^6.9.1",
67
67
  "@testing-library/react": "^16.3.0",
68
- "@types/react": "^19.2.2",
69
- "autoprefixer": "^10.4.21",
70
- "eslint": "^9.38.0",
71
- "jsdom": "^27.2.0",
68
+ "@types/react": "^19.2.7",
69
+ "autoprefixer": "^10.4.23",
70
+ "eslint": "^9.39.2",
71
+ "jsdom": "^27.3.0",
72
72
  "postcss": "^8.5.6",
73
- "prettier": "^3.6.2",
73
+ "prettier": "^3.7.4",
74
74
  "react": "19.2.0",
75
75
  "react-dom": "19.2.0",
76
- "tailwindcss": "^4.1.17",
77
- "tsdown": "^0.15.8",
76
+ "tailwindcss": "^4.1.18",
77
+ "tsdown": "^0.15.12",
78
78
  "typescript": "^5.9.3",
79
- "typescript-eslint": "^8.46.3",
79
+ "typescript-eslint": "^8.49.0",
80
80
  "@internal/eslint-config": "0.3.0",
81
81
  "@internal/prettier-config": "0.0.1",
82
+ "@internal/vitest-config": "0.1.0",
82
83
  "@internal/tsconfig": "0.1.0",
83
- "@internal/tsdown-config": "0.1.0",
84
- "@internal/vitest-config": "0.1.0"
84
+ "@internal/tsdown-config": "0.1.0"
85
85
  },
86
86
  "prettier": "@internal/prettier-config",
87
87
  "scripts": {