@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.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 = "
|
|
7068
|
+
size = "md",
|
|
7069
7069
|
buttonRef
|
|
7070
7070
|
} = ariaProps;
|
|
7071
7071
|
const ref = useGetRef(buttonRef);
|
|
@@ -7202,7 +7202,7 @@ var variantStyles = (contrast) => ({
|
|
|
7202
7202
|
}
|
|
7203
7203
|
});
|
|
7204
7204
|
var sizeStyles = {
|
|
7205
|
-
sm: Css.hPx(
|
|
7205
|
+
sm: Css.hPx(32).pxPx(12).$,
|
|
7206
7206
|
md: Css.hPx(40).px1.$,
|
|
7207
7207
|
lg: Css.hPx(48).px3.$
|
|
7208
7208
|
};
|