hplx-feature-library 1.0.88 → 1.0.89
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.
|
@@ -23165,7 +23165,7 @@ const HS = ({ file_data: o }) => {
|
|
|
23165
23165
|
}, [u, E]), p = (m) => {
|
|
23166
23166
|
switch (m) {
|
|
23167
23167
|
case Or.PDF:
|
|
23168
|
-
return /* @__PURE__ */ K.jsx("div", { className: "hfl-px-6 hfl-pt-4 hfl-pb-20 hfl-bg-white hfl-h-[100vh] hfl-w-full", children: /* @__PURE__ */ K.jsx("iframe", { src: `${P.filePath}
|
|
23168
|
+
return /* @__PURE__ */ K.jsx("div", { className: "hfl-px-6 hfl-pt-4 hfl-pb-20 hfl-bg-white hfl-h-[100vh] hfl-w-full", children: /* @__PURE__ */ K.jsx("iframe", { src: `${P.filePath}`, width: "100%", height: "100%", style: { border: "none" }, children: "Your browser does not support PDFs." }) });
|
|
23169
23169
|
case Or.MP4:
|
|
23170
23170
|
return /* @__PURE__ */ K.jsx(HS, { file_data: P.filePath });
|
|
23171
23171
|
default:
|