@eclass/ui-kit 1.54.16 → 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,
@@ -4393,6 +4395,7 @@ const ModalAlertButtons = ({
4393
4395
  children
4394
4396
  }) => {
4395
4397
  return /* @__PURE__ */ jsx(Box, {
4398
+ autoFocus: false,
4396
4399
  display: "flex",
4397
4400
  w: "100%",
4398
4401
  borderTop: `1px solid ${vars("colors-neutral-platinum")}`,