@aiready/components 0.11.17 → 0.11.19
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/feedback/FeedbackWidget.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/components",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.19",
|
|
4
4
|
"description": "Unified shared components library (UI, charts, hooks, utilities) for AIReady",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"framer-motion": "^12.35.0",
|
|
66
66
|
"lucide-react": "^0.577.0",
|
|
67
67
|
"tailwind-merge": "^3.0.0",
|
|
68
|
-
"@aiready/core": "0.21.
|
|
68
|
+
"@aiready/core": "0.21.18"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@testing-library/jest-dom": "^6.6.5",
|
|
@@ -58,7 +58,7 @@ export function FeedbackWidget({
|
|
|
58
58
|
initial={{ opacity: 0, scale: 0.9, y: 20 }}
|
|
59
59
|
animate={{ opacity: 1, scale: 1, y: 0 }}
|
|
60
60
|
exit={{ opacity: 0, scale: 0.9, y: 20 }}
|
|
61
|
-
className="absolute bottom-
|
|
61
|
+
className="absolute bottom-full mb-4 right-0 w-80 rounded-2xl p-4 bg-slate-900 border border-cyan-500/30 shadow-2xl backdrop-blur-xl top-auto"
|
|
62
62
|
>
|
|
63
63
|
<div className="flex items-center justify-between mb-4">
|
|
64
64
|
<h4 className="font-bold text-white flex items-center gap-2 text-sm">
|