@alquimia-ai/ui 1.5.2 → 1.6.0

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
@@ -2000,10 +2000,10 @@ function Whisper({
2000
2000
  return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: cn(className), children: [
2001
2001
  isMessageStreaming && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "p-2 w-[24px] h-[24px]" }),
2002
2002
  !isMessageStreaming && /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { onClick: () => handleTextToSpeech(content), children: [
2003
- isPlaying && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("button", { className: "p-2 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_lucide_react8.AudioLinesIcon, { size: 20 }) }),
2003
+ isPlaying && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("button", { className: "p-2 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_lucide_react8.AudioLinesIcon, { size: 20, className: "animate-[wave_0.7s_infinite_ease-in-out]" }) }),
2004
2004
  isLoading && /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("button", { className: "p-2 items-center justify-center", children: [
2005
2005
  " ",
2006
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_lucide_react8.LoaderPinwheelIcon, { size: 20, className: "circular-animation" })
2006
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_lucide_react8.LoaderCircleIcon, { size: 20, className: "animate-[spin_1s_linear_infinite]" })
2007
2007
  ] }),
2008
2008
  !isLoading && !isPlaying && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2009
2009
  "button",