@bluepic/embed 0.4.0-next.170 → 0.4.0-next.171

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/main.mjs CHANGED
@@ -73737,7 +73737,7 @@ function Hpe() {
73737
73737
  const o = window.visualViewport;
73738
73738
  if (!o) return;
73739
73739
  t.value = o.height, n.value = o.offsetTop;
73740
- const u = Math.max(0, window.innerHeight - o.height - o.offsetTop);
73740
+ const u = Math.max(0, window.innerHeight - o.height);
73741
73741
  r.value = u, a.value = u > 120;
73742
73742
  }
73743
73743
  return e && (i(), window.visualViewport.addEventListener("resize", i), window.visualViewport.addEventListener("scroll", i), i3(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
- "version": "0.4.0-next.170",
3
+ "version": "0.4.0-next.171",
4
4
  "description": "Bluepic embed sdk",
5
5
  "type": "module",
6
6
  "sideEffects": false,