@optifye/dashboard-core 2.0.5 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -166,10 +166,17 @@ This package requires the following peer dependencies to be installed in your pr
166
166
  npm install react@^18 react-dom@^18 next@^13 tailwindcss@^3 @supabase/supabase-js@^2 date-fns@^4 date-fns-tz@^3
167
167
  ```
168
168
 
169
+ Additionally, you'll need to install these UI and utility dependencies:
170
+
171
+ ```bash
172
+ npm install lucide-react @heroicons/react @tabler/icons-react @radix-ui/react-select @radix-ui/react-slider @radix-ui/react-slot @radix-ui/react-tabs recharts react-day-picker sonner swr zustand axios hls.js html2canvas jspdf mixpanel-browser tailwindcss-animate @aws-sdk/client-s3 @aws-sdk/s3-request-presigner
173
+ ```
174
+
169
175
  Or if using Yarn:
170
176
 
171
177
  ```bash
172
178
  yarn add react@^18 react-dom@^18 next@^13 tailwindcss@^3 @supabase/supabase-js@^2 date-fns@^4 date-fns-tz@^3
179
+ yarn add lucide-react @heroicons/react @tabler/icons-react @radix-ui/react-select @radix-ui/react-slider @radix-ui/react-slot @radix-ui/react-tabs recharts react-day-picker sonner swr zustand axios hls.js html2canvas jspdf mixpanel-browser tailwindcss-animate @aws-sdk/client-s3 @aws-sdk/s3-request-presigner
173
180
  ```
174
181
 
175
182
  ### CSS Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optifye/dashboard-core",
3
- "version": "2.0.5",
3
+ "version": "3.0.0",
4
4
  "description": "Reusable UI & logic for Optifye dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,9 +31,7 @@
31
31
  "tailwindcss": ">=3",
32
32
  "@supabase/supabase-js": "^2.47.0",
33
33
  "date-fns": "^4.1.0",
34
- "date-fns-tz": "^3.2.0"
35
- },
36
- "dependencies": {
34
+ "date-fns-tz": "^3.2.0",
37
35
  "@aws-sdk/client-s3": "^3.464.0",
38
36
  "@aws-sdk/s3-request-presigner": "^3.464.0",
39
37
  "@heroicons/react": "^2.0.18",
@@ -43,23 +41,25 @@
43
41
  "@radix-ui/react-tabs": "^1.1.3",
44
42
  "@tabler/icons-react": "^3.31.0",
45
43
  "axios": "^1.7.0",
46
- "class-variance-authority": "^0.7.1",
47
- "clsx": "^2.1.0",
48
- "framer-motion": "^11.18.1",
49
44
  "html2canvas": "^1.4.1",
50
45
  "hls.js": "^1.6.2",
51
46
  "jspdf": "^2.5.2",
52
- "lodash": "^4.17.21",
53
47
  "lucide-react": "^0.471.2",
54
48
  "mixpanel-browser": "^2.58.0",
55
49
  "react-day-picker": "^9.5.0",
56
50
  "recharts": "^2.12.0",
57
51
  "sonner": "^1.7.4",
58
52
  "swr": "^2.3.0",
59
- "tailwind-merge": "^2.6.0",
60
53
  "tailwindcss-animate": "^1.0.7",
61
54
  "zustand": "^5.0.0"
62
55
  },
56
+ "dependencies": {
57
+ "class-variance-authority": "^0.7.1",
58
+ "clsx": "^2.1.0",
59
+ "framer-motion": "^11.18.1",
60
+ "lodash": "^4.17.21",
61
+ "tailwind-merge": "^2.6.0"
62
+ },
63
63
  "devDependencies": {
64
64
  "typescript": "^5.7.3",
65
65
  "tsup": "^8.0.2",