@scrippsproduct/networks-ui-library 1.1.5 → 1.1.6

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.
@@ -104,7 +104,7 @@ function B({
104
104
  if (t === "exiting" && l.current) {
105
105
  const i = document.querySelector("sticky-content-wrapper"), g = document.querySelector(".mobile-nav");
106
106
  let _ = 0;
107
- i && (_ += i.offsetHeight), g && window.getComputedStyle(g).display !== "none" && (_ += g.offsetHeight), _ += 8;
107
+ i && (_ += i.offsetHeight), g && window.getComputedStyle(g).display !== "none" && (_ += g.offsetHeight), _ += 16;
108
108
  const R = l.current.getBoundingClientRect(), L = window.pageYOffset || document.documentElement.scrollTop, b = R.top + L - _;
109
109
  window.scrollTo({
110
110
  top: b,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.5",
2
+ "version": "1.1.6",
3
3
  "name": "@scrippsproduct/networks-ui-library",
4
4
  "description": "React Component Library for use in Scripps Networks external applications",
5
5
  "author": {