@eclass/ui-kit 1.52.11 → 1.52.12

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.
@@ -6419,7 +6419,7 @@ const EventsList = ({
6419
6419
  const detailTextStyle = {
6420
6420
  color: (_b = vars("colors-neutral-gray")) != null ? _b : "#808080",
6421
6421
  fontSize: "14px",
6422
- display: "flex",
6422
+ display: "inline",
6423
6423
  gap: "4px",
6424
6424
  lineHeight: "normal"
6425
6425
  };
@@ -6431,9 +6431,9 @@ const EventsList = ({
6431
6431
  gap: "12px",
6432
6432
  children: [/* @__PURE__ */ jsxs(Box, {
6433
6433
  bg: color,
6434
- minW: "80px",
6434
+ minW: "108px",
6435
6435
  minH: "80px",
6436
- maxW: "80px",
6436
+ maxW: "108px",
6437
6437
  maxH: "80px",
6438
6438
  borderRadius: "4px",
6439
6439
  p: "8px",