@oscloudlab/vgen-agent-assistant 0.0.2 → 0.0.3
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.
|
@@ -61856,7 +61856,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
61856
61856
|
}
|
|
61857
61857
|
};
|
|
61858
61858
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
|
61859
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
61859
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(AnimatePresence, { children: !isAiPanelOpen ? (
|
|
61860
61860
|
/* Floating Ball State */
|
|
61861
61861
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
61862
61862
|
motion.div,
|
|
@@ -62245,7 +62245,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
62245
62245
|
]
|
|
62246
62246
|
}
|
|
62247
62247
|
)
|
|
62248
|
-
) })
|
|
62248
|
+
) }),
|
|
62249
62249
|
isLogin && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
62250
62250
|
AnalyzeUrl,
|
|
62251
62251
|
{
|
|
Binary file
|