@kashifd/jwero-components 0.6.60 → 0.6.62

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.es.js CHANGED
@@ -49567,7 +49567,7 @@ const sW = ({
49567
49567
  bgcolor: !(d != null && d.url) || (d == null ? void 0 : d.url) !== "" ? s.colors.secondary : "transparent",
49568
49568
  ...a
49569
49569
  },
49570
- children: !d.url && c(d.name)
49570
+ children: !(d != null && d.url) || (d == null ? void 0 : d.url) !== "" && c(d == null ? void 0 : d.name)
49571
49571
  },
49572
49572
  g
49573
49573
  ))
@@ -49743,7 +49743,7 @@ const nz = (e) => {
49743
49743
  }, $u = ({ contributors: e = [] }) => {
49744
49744
  var s;
49745
49745
  if (e.length === 0) return null;
49746
- const t = ((s = e == null ? void 0 : e[0]) == null ? void 0 : s.name) || "", r = e == null ? void 0 : e.map((c) => c.name).join(", "), a = (e == null ? void 0 : e.length) - 1;
49746
+ const t = ((s = e == null ? void 0 : e[0]) == null ? void 0 : s.name) || "", r = e == null ? void 0 : e.map((c) => c == null ? void 0 : c.name).join(", "), a = (e == null ? void 0 : e.length) - 1;
49747
49747
  return hn.isArrayWithValues ? /* @__PURE__ */ x.jsxs(
49748
49748
  Ue,
49749
49749
  {