@homebound/beam 2.413.0-alpha.3 → 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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 = "
|
|
6700
|
+
size = "md",
|
|
6701
6701
|
buttonRef
|
|
6702
6702
|
} = ariaProps;
|
|
6703
6703
|
const ref = useGetRef(buttonRef);
|
|
@@ -6834,7 +6834,7 @@ var variantStyles = (contrast) => ({
|
|
|
6834
6834
|
}
|
|
6835
6835
|
});
|
|
6836
6836
|
var sizeStyles = {
|
|
6837
|
-
sm: Css.hPx(
|
|
6837
|
+
sm: Css.hPx(32).pxPx(12).$,
|
|
6838
6838
|
md: Css.hPx(40).px1.$,
|
|
6839
6839
|
lg: Css.hPx(48).px3.$
|
|
6840
6840
|
};
|