@eclass/ui-kit 1.54.14 → 1.54.16

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.
@@ -2212,6 +2212,7 @@ function Section() {
2212
2212
  }), /* @__PURE__ */ jsx(Flex, {
2213
2213
  mt: "1rem",
2214
2214
  justify: "space-between",
2215
+ alignItems: "flex-start",
2215
2216
  children: /* @__PURE__ */ jsx(CourseStatus, {
2216
2217
  progress,
2217
2218
  status
@@ -3659,13 +3660,14 @@ function Alert({
3659
3660
  display: "flex",
3660
3661
  alignItems: "center",
3661
3662
  children: [/* @__PURE__ */ jsxs(Box, {
3662
- as: "p",
3663
3663
  alignSelf: "center",
3664
+ as: "p",
3665
+ color: vars("colors-neutral-darkCharcoal"),
3664
3666
  fontFamily: "Roboto",
3665
3667
  fontSize: "16px",
3666
3668
  fontWeight: "400",
3667
3669
  lineHeight: "28px",
3668
- color: vars("colors-neutral-darkCharcoal"),
3670
+ mb: "0",
3669
3671
  children: [children, endTextLink && onClickLink && /* @__PURE__ */ jsx(BtnLink, {
3670
3672
  onClick: onClickLink,
3671
3673
  children: endTextLink