@lrnwebcomponents/simple-toast
Advanced tools
Comparing version 4.0.23 to 4.0.24
@@ -96,3 +96,3 @@ import { html, css } from "lit"; | ||
changedProperties.forEach((oldValue, propName) => { | ||
if (propName === "opened") { | ||
if (propName === "opened" && oldValue !== undefined) { | ||
// notify for others listening | ||
@@ -99,0 +99,0 @@ this.dispatchEvent( |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "4.0.23", | ||
"version": "4.0.24", | ||
"description": "A singular toast / message for conistency", | ||
@@ -48,8 +48,8 @@ "repository": { | ||
"dependencies": { | ||
"@lrnwebcomponents/simple-colors": "^4.0.23", | ||
"lit": "^2.2.0" | ||
"@lrnwebcomponents/simple-colors": "^4.0.24", | ||
"lit": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"@lrnwebcomponents/deduping-fix": "^4.0.0", | ||
"@lrnwebcomponents/storybook-utilities": "^4.0.23", | ||
"@lrnwebcomponents/storybook-utilities": "^4.0.24", | ||
"@open-wc/testing": "3.0.4", | ||
@@ -74,3 +74,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
], | ||
"gitHead": "dab523bb330ddec69e36165902119c455d979be4" | ||
"gitHead": "dfb2cd70d6c85d3ac0792679b3120c20923d5ada" | ||
} |
79239
Updatedlit@^2.2.2