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