@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.js CHANGED
@@ -6834,7 +6834,7 @@ var variantStyles = (contrast) => ({
6834
6834
  }
6835
6835
  });
6836
6836
  var sizeStyles = {
6837
- sm: Css.hPx(40).pxPx(12).$,
6837
+ sm: Css.hPx(32).pxPx(12).$,
6838
6838
  md: Css.hPx(40).px1.$,
6839
6839
  lg: Css.hPx(48).px3.$
6840
6840
  };