@aurodesignsystem-dev/auro-toast 0.0.0-pr156.3 → 0.0.0-pr156.5
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.min.js +1 -1
- package/demo/index.min.js +1 -1
- package/package.json +1 -1
package/demo/api.min.js
CHANGED
|
@@ -538,7 +538,7 @@ const FADE_OUT_DURATION = 300;
|
|
|
538
538
|
*
|
|
539
539
|
* @csspart type-icon - Apply css to the toast type icon
|
|
540
540
|
* @csspart close-button - Apply css to the toast close button
|
|
541
|
-
* @
|
|
541
|
+
* @event onToastClose - **Deprecated**, use `toast-close` event instead.
|
|
542
542
|
* @event toast-close - Notifies that the toast has been closed
|
|
543
543
|
*/
|
|
544
544
|
|
package/demo/index.min.js
CHANGED
|
@@ -289,7 +289,7 @@ const FADE_OUT_DURATION = 300;
|
|
|
289
289
|
*
|
|
290
290
|
* @csspart type-icon - Apply css to the toast type icon
|
|
291
291
|
* @csspart close-button - Apply css to the toast close button
|
|
292
|
-
* @
|
|
292
|
+
* @event onToastClose - **Deprecated**, use `toast-close` event instead.
|
|
293
293
|
* @event toast-close - Notifies that the toast has been closed
|
|
294
294
|
*/
|
|
295
295
|
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-toast",
|
|
10
|
-
"version": "0.0.0-pr156.
|
|
10
|
+
"version": "0.0.0-pr156.5",
|
|
11
11
|
"description": "auro-toast HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|