@moontra/moonui 2.0.2 → 2.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": "@moontra/moonui",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Premium React component library with modern design and customization",
5
5
  "author": "MoonUI",
6
6
  "license": "MIT",
@@ -40,7 +40,8 @@
40
40
  ],
41
41
  "scripts": {
42
42
  "dev": "tsup src/index.tsx --format esm,cjs --dts --watch",
43
- "build": "tsup src/index.tsx --format esm,cjs --dts",
43
+ "build": "tsup src/index.tsx --format esm,cjs",
44
+ "build:dts": "tsup src/index.tsx --format esm,cjs --dts",
44
45
  "lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
45
46
  "clean": "rm -rf dist",
46
47
  "prepublishOnly": "npm run clean && npm run build",
@@ -79,6 +80,7 @@
79
80
  "@radix-ui/react-tooltip": "^1.0.7",
80
81
  "class-variance-authority": "^0.7.0",
81
82
  "clsx": "^2.0.0",
83
+ "framer-motion": "^12.23.6",
82
84
  "lucide-react": "^0.284.0",
83
85
  "tailwind-merge": "^2.5.0"
84
86
  },
@@ -86,15 +88,15 @@
86
88
  "@types/node": "^18.16.0",
87
89
  "@types/react": "^18.2.14",
88
90
  "@types/react-dom": "^18.2.6",
89
- "autoprefixer": "^10.4.14",
91
+ "autoprefixer": "^10.4.21",
90
92
  "eslint": "^8.39.0",
91
93
  "eslint-config-next": "^13.4.9",
92
94
  "eslint-plugin-react": "^7.32.2",
93
95
  "eslint-plugin-tailwindcss": "^3.13.0",
94
- "postcss": "^8.4.25",
96
+ "postcss": "^8.5.6",
95
97
  "react": "^18.2.0",
96
98
  "react-dom": "^18.2.0",
97
- "tailwindcss": "^3.3.2",
99
+ "tailwindcss": "^3.4.17",
98
100
  "tsup": "^7.1.0",
99
101
  "typescript": "^5.1.6"
100
102
  }