@homebound/beam 2.413.0-alpha.4 → 2.413.0-alpha.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
@@ -6697,7 +6697,7 @@ function Button(props) {
6697
6697
  // Default the icon based on other properties.
6698
6698
  icon = download ? "download" : showExternalLinkIcon ? "linkExternal" : void 0,
6699
6699
  variant = "primary",
6700
- size = "sm",
6700
+ size = "md",
6701
6701
  buttonRef
6702
6702
  } = ariaProps;
6703
6703
  const ref = useGetRef(buttonRef);