@happeouikit/buttons-ds3
Advanced tools
Comparing version 1.1.2 to 1.1.3
/// <reference types="react" /> | ||
export type ButtonVariant = "primary" | "secondary" | "tertiary" | "outline"; | ||
export type ButtonColorScheme = "active" | "alert" | "success" | "warning" | "blank" | "media"; | ||
export interface ButtonProps { | ||
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> { | ||
/** | ||
@@ -6,0 +6,0 @@ * Size of the button |
{ | ||
"name": "@happeouikit/buttons-ds3", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "type": "module", | ||
}, | ||
"gitHead": "c6eeb9268fb409f6a32f5cb22abe2f57565c3263" | ||
"gitHead": "7e5677c453cb1e4f69f362ef78631820fec3ef33" | ||
} |
54989