@aiready/components 0.11.18 → 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.
|
@@ -3,7 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
|
4
4
|
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
|
-
variant?: "
|
|
6
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | "glow" | "glass" | "accent" | null | undefined;
|
|
7
7
|
size?: "default" | "sm" | "lg" | "icon" | "xs" | null | undefined;
|
|
8
8
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
9
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
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-
|
|
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: [
|