💬 style: Enhance Tooltip with HTML support and Improve Styling (#8915)

*  feat: Enhance Tooltip component with HTML support and styling improvements

*  feat: Integrate DOMPurify for HTML sanitization in Tooltip component
This commit is contained in:
Marco Beretta 2025-08-07 22:24:42 +02:00 committed by GitHub
parent 8238fb49e0
commit e6fa01d514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 71 additions and 54 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/client",
"version": "0.2.3",
"version": "0.2.4",
"description": "React components for LibreChat",
"main": "dist/index.js",
"module": "dist/index.es.js",
@ -54,6 +54,7 @@
"@react-spring/web": "^10.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.6",
"framer-motion": "^12.23.6",
"i18next-browser-languagedetector": "^8.2.0",
"input-otp": "^1.4.2",