pxengine 0.1.86 → 0.1.87
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.cjs +17 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +17 -10
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -39387,16 +39387,23 @@ var ResearchReportJobCard = (props) => {
|
|
|
39387
39387
|
return count.toString();
|
|
39388
39388
|
};
|
|
39389
39389
|
if (status === "pending" || status === "running") {
|
|
39390
|
-
return /* @__PURE__ */ jsx148("div", { className: cn("w-full", className), children: /* @__PURE__ */ jsxs109("div", { className: "relative overflow-hidden rounded-
|
|
39391
|
-
/* @__PURE__ */
|
|
39392
|
-
|
|
39393
|
-
/* @__PURE__ */
|
|
39394
|
-
|
|
39395
|
-
/* @__PURE__ */
|
|
39396
|
-
|
|
39397
|
-
|
|
39398
|
-
|
|
39399
|
-
/* @__PURE__ */
|
|
39390
|
+
return /* @__PURE__ */ jsx148("div", { className: cn("w-full", className), children: /* @__PURE__ */ jsxs109("div", { className: "relative overflow-hidden rounded-2xl border border-zinc-200/70 dark:border-zinc-800 bg-zinc-100 dark:bg-zinc-900", children: [
|
|
39391
|
+
/* @__PURE__ */ jsx148("div", { className: "h-[3px] bg-gradient-to-r from-zinc-300 dark:from-zinc-700 via-zinc-200 dark:via-zinc-600 to-zinc-300 dark:to-zinc-700 animate-pulse" }),
|
|
39392
|
+
/* @__PURE__ */ jsxs109("div", { className: "p-5", children: [
|
|
39393
|
+
/* @__PURE__ */ jsxs109("div", { className: "flex items-start gap-3", children: [
|
|
39394
|
+
/* @__PURE__ */ jsx148("div", { className: "w-10 h-10 rounded-xl bg-zinc-200 dark:bg-zinc-800 animate-pulse flex-shrink-0" }),
|
|
39395
|
+
/* @__PURE__ */ jsxs109("div", { className: "flex-1 min-w-0", children: [
|
|
39396
|
+
/* @__PURE__ */ jsx148("div", { className: "h-[14px] w-[65%] rounded bg-zinc-200 dark:bg-zinc-700 animate-pulse" }),
|
|
39397
|
+
/* @__PURE__ */ jsx148("div", { className: "h-[10px] w-[45%] rounded bg-zinc-200 dark:bg-zinc-800 animate-pulse mt-2", style: { animationDelay: "80ms" } })
|
|
39398
|
+
] }),
|
|
39399
|
+
/* @__PURE__ */ jsxs109("div", { className: "flex items-center gap-1.5 flex-shrink-0", children: [
|
|
39400
|
+
/* @__PURE__ */ jsx148("div", { className: "w-[72px] h-7 rounded-lg bg-zinc-200 dark:bg-zinc-800 animate-pulse", style: { animationDelay: "120ms" } }),
|
|
39401
|
+
/* @__PURE__ */ jsx148("div", { className: "w-[88px] h-7 rounded-lg bg-zinc-200 dark:bg-zinc-700 animate-pulse", style: { animationDelay: "160ms" } })
|
|
39402
|
+
] })
|
|
39403
|
+
] }),
|
|
39404
|
+
/* @__PURE__ */ jsxs109("div", { className: "mt-4 flex items-center gap-2", children: [
|
|
39405
|
+
/* @__PURE__ */ jsx148("div", { className: "w-2 h-2 rounded-full bg-amber-500/60 animate-pulse" }),
|
|
39406
|
+
/* @__PURE__ */ jsx148("div", { className: "h-[10px] w-[120px] rounded bg-zinc-200 dark:bg-zinc-800 animate-pulse", style: { animationDelay: "200ms" } })
|
|
39400
39407
|
] })
|
|
39401
39408
|
] }),
|
|
39402
39409
|
/* @__PURE__ */ jsx148("div", { className: "absolute inset-0 -translate-x-full animate-[shimmer_2s_ease-in-out_infinite] bg-gradient-to-r from-transparent via-white/10 to-transparent" })
|