@kashifd/jwero-components 0.6.60 → 0.6.61
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -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
|
{
|