pxengine 0.1.141 → 0.1.142
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -18147,7 +18147,7 @@ var FullscreenPreviewModal = ({ url, title, onClose, isPdf }) => {
|
|
|
18147
18147
|
}
|
|
18148
18148
|
)
|
|
18149
18149
|
] }),
|
|
18150
|
-
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("div", { className: "flex-1 relative bg-
|
|
18150
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("div", { className: "flex-1 relative bg-[#0A0A0A] overflow-auto", children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
18151
18151
|
"iframe",
|
|
18152
18152
|
{
|
|
18153
18153
|
src: url,
|
|
@@ -19191,7 +19191,7 @@ var ResearchReportJobCard = (props) => {
|
|
|
19191
19191
|
"div",
|
|
19192
19192
|
{
|
|
19193
19193
|
onClick: () => setShowPreview(true),
|
|
19194
|
-
className: "group relative aspect-[2/1] w-full overflow-hidden rounded-xl bg-
|
|
19194
|
+
className: "group relative aspect-[2/1] w-full overflow-hidden rounded-xl bg-zinc-950 border border-zinc-800/50 cursor-pointer",
|
|
19195
19195
|
title: "Click to open fullscreen",
|
|
19196
19196
|
children: [
|
|
19197
19197
|
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
@@ -19214,7 +19214,7 @@ var ResearchReportJobCard = (props) => {
|
|
|
19214
19214
|
"div",
|
|
19215
19215
|
{
|
|
19216
19216
|
onClick: () => setShowPreview(true),
|
|
19217
|
-
className: "group relative overflow-hidden rounded-xl bg-
|
|
19217
|
+
className: "group relative overflow-hidden rounded-xl bg-zinc-950 border border-zinc-800/50 cursor-pointer",
|
|
19218
19218
|
style: { height: 420 },
|
|
19219
19219
|
title: "Click to open fullscreen",
|
|
19220
19220
|
children: [
|