@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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +11 -1
  3. 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, src: t }) => t ? /* @__PURE__ */ p("img", { className: n, src: t, alt: e }) : null;
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "3.4.0-development.63",
3
+ "version": "3.4.0-development.64",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",