@moontra/moonui-pro 2.0.1 → 2.0.2

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": "@moontra/moonui-pro",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -28,7 +28,7 @@
28
28
  "test": "jest",
29
29
  "test:watch": "jest --watch",
30
30
  "test:coverage": "jest --coverage",
31
- "prepublishOnly": "npm run clean && npm run build || true",
31
+ "prepublishOnly": "npm run clean && npm run build",
32
32
  "pub": "npm version patch && npm run build && npm publish",
33
33
  "pub:minor": "npm version minor && npm run build && npm publish",
34
34
  "pub:major": "npm version major && npm run build && npm publish"
@@ -83,16 +83,19 @@
83
83
  "tailwindcss-animate": "^1.0.7"
84
84
  },
85
85
  "devDependencies": {
86
- "@types/react": "^19.0.0",
87
- "@types/react-dom": "^19.0.0",
88
- "@types/node": "^18.16.0",
89
86
  "@testing-library/jest-dom": "^6.6.3",
90
87
  "@testing-library/react": "^16.3.0",
91
88
  "@testing-library/user-event": "^14.6.1",
92
89
  "@types/jest": "^30.0.0",
90
+ "@types/node": "^18.16.0",
91
+ "@types/react": "^19.0.0",
92
+ "@types/react-dom": "^19.0.0",
93
+ "autoprefixer": "^10.4.21",
93
94
  "eslint": "^8.39.0",
94
95
  "jest": "^29.5.0",
95
96
  "jest-environment-jsdom": "^29.5.0",
97
+ "postcss": "^8.5.6",
98
+ "tailwindcss": "^4.1.11",
96
99
  "ts-jest": "^29.1.0",
97
100
  "tsup": "^6.7.0",
98
101
  "typescript": "^5.0.4"