@classytic/fluid 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +15 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@classytic/fluid",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "Fluid UI - Custom components built on shadcn/ui and base ui by Classytic",
6
6
  "main": "./dist/index.js",
@@ -44,24 +44,20 @@
44
44
  "peerDependencies": {
45
45
  "react": ">=19.0.0",
46
46
  "react-dom": ">=19.0.0",
47
- "lucide-react": "^0.460.0",
47
+ "lucide-react": ">=0.560.0",
48
48
  "class-variance-authority": ">=0.7.0",
49
- "clsx": "^2.1.0",
50
- "tailwind-merge": "^2.2.0",
51
- "@tanstack/react-table": "^8.21.0",
52
- "@radix-ui/react-slider": "^1.3.0",
49
+ "clsx": ">=2.1.0",
50
+ "tailwind-merge": ">=2.2.0",
51
+ "@tanstack/react-table": ">=8.21.0",
53
52
  "next": ">=15.0.0",
54
- "next-themes": "^0.4.0",
55
- "react-hook-form": "^7.54.0",
56
- "date-fns": "^4.1.0"
53
+ "next-themes": ">=0.4.0",
54
+ "react-hook-form": ">=7.54.0",
55
+ "date-fns": ">=4.1.0"
57
56
  },
58
57
  "peerDependenciesMeta": {
59
58
  "@tanstack/react-table": {
60
59
  "optional": true
61
60
  },
62
- "@radix-ui/react-slider": {
63
- "optional": true
64
- },
65
61
  "next": {
66
62
  "optional": true
67
63
  },
@@ -84,16 +80,15 @@
84
80
  "tsup": "^8.5.0",
85
81
  "typescript": "^5.7.0",
86
82
  "rimraf": "^5.0.0",
87
- "lucide-react": "^0.460.0",
83
+ "lucide-react": ">=0.560.0",
88
84
  "class-variance-authority": ">=0.7.0",
89
- "clsx": "^2.1.0",
90
- "tailwind-merge": "^2.2.0",
91
- "@tanstack/react-table": "^8.21.0",
92
- "@radix-ui/react-slider": "^1.3.0",
85
+ "clsx": ">=2.1.0",
86
+ "tailwind-merge": ">=2.2.0",
87
+ "@tanstack/react-table": ">=8.21.0",
93
88
  "next": ">=15.0.0",
94
- "next-themes": "^0.4.0",
95
- "react-hook-form": "^7.54.0",
96
- "date-fns": "^4.1.0"
89
+ "next-themes": ">=0.4.0",
90
+ "react-hook-form": ">=7.54.0",
91
+ "date-fns": ">=4.1.0"
97
92
  },
98
93
  "publishConfig": {
99
94
  "access": "public"