@eclass/ui-kit 1.13.0 → 1.13.1

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.
@@ -26980,8 +26980,8 @@ function Btn({
26980
26980
  className: onlyIcon,
26981
26981
  disabled: disabled2,
26982
26982
  height: "auto",
26983
+ minHeight: size2 === "regular" ? "2.813rem" : "2rem",
26983
26984
  lineHeight: "initial",
26984
- minHeight: size2 === "regular" ? "2.7rem" : "1.474rem",
26985
26985
  iconSpacing: vars("space-xs"),
26986
26986
  isActive: false,
26987
26987
  isLoading,
@@ -27009,6 +27009,9 @@ function Btn({
27009
27009
  cursor: "not-allowed"
27010
27010
  },
27011
27011
  _focus: {
27012
+ boxShadow: "none"
27013
+ },
27014
+ _focusVisible: {
27012
27015
  boxShadow: `inset 0 0 0 2px ${borderColorActive[0]}, inset 0 0 0 4px ${borderColorActive[1]}`
27013
27016
  },
27014
27017
  _hover: {