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