dfh-ui-library 1.12.622 → 1.12.624

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { ITyphographyFormGenProps } from "../../shared/models/components/base.model";
3
- declare const TyphographyFormGen: ({ type, component, color, additionalClasses, children, onClick, disabled, ...rest }: ITyphographyFormGenProps) => React.JSX.Element;
3
+ declare const TyphographyFormGen: React.FC<ITyphographyFormGenProps>;
4
4
  export default TyphographyFormGen;
@@ -60,6 +60,7 @@ export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClas
60
60
  color?: string;
61
61
  onClick?: () => void;
62
62
  disabled?: boolean;
63
+ subTitle?: string;
63
64
  }
64
65
  export interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
65
66
  /**
package/dist/index.d.ts CHANGED
@@ -835,6 +835,7 @@ interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp
835
835
  color?: string;
836
836
  onClick?: () => void;
837
837
  disabled?: boolean;
838
+ subTitle?: string;
838
839
  }
839
840
  interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
840
841
  /**
@@ -1252,7 +1253,7 @@ declare const Button: ({ type, isDisabled, buttonLabel, iconType, iconColor, ico
1252
1253
  */
1253
1254
  declare const Typhography: ({ type, component, color, additionalClasses, children, onClick, disabled, ...rest }: ITyphographyProps) => React__default.JSX.Element;
1254
1255
 
1255
- declare const TyphographyFormGen: ({ type, component, color, additionalClasses, children, onClick, disabled, ...rest }: ITyphographyFormGenProps) => React__default.JSX.Element;
1256
+ declare const TyphographyFormGen: React__default.FC<ITyphographyFormGenProps>;
1256
1257
 
1257
1258
  declare const Checkbox: React__default.FC<ICheckboxProps>;
1258
1259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.622",
3
+ "version": "1.12.624",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
@@ -23,7 +23,7 @@
23
23
  "@types/react": "^18.2.37",
24
24
  "autoprefixer": "^10.4.16",
25
25
  "classnames": "^2.3.2",
26
- "dfh-form-generator": "^1.2.83",
26
+ "dfh-form-generator": "^1.2.84",
27
27
  "dompurify": "^3.1.6",
28
28
  "formik": "^2.4.5",
29
29
  "lodash": "^4.17.21",