dfh-ui-library 1.12.488 → 1.12.490

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";
@@ -274,9 +274,7 @@ export interface SsnInputProps {
274
274
  name?: string;
275
275
  field?: any;
276
276
  isIconRight?: boolean;
277
- rightIcon?: string;
278
277
  iconClassRight?: string;
279
- iconOnClick?: (event: React.ChangeEvent<HTMLInputElement>) => void;
280
278
  }
281
279
  export interface ModalProps {
282
280
  children?: React.ReactNode;
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 {
@@ -253,9 +253,7 @@ interface SsnInputProps {
253
253
  name?: string;
254
254
  field?: any;
255
255
  isIconRight?: boolean;
256
- rightIcon?: string;
257
256
  iconClassRight?: string;
258
- iconOnClick?: (event: React.ChangeEvent<HTMLInputElement>) => void;
259
257
  }
260
258
  interface ModalProps {
261
259
  children?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.488",
3
+ "version": "1.12.490",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",