@ewc-lib/ewc-dialog-feedback
Advanced tools
Comparing version 2.0.0-alpha to 2.0.1-alpha
{ | ||
"name": "@ewc-lib/ewc-dialog-feedback", | ||
"version": "2.0.0-alpha", | ||
"version": "2.0.1-alpha", | ||
"description": "", | ||
@@ -14,4 +14,4 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"@ewc-lib/ewc-dialog": "^2.0.0-alpha" | ||
"@ewc-lib/ewc-dialog": "^2.0.1-alpha" | ||
} | ||
} |
@@ -32,3 +32,3 @@ import * as HTML from "./html.js" // keep this file html free | ||
setTimeout(() => { | ||
super.visible = true | ||
this.visible = true | ||
this.#btnYes.focus() | ||
@@ -38,2 +38,8 @@ }, 2000) | ||
set visible(val) { | ||
super.visible=val | ||
super.focusTrap.setFirstElement( this.querySelector(".ewc-dialog-feedback__checkbox") ) | ||
super.focusTrap.setLastElement( this.querySelector(".ewc-dialog-feedback__close-btn--survey").closest("button") ) | ||
} | ||
#initCookie() { | ||
@@ -40,0 +46,0 @@ Cookie.name = this.getAttribute("cookiename") |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51067
159
0
+ Added@ewc-lib/ewc-dialog@2.0.1-alpha(transitive)
- Removed@ewc-lib/ewc-dialog@2.0.0-alpha(transitive)