@eclass/ui-kit 1.52.12 → 1.52.14

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",
@@ -6411,7 +6412,7 @@ const EventsList = ({
6411
6412
  const border = `1px solid ${(_a = vars("colors-neutral-platinum")) != null ? _a : "#E8E8E8"}`;
6412
6413
  const initOrEnd = ["end-course", "init-course", "init-course-flexible", "end-course-flexible"].includes(type);
6413
6414
  const dateTextStyle = {
6414
- fontSize: "18px",
6415
+ fontSize: "14px",
6415
6416
  fontWeight: "700",
6416
6417
  color: vars("colors-neutral-white"),
6417
6418
  lineHeight: "100%"
@@ -6431,10 +6432,10 @@ const EventsList = ({
6431
6432
  gap: "12px",
6432
6433
  children: [/* @__PURE__ */ jsxs(Box, {
6433
6434
  bg: color,
6434
- minW: "108px",
6435
- minH: "80px",
6436
- maxW: "108px",
6437
- maxH: "80px",
6435
+ minW: "88px",
6436
+ minH: "74px",
6437
+ maxW: "88px",
6438
+ maxH: "72px",
6438
6439
  borderRadius: "4px",
6439
6440
  p: "8px",
6440
6441
  display: "flex",
@@ -6449,11 +6450,7 @@ const EventsList = ({
6449
6450
  sx: dateTextStyle,
6450
6451
  children: date
6451
6452
  }), /* @__PURE__ */ jsx(Box, {
6452
- as: "span",
6453
- fontSize: "14px",
6454
- fontWeight: "700",
6455
- color: vars("colors-neutral-white"),
6456
- lineHeight: "normal",
6453
+ sx: dateTextStyle,
6457
6454
  children: time
6458
6455
  })]
6459
6456
  }), /* @__PURE__ */ jsxs(Box, {