@goodhood-web/nebenan-base 3.4.0-development.63 → 3.4.0-development.64
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/index.js +1 -1
- package/index.mjs +11 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -55787,7 +55787,17 @@ const FE = (e, n) => b5(e) && typeof e.type != "string" && n.includes(e.type), E
|
|
|
55787
55787
|
)
|
|
55788
55788
|
}
|
|
55789
55789
|
);
|
|
55790
|
-
}, gL = ({ alt: e, className: n,
|
|
55790
|
+
}, gL = ({ alt: e, className: n, height: t, loading: i = "lazy", src: r, width: a }) => r ? /* @__PURE__ */ p(
|
|
55791
|
+
"img",
|
|
55792
|
+
{
|
|
55793
|
+
loading: i,
|
|
55794
|
+
height: t,
|
|
55795
|
+
width: a,
|
|
55796
|
+
className: n,
|
|
55797
|
+
src: r,
|
|
55798
|
+
alt: e
|
|
55799
|
+
}
|
|
55800
|
+
) : null;
|
|
55791
55801
|
function Ac() {
|
|
55792
55802
|
return {
|
|
55793
55803
|
async: !1,
|