@imean/sdk
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -55,2 +55,3 @@ "use strict"; | ||
padding: '10px', | ||
margin: '0 10px 0 0', | ||
}); | ||
@@ -148,3 +149,3 @@ (0, setCss_1.default)(elSteps, { | ||
width: '18px', | ||
marginRight: '18px', | ||
marginRight: '10px', | ||
}); | ||
@@ -151,0 +152,0 @@ elOverScreen.appendChild(elOverScreenImg); |
@@ -143,3 +143,8 @@ "use strict"; | ||
if (step.type === 'click') { | ||
el.click(); | ||
var event = new MouseEvent('click', { | ||
view: window, | ||
bubbles: true, | ||
cancelable: true, | ||
}); | ||
el.dispatchEvent(event); | ||
} | ||
@@ -189,3 +194,2 @@ else if (step.type === 'dblclick') { | ||
(0, setCss_1.default)(elSteps, { | ||
maxWidth: box[2] + 'px', | ||
left: rect.left - padding / 2 + 'px', | ||
@@ -192,0 +196,0 @@ top: rect.bottom + padding + 'px', |
{ | ||
"name": "@imean/sdk", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
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
53955
1224