@eclass/ui-kit 1.54.15 → 1.54.17

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.
@@ -1483,6 +1483,7 @@ function Btn({
1483
1483
  children: /* @__PURE__ */ jsx(Ripples$1, {
1484
1484
  color: touchColor,
1485
1485
  children: /* @__PURE__ */ jsx(Button, {
1486
+ autoFocus: false,
1486
1487
  "aria-label": ariaLabel,
1487
1488
  id,
1488
1489
  role,
@@ -1765,6 +1766,7 @@ function BtnLink({
1765
1766
  };
1766
1767
  return /* @__PURE__ */ jsx(Box, {
1767
1768
  as,
1769
+ autoFocus: false,
1768
1770
  "aria-label": ariaLabel,
1769
1771
  id,
1770
1772
  role,
@@ -2212,6 +2214,7 @@ function Section() {
2212
2214
  }), /* @__PURE__ */ jsx(Flex, {
2213
2215
  mt: "1rem",
2214
2216
  justify: "space-between",
2217
+ alignItems: "flex-start",
2215
2218
  children: /* @__PURE__ */ jsx(CourseStatus, {
2216
2219
  progress,
2217
2220
  status
@@ -4392,6 +4395,7 @@ const ModalAlertButtons = ({
4392
4395
  children
4393
4396
  }) => {
4394
4397
  return /* @__PURE__ */ jsx(Box, {
4398
+ autoFocus: false,
4395
4399
  display: "flex",
4396
4400
  w: "100%",
4397
4401
  borderTop: `1px solid ${vars("colors-neutral-platinum")}`,