dfh-ui-library 1.12.489 → 1.12.491

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ export interface IDataTestIdProp {
37
37
  export interface IOnClickEventProps {
38
38
  onClick?: () => void;
39
39
  }
40
- export type InputType = "text" | "email" | "password" | "name" | "date";
40
+ export type InputType = "text" | "email" | "password" | "name" | "date" | "number";
41
41
  export type TyphoTypes = "h1" | "h1Bold" | "h1ExtraBold" | "h2" | "h2Bold" | "h2ExtraBold" | "h10" | "h10Bold" | "h10ExtraBold" | "h6" | "h6Bold" | "h6ExtraBold" | "header1" | "header2" | "label1" | "label2" | "p" | "authHeader" | "inforTextNormal" | "inforTextGray" | "linkTextNormal" | "linkTextMedium" | "textMediumGray" | "textSectionHeader";
42
42
  export type TyphoComponents = "p" | "span" | "em" | "div" | undefined;
43
43
  export type MessageTypes = "warning" | "success" | "error" | "disabled" | "highlight" | "nutral";