@eclass/ui-kit 1.11.5 → 1.11.6
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.
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -26980,6 +26980,7 @@ function Btn({
|
|
|
26980
26980
|
className: onlyIcon,
|
|
26981
26981
|
disabled: disabled2,
|
|
26982
26982
|
height: "auto",
|
|
26983
|
+
minHeight: size2 === "regular" ? "2.7rem" : "1.474rem",
|
|
26983
26984
|
iconSpacing: vars("space-xs"),
|
|
26984
26985
|
isActive: false,
|
|
26985
26986
|
isLoading,
|