@eclass/ui-kit 1.14.0 → 1.14.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.
@@ -26991,9 +26991,10 @@ function Btn({
26991
26991
  borderRadius,
26992
26992
  color: color2,
26993
26993
  className: onlyIcon,
26994
- disabled: disabled2,
26994
+ disabled: disabled2 && isLoading ? false : disabled2,
26995
26995
  height: "auto",
26996
26996
  minHeight: size2 === "regular" ? "2.813rem" : "2rem",
26997
+ minWidth: size2 === "regular" ? "9rem" : "auto",
26997
26998
  lineHeight: "initial",
26998
26999
  iconSpacing: vars("space-xs"),
26999
27000
  isActive: false,