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.mjs CHANGED
@@ -17804,7 +17804,7 @@ var FullscreenPreviewModal = ({ url, title, onClose, isPdf }) => {
17804
17804
  }
17805
17805
  )
17806
17806
  ] }),
17807
- /* @__PURE__ */ jsx153("div", { className: "flex-1 relative bg-white overflow-auto", children: /* @__PURE__ */ jsx153(
17807
+ /* @__PURE__ */ jsx153("div", { className: "flex-1 relative bg-[#0A0A0A] overflow-auto", children: /* @__PURE__ */ jsx153(
17808
17808
  "iframe",
17809
17809
  {
17810
17810
  src: url,
@@ -18848,7 +18848,7 @@ var ResearchReportJobCard = (props) => {
18848
18848
  "div",
18849
18849
  {
18850
18850
  onClick: () => setShowPreview(true),
18851
- className: "group relative aspect-[2/1] w-full overflow-hidden rounded-xl bg-white border border-zinc-800/50 cursor-pointer",
18851
+ className: "group relative aspect-[2/1] w-full overflow-hidden rounded-xl bg-zinc-950 border border-zinc-800/50 cursor-pointer",
18852
18852
  title: "Click to open fullscreen",
18853
18853
  children: [
18854
18854
  /* @__PURE__ */ jsx153(
@@ -18871,7 +18871,7 @@ var ResearchReportJobCard = (props) => {
18871
18871
  "div",
18872
18872
  {
18873
18873
  onClick: () => setShowPreview(true),
18874
- className: "group relative overflow-hidden rounded-xl bg-white border border-zinc-800/50 cursor-pointer",
18874
+ className: "group relative overflow-hidden rounded-xl bg-zinc-950 border border-zinc-800/50 cursor-pointer",
18875
18875
  style: { height: 420 },
18876
18876
  title: "Click to open fullscreen",
18877
18877
  children: [