@engrate/components 0.0.3 → 0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engrate/components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Engrate Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/eg-components.cjs.js",
@@ -19,11 +19,6 @@
19
19
  "require": "./dist/eg-components.cjs.js"
20
20
  },
21
21
  "./styles.css": "./dist/styles.css",
22
- "./tailwind.preset": {
23
- "types": "./dist/tailwind.preset.d.ts",
24
- "import": "./dist/eg-components.es.js",
25
- "require": "./dist/eg-components.cjs.js"
26
- },
27
22
  "./fonts/*": "./dist/fonts/*"
28
23
  },
29
24
  "scripts": {
@@ -75,18 +70,19 @@
75
70
  "@radix-ui/react-slot": "1.2.4",
76
71
  "@radix-ui/react-switch": "1.2.6",
77
72
  "@radix-ui/react-toast": "1.2.15",
73
+ "@tailwindcss/postcss": "4.1.18",
74
+ "@tailwindcss/vite": "4.1.18",
78
75
  "class-variance-authority": "0.7.1",
79
76
  "clsx": "2.1.1",
80
77
  "lucide-react": "0.563.0",
81
78
  "tailwind-merge": "3.4.0",
82
- "tailwindcss-animate": "1.0.7"
79
+ "tailwindcss": "^4.1.18"
83
80
  },
84
81
  "devDependencies": {
85
82
  "@eslint/js": "9.39.2",
86
83
  "@storybook/addon-a11y": "10.2.1",
87
84
  "@storybook/addon-docs": "^10.2.1",
88
85
  "@storybook/react-vite": "10.2.1",
89
- "@tailwindcss/forms": "0.5.11",
90
86
  "@testing-library/dom": "10.4.1",
91
87
  "@testing-library/jest-dom": "6.9.1",
92
88
  "@testing-library/react": "16.3.2",
@@ -96,7 +92,6 @@
96
92
  "@types/react-dom": "19.2.3",
97
93
  "@vitejs/plugin-react": "5.1.2",
98
94
  "@vitest/coverage-v8": "4.0.18",
99
- "autoprefixer": "10.4.23",
100
95
  "eslint": "9.39.2",
101
96
  "eslint-plugin-react-hooks": "7.0.1",
102
97
  "jsdom": "27.4.0",
@@ -106,7 +101,6 @@
106
101
  "react": "19.2.4",
107
102
  "react-dom": "19.2.4",
108
103
  "storybook": "10.2.1",
109
- "tailwindcss": "3.4.19",
110
104
  "typescript": "5.9.3",
111
105
  "typescript-eslint": "8.54.0",
112
106
  "vite": "7.3.1",