@homebound/beam 2.413.0-alpha.3 → 2.413.0-alpha.4

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
@@ -7202,7 +7202,7 @@ var variantStyles = (contrast) => ({
7202
7202
  }
7203
7203
  });
7204
7204
  var sizeStyles = {
7205
- sm: Css.hPx(40).pxPx(12).$,
7205
+ sm: Css.hPx(32).pxPx(12).$,
7206
7206
  md: Css.hPx(40).px1.$,
7207
7207
  lg: Css.hPx(48).px3.$
7208
7208
  };