Comparing version 1.18.2 to 1.18.3
@@ -1578,2 +1578,3 @@ 'use strict'; | ||
var setNodeState = function setNodeState(node, step, helper) { | ||
if (!helper) return; | ||
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); | ||
@@ -1580,0 +1581,0 @@ var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); |
@@ -1563,2 +1563,3 @@ import 'focus-outline-manager'; | ||
var setNodeState = function setNodeState(node, step, helper) { | ||
if (!helper) return; | ||
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); | ||
@@ -1565,0 +1566,0 @@ var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); |
{ | ||
"name": "reactour", | ||
"version": "1.18.2", | ||
"version": "1.18.3", | ||
"description": "Tourist Guide into your React Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/reactour.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121277
2852