pollination-react-io 1.41.3 → 1.41.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/build/index.esm.js +3 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -48718,7 +48718,9 @@ var RunCard = function (_a) {
|
|
|
48718
48718
|
return (__assign(__assign({}, prevHover), (_a = {}, _a[id] = value, _a)));
|
|
48719
48719
|
});
|
|
48720
48720
|
};
|
|
48721
|
-
|
|
48721
|
+
/*
|
|
48722
|
+
* Reset hover and use default tab
|
|
48723
|
+
*/
|
|
48722
48724
|
useEffect(function () {
|
|
48723
48725
|
var _a;
|
|
48724
48726
|
setHover(__assign(__assign({}, initialValues), (_a = {}, _a[defaultTab] = true, _a)));
|