@20minutes/hela 2.18.7 → 2.18.9

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
@@ -7209,10 +7209,11 @@ const d1 = I(
7209
7209
  h,
7210
7210
  {
7211
7211
  mt: { xs: "0", md: "m" },
7212
- ml: { xs: "m", md: "0" },
7212
+ px: { xs: "m", md: "0" },
7213
7213
  mb: { xs: "xl", md: "0" },
7214
7214
  gap: { xs: "l", md: "xl" },
7215
7215
  alignItems: "center",
7216
+ justifyContent: s === z.DESKTOP ? "start" : "center",
7216
7217
  children: [
7217
7218
  /* @__PURE__ */ e(V, { variant: "primary", ...r, children: /* @__PURE__ */ t(h, { alignItems: "center", children: [
7218
7219
  /* @__PURE__ */ e(N, { name: "video-outlined", size: 13, mr: "xxs" }),
@@ -7396,7 +7397,7 @@ const d1 = I(
7396
7397
  updatedAt: c,
7397
7398
  timeSlot: l,
7398
7399
  ...n
7399
- }) => a === "elections" && s ? null : /* @__PURE__ */ t(h, { ...n, alignItems: "center", children: [
7400
+ }) => a === "elections" && s ? null : /* @__PURE__ */ t(h, { ...n, alignItems: "center", className: "c-live-indicator", children: [
7400
7401
  /* @__PURE__ */ e(
7401
7402
  A,
7402
7403
  {
@@ -7414,7 +7415,10 @@ const d1 = I(
7414
7415
  name: "clock",
7415
7416
  size: 15,
7416
7417
  color: a === "tv" && (l?.color || "grey-500") || a === "live" && s && "grey-300" || "red",
7417
- mr: "xxs"
7418
+ mr: "xxs",
7419
+ className: p("c-live-indicator__icon", {
7420
+ "c-live-indicator__text--over": s
7421
+ })
7418
7422
  }
7419
7423
  ),
7420
7424
  /* @__PURE__ */ e(
@@ -7422,6 +7426,9 @@ const d1 = I(
7422
7426
  {
7423
7427
  size: "xs",
7424
7428
  color: l && (l.color || "grey-500") || s && "grey-300" || "red",
7429
+ className: p("c-live-indicator__text", {
7430
+ "c-live-indicator__text--over": s
7431
+ }),
7425
7432
  children: l?.children || s && "Terminé" || `Mis à jour ${c}`
7426
7433
  }
7427
7434
  )