@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 CHANGED
@@ -1793,7 +1793,7 @@ function FeedbackWidget({
1793
1793
  initial: { opacity: 0, scale: 0.9, y: 20 },
1794
1794
  animate: { opacity: 1, scale: 1, y: 0 },
1795
1795
  exit: { opacity: 0, scale: 0.9, y: 20 },
1796
- className: "absolute bottom-16 right-0 w-80 rounded-2xl p-4 bg-slate-900 border border-cyan-500/30 shadow-2xl backdrop-blur-xl",
1796
+ 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",
1797
1797
  children: [
1798
1798
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-4", children: [
1799
1799
  /* @__PURE__ */ jsxs("h4", { className: "font-bold text-white flex items-center gap-2 text-sm", children: [