@20minutes/hela 2.22.11 → 2.22.13

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
@@ -4834,13 +4834,13 @@ const d1 = j(
4834
4834
  ...!l && !s && !c && r,
4835
4835
  children: a.text
4836
4836
  }
4837
- ), i = s || c ? /* @__PURE__ */ t(m, { ...!l && r, alignItems: "center", gap: "xxs-2", color: "grey-400", children: [
4837
+ ), i = s || c?.text ? /* @__PURE__ */ t(m, { ...!l && r, alignItems: "center", gap: "xxs-2", color: "grey-400", children: [
4838
4838
  s && /* @__PURE__ */ t(S, { children: [
4839
4839
  /* @__PURE__ */ e(g, { as: "span", size: "xs", color: "red", weight: "bold", children: s }),
4840
4840
  /* @__PURE__ */ e(r1, { size: "xs", color: "red" })
4841
4841
  ] }),
4842
4842
  n,
4843
- c && /* @__PURE__ */ t(S, { children: [
4843
+ c?.text && /* @__PURE__ */ t(S, { children: [
4844
4844
  /* @__PURE__ */ e(r1, { size: "xs", color: a.color || "grey-400" }),
4845
4845
  /* @__PURE__ */ e(g, { as: "time", size: "xs", color: c.color, children: c.text })
4846
4846
  ] })