@engrate/components 0.0.2 → 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.2",
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": {
@@ -39,8 +34,7 @@
39
34
  "format": "prettier --write .",
40
35
  "format:check": "prettier --check .",
41
36
  "typecheck": "tsc --noEmit",
42
- "verify": "npm run test:run && npm run lint:fix && npm run format:check && npm run typecheck",
43
- "publish": "npm publish --access public"
37
+ "verify": "npm run test:run && npm run lint:fix && npm run format:check && npm run typecheck"
44
38
  },
45
39
  "repository": {
46
40
  "type": "git",
@@ -76,18 +70,19 @@
76
70
  "@radix-ui/react-slot": "1.2.4",
77
71
  "@radix-ui/react-switch": "1.2.6",
78
72
  "@radix-ui/react-toast": "1.2.15",
73
+ "@tailwindcss/postcss": "4.1.18",
74
+ "@tailwindcss/vite": "4.1.18",
79
75
  "class-variance-authority": "0.7.1",
80
76
  "clsx": "2.1.1",
81
77
  "lucide-react": "0.563.0",
82
78
  "tailwind-merge": "3.4.0",
83
- "tailwindcss-animate": "1.0.7"
79
+ "tailwindcss": "^4.1.18"
84
80
  },
85
81
  "devDependencies": {
86
82
  "@eslint/js": "9.39.2",
87
83
  "@storybook/addon-a11y": "10.2.1",
88
84
  "@storybook/addon-docs": "^10.2.1",
89
85
  "@storybook/react-vite": "10.2.1",
90
- "@tailwindcss/forms": "0.5.11",
91
86
  "@testing-library/dom": "10.4.1",
92
87
  "@testing-library/jest-dom": "6.9.1",
93
88
  "@testing-library/react": "16.3.2",
@@ -97,7 +92,6 @@
97
92
  "@types/react-dom": "19.2.3",
98
93
  "@vitejs/plugin-react": "5.1.2",
99
94
  "@vitest/coverage-v8": "4.0.18",
100
- "autoprefixer": "10.4.23",
101
95
  "eslint": "9.39.2",
102
96
  "eslint-plugin-react-hooks": "7.0.1",
103
97
  "jsdom": "27.4.0",
@@ -107,7 +101,6 @@
107
101
  "react": "19.2.4",
108
102
  "react-dom": "19.2.4",
109
103
  "storybook": "10.2.1",
110
- "tailwindcss": "3.4.19",
111
104
  "typescript": "5.9.3",
112
105
  "typescript-eslint": "8.54.0",
113
106
  "vite": "7.3.1",