@eclass/ui-kit 1.52.11 → 1.52.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.
@@ -2095,6 +2095,7 @@ function Section() {
2095
2095
  })]
2096
2096
  }), /* @__PURE__ */ jsx(Heading, {
2097
2097
  as: "h2",
2098
+ fontFamily: "Roboto",
2098
2099
  fontSize: "1rem",
2099
2100
  mt: ".3125rem",
2100
2101
  fontWeight: "700",
@@ -6419,7 +6420,7 @@ const EventsList = ({
6419
6420
  const detailTextStyle = {
6420
6421
  color: (_b = vars("colors-neutral-gray")) != null ? _b : "#808080",
6421
6422
  fontSize: "14px",
6422
- display: "flex",
6423
+ display: "inline",
6423
6424
  gap: "4px",
6424
6425
  lineHeight: "normal"
6425
6426
  };
@@ -6431,9 +6432,9 @@ const EventsList = ({
6431
6432
  gap: "12px",
6432
6433
  children: [/* @__PURE__ */ jsxs(Box, {
6433
6434
  bg: color,
6434
- minW: "80px",
6435
+ minW: "108px",
6435
6436
  minH: "80px",
6436
- maxW: "80px",
6437
+ maxW: "108px",
6437
6438
  maxH: "80px",
6438
6439
  borderRadius: "4px",
6439
6440
  p: "8px",