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.js
CHANGED
|
@@ -48744,7 +48744,9 @@ var RunCard = function (_a) {
|
|
|
48744
48744
|
return (__assign(__assign({}, prevHover), (_a = {}, _a[id] = value, _a)));
|
|
48745
48745
|
});
|
|
48746
48746
|
};
|
|
48747
|
-
|
|
48747
|
+
/*
|
|
48748
|
+
* Reset hover and use default tab
|
|
48749
|
+
*/
|
|
48748
48750
|
React.useEffect(function () {
|
|
48749
48751
|
var _a;
|
|
48750
48752
|
setHover(__assign(__assign({}, initialValues), (_a = {}, _a[defaultTab] = true, _a)));
|