@20minutes/hela 2.18.5 → 2.18.6

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
@@ -9371,7 +9371,7 @@ const k3 = ({ networks: a = ["sharethis"], ...s }) => {
9371
9371
  ] })
9372
9372
  }
9373
9373
  ), S3 = ({ hasHeader: a, tableProps: s, ...c }) => {
9374
- if (!s || !s.length)
9374
+ if (!s?.length)
9375
9375
  return null;
9376
9376
  const l = a ? s[0] : null, n = a ? s.slice(1) : s;
9377
9377
  return /* @__PURE__ */ t(x, { as: "table", ...c, children: [
@@ -10370,7 +10370,9 @@ const Se = {
10370
10370
  cardHeaderProps: {
10371
10371
  headline: { text: w.rubricName }
10372
10372
  },
10373
- cardImageProps: w.cardImageProps,
10373
+ ...s === z.DESKTOP && {
10374
+ cardImageProps: w.cardImageProps
10375
+ },
10374
10376
  cardTitleProps: { size: "xxs-3", cartridge: w.cartridge },
10375
10377
  cardNumber: { value: _ + 1, size: "small" },
10376
10378
  layout: s,