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";
package/dist/index.d.ts CHANGED
@@ -52,7 +52,7 @@ interface IAdditionalClassesProp {
52
52
  interface IOnClickEventProps {
53
53
  onClick?: () => void;
54
54
  }
55
- type InputType = "text" | "email" | "password" | "name" | "date";
55
+ type InputType = "text" | "email" | "password" | "name" | "date" | "number";
56
56
  type TyphoTypes$1 = "h1" | "h1Bold" | "h1ExtraBold" | "h2" | "h2Bold" | "h2ExtraBold" | "h10" | "h10Bold" | "h10ExtraBold" | "h6" | "h6Bold" | "h6ExtraBold" | "header1" | "header2" | "label1" | "label2" | "p" | "authHeader" | "inforTextNormal" | "inforTextGray" | "linkTextNormal" | "linkTextMedium" | "textMediumGray" | "textSectionHeader";
57
57
  type TyphoComponents = "p" | "span" | "em" | "div" | undefined;
58
58
  interface IInputValidationProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.489",
3
+ "version": "1.12.491",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",