@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.cjs CHANGED
@@ -7065,7 +7065,7 @@ function Button(props) {
7065
7065
  // Default the icon based on other properties.
7066
7066
  icon = download ? "download" : showExternalLinkIcon ? "linkExternal" : void 0,
7067
7067
  variant = "primary",
7068
- size = "sm",
7068
+ size = "md",
7069
7069
  buttonRef
7070
7070
  } = ariaProps;
7071
7071
  const ref = useGetRef(buttonRef);