@nulogy/components 7.2.0 → 7.2.1
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/dist/main.js +4 -0
- package/dist/main.module.js +4 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -44359,6 +44359,10 @@
|
|
|
44359
44359
|
setVisible(false);
|
|
44360
44360
|
if (onHide) onHide();
|
|
44361
44361
|
}
|
|
44362
|
+
|
|
44363
|
+
return function () {
|
|
44364
|
+
cancelHidingToast();
|
|
44365
|
+
};
|
|
44362
44366
|
}, [triggered]);
|
|
44363
44367
|
|
|
44364
44368
|
var onMouseIn = function onMouseIn() {
|
package/dist/main.module.js
CHANGED
|
@@ -44333,6 +44333,10 @@ var Toast = function Toast(_a) {
|
|
|
44333
44333
|
setVisible(false);
|
|
44334
44334
|
if (onHide) onHide();
|
|
44335
44335
|
}
|
|
44336
|
+
|
|
44337
|
+
return function () {
|
|
44338
|
+
cancelHidingToast();
|
|
44339
|
+
};
|
|
44336
44340
|
}, [triggered]);
|
|
44337
44341
|
|
|
44338
44342
|
var onMouseIn = function onMouseIn() {
|