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}#toolbar=0`, width: "100%", height: "100%", style: { border: "none" }, children: "Your browser does not support PDFs." }) });
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:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.88",
4
+ "version": "1.0.89",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",