biblio-react 2.0.23 → 2.0.25
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/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15650,7 +15650,9 @@ const $0 = x.forwardRef(function(t, r) {
|
|
|
15650
15650
|
fi,
|
|
15651
15651
|
{
|
|
15652
15652
|
open: a,
|
|
15653
|
-
onClose: () =>
|
|
15653
|
+
onClose: (E, y) => {
|
|
15654
|
+
y !== "backdropClick" && i();
|
|
15655
|
+
},
|
|
15654
15656
|
fullWidth: !0,
|
|
15655
15657
|
fullScreen: d === "vista",
|
|
15656
15658
|
maxWidth: d === "vista" ? "lg" : "sm",
|