react-magma-dom 3.2.0-next.2 → 3.2.0-next.3

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.
@@ -7,7 +7,8 @@ export declare enum ButtonColor {
7
7
  primary = "primary",
8
8
  secondary = "secondary",
9
9
  danger = "danger",
10
- marketing = "marketing"
10
+ marketing = "marketing",
11
+ subtle = "subtle"
11
12
  }
12
13
  export declare enum ButtonShape {
13
14
  fill = "fill",
@@ -5,6 +5,7 @@ export declare function buildButtonLineHeight(props: any): any;
5
5
  export declare function buildButtonSize(props: any): any;
6
6
  export declare function buildButtonPadding(props: any): string;
7
7
  export declare function buildButtonBackground(props: any): any;
8
+ export declare function buildBorderWidth(props: any): "1px solid" | 0;
8
9
  export declare function buildBorderColor(props: any): any;
9
10
  export declare function buildColor(props: any): any;
10
11
  export declare function buildFocusBackground(props: any): any;