@scripso-homepad/ui 0.4.4 → 0.4.5

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/index.js CHANGED
@@ -57,7 +57,6 @@ var sizeConfig = {
57
57
  paddingBottom: 8,
58
58
  paddingLeft: 24,
59
59
  paddingHorizontalCentered: 24,
60
- minHeight: 52,
61
60
  text: buttonTypography.lg,
62
61
  iconContainerSize: 36,
63
62
  iconContainerRadius: 12,
@@ -71,7 +70,6 @@ var sizeConfig = {
71
70
  paddingBottom: 8,
72
71
  paddingLeft: 16,
73
72
  paddingHorizontalCentered: 16,
74
- minHeight: 48,
75
73
  text: buttonTypography.sm,
76
74
  iconContainerSize: 32,
77
75
  iconContainerRadius: 8,
@@ -109,7 +107,6 @@ function Button({
109
107
  {
110
108
  borderRadius: metrics.borderRadius,
111
109
  backgroundColor: preset.backgroundColor,
112
- minHeight: metrics.minHeight,
113
110
  paddingTop: metrics.paddingTop,
114
111
  paddingBottom: metrics.paddingBottom,
115
112
  paddingLeft: hasIcon ? metrics.paddingLeft : metrics.paddingHorizontalCentered,