@homebound/beam 2.223.2 → 2.224.0

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.
@@ -18,5 +18,5 @@ export declare type ButtonGroupButton = {
18
18
  tooltip?: ReactNode;
19
19
  };
20
20
  export declare function ButtonGroup(props: ButtonGroupProps): import("@emotion/react/jsx-runtime").JSX.Element;
21
- declare type ButtonGroupSize = "sm" | "md";
21
+ declare type ButtonGroupSize = "xs" | "sm" | "md";
22
22
  export {};
@@ -55,10 +55,12 @@ function getButtonStyles() {
55
55
  };
56
56
  }
57
57
  const sizeStyles = {
58
+ xs: Css_1.Css.hPx(28).$,
58
59
  sm: Css_1.Css.hPx(32).$,
59
60
  md: Css_1.Css.hPx(40).$,
60
61
  };
61
62
  const iconStyles = {
63
+ xs: Css_1.Css.pxPx(2).$,
62
64
  sm: Css_1.Css.pxPx(4).$,
63
65
  md: Css_1.Css.px1.$,
64
66
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.223.2",
3
+ "version": "2.224.0",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",