@alquimia-ai/ui 1.8.2 → 1.8.4

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.
@@ -1972,7 +1972,7 @@ var DocumentViewer = ({
1972
1972
  DialogContent,
1973
1973
  {
1974
1974
  "aria-describedby": document2 ? "document-description" : void 0,
1975
- className: "h-[90%] max-w-[90%] gap-0 flex flex-col focus:outline-none",
1975
+ className: "h-[90%] max-w-[90%] gap-0 flex flex-col focus:outline-none alq--document-viewer-container",
1976
1976
  children: [
1977
1977
  /* @__PURE__ */ jsx33(DialogHeader, { className: "border-b border-border pb-2", children: /* @__PURE__ */ jsx33(DialogTitle, { children: doc.name }) }),
1978
1978
  !document2 && loading ? /* @__PURE__ */ jsx33(Loader, { size: "xl", colorVariant: "destructive" }) : documentRender