@aurodesignsystem-dev/auro-toast 0.0.0-pr121.21 → 0.0.0-pr121.22
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.
- package/demo/api.md +1 -1
- package/demo/api.min.js +1 -1
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -536,7 +536,7 @@ export function initDynamicToastsExample() {
|
|
|
536
536
|
console.log("Toast added:", toastId);
|
|
537
537
|
|
|
538
538
|
// optional cleanup if your component doesn't auto-remove itself
|
|
539
|
-
toast.addEventListener("
|
|
539
|
+
toast.addEventListener("onToastClose", () => {
|
|
540
540
|
activeToasts.delete(toastId);
|
|
541
541
|
});
|
|
542
542
|
});
|
package/demo/api.min.js
CHANGED
|
@@ -171,7 +171,7 @@ function initDynamicToastsExample() {
|
|
|
171
171
|
console.log("Toast added:", toastId);
|
|
172
172
|
|
|
173
173
|
// optional cleanup if your component doesn't auto-remove itself
|
|
174
|
-
toast.addEventListener("
|
|
174
|
+
toast.addEventListener("onToastClose", () => {
|
|
175
175
|
activeToasts.delete(toastId);
|
|
176
176
|
});
|
|
177
177
|
});
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-toast",
|
|
10
|
-
"version": "0.0.0-pr121.
|
|
10
|
+
"version": "0.0.0-pr121.22",
|
|
11
11
|
"description": "auro-toast HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|