biblio-react 3.0.0-alpha211 → 3.0.0-alpha213
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28929,11 +28929,11 @@ const y3 = /* @__PURE__ */ a((e) => {
|
|
|
28929
28929
|
options: H.options,
|
|
28930
28930
|
label: H.label || H.options[0].label,
|
|
28931
28931
|
index: ee
|
|
28932
|
-
} : /* @__PURE__ */ a((U) => {
|
|
28932
|
+
} : (/* @__PURE__ */ a((U) => {
|
|
28933
28933
|
var ne;
|
|
28934
28934
|
return O.isValidElement(U) && (U.type === Button || // Button directo
|
|
28935
28935
|
((ne = U.type) == null ? void 0 : ne.isButton) === !0);
|
|
28936
|
-
}, "isButton") ? {
|
|
28936
|
+
}, "isButton"))(V) ? {
|
|
28937
28937
|
type: "Button",
|
|
28938
28938
|
key: V.key,
|
|
28939
28939
|
title: H.title || H.label,
|