@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.cjs CHANGED
@@ -321,7 +321,6 @@ var sizeConfig = {
321
321
  paddingBottom: 8,
322
322
  paddingLeft: 24,
323
323
  paddingHorizontalCentered: 24,
324
- minHeight: 52,
325
324
  text: buttonTypography.lg,
326
325
  iconContainerSize: 36,
327
326
  iconContainerRadius: 12,
@@ -335,7 +334,6 @@ var sizeConfig = {
335
334
  paddingBottom: 8,
336
335
  paddingLeft: 16,
337
336
  paddingHorizontalCentered: 16,
338
- minHeight: 48,
339
337
  text: buttonTypography.sm,
340
338
  iconContainerSize: 32,
341
339
  iconContainerRadius: 8,
@@ -373,7 +371,6 @@ function Button({
373
371
  {
374
372
  borderRadius: metrics.borderRadius,
375
373
  backgroundColor: preset.backgroundColor,
376
- minHeight: metrics.minHeight,
377
374
  paddingTop: metrics.paddingTop,
378
375
  paddingBottom: metrics.paddingBottom,
379
376
  paddingLeft: hasIcon ? metrics.paddingLeft : metrics.paddingHorizontalCentered,