@docyrus/ui-pro-ai-assistant 0.8.5 → 0.8.6

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
@@ -2803,7 +2803,7 @@ function AgentConsentDialog({
2803
2803
  "aria-hidden": true,
2804
2804
  onPointerDown: (e) => e.preventDefault(),
2805
2805
  className: cn(
2806
- "bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs isolate z-[200] inset-0",
2806
+ "bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs z-[200] inset-0",
2807
2807
  scoped ? "absolute" : "fixed"
2808
2808
  )
2809
2809
  }
@@ -37706,7 +37706,7 @@ var DocyAssistant = ({
37706
37706
  );
37707
37707
  if (isInlineMode) {
37708
37708
  return /* @__PURE__ */ jsxs(ClientToolsProvider, { tools: clientToolMap, children: [
37709
- /* @__PURE__ */ jsxs("div", { ref: setConsentScope, className: "relative flex h-full min-h-0 w-full flex-col", children: [
37709
+ /* @__PURE__ */ jsxs("div", { ref: setConsentScope, className: "relative isolate flex h-full min-h-0 w-full flex-col", children: [
37710
37710
  renderInlineViewContent({
37711
37711
  isFullscreen: isInlineFullscreen,
37712
37712
  enableSidebar: isInlineFullscreen ? true : enableSidebar,
@@ -37765,7 +37765,7 @@ var DocyAssistant = ({
37765
37765
  },
37766
37766
  ...props,
37767
37767
  ref,
37768
- children: /* @__PURE__ */ jsxs("div", { ref: setConsentScope, className: "relative flex h-full min-h-0 w-full flex-col", children: [
37768
+ children: /* @__PURE__ */ jsxs("div", { ref: setConsentScope, className: "relative isolate flex h-full min-h-0 w-full flex-col", children: [
37769
37769
  renderInlineViewContent({
37770
37770
  isFullscreen: false,
37771
37771
  enableSidebar,