@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 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() {
@@ -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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {