refactor: update peer dependencies and improve component typings

- Removed duplicate peer dependencies from package.json and organized them.
- Updated rollup.config.js to disable TypeScript checking during the build process.
- Modified AnimatedTabs component to use React.ReactNode for label and content types, and added TypeScript workarounds for compatibility.
- Enhanced Label and Separator components to accept an optional className prop and improved prop spreading.
- Updated Slider component to include an optional className prop and refined prop handling for better type safety.
This commit is contained in:
Marco Beretta 2025-07-19 03:24:19 +02:00
parent 0855631c54
commit a65e33758d
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
2 changed files with 2063 additions and 174 deletions

2235
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -112,7 +112,7 @@
"lint-staged": "^15.4.3",
"prettier": "^3.5.0",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.24.0"
},
"overrides": {