dfh-ui-library 1.12.625 → 1.12.627

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,11 +56,11 @@ export interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp
56
56
  }
57
57
  export interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
58
58
  type?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
59
- component?: "p" | undefined;
59
+ componentType?: "p" | undefined;
60
60
  color?: string;
61
61
  onClick?: () => void;
62
62
  disabled?: boolean;
63
- subTitle?: string;
63
+ text?: string;
64
64
  }
65
65
  export interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
66
66
  /**
package/dist/index.d.ts CHANGED
@@ -831,11 +831,11 @@ interface ITyphographyProps extends IChildrenProp, IAdditionalClassesProp {
831
831
  }
832
832
  interface ITyphographyFormGenProps extends IChildrenProp, IAdditionalClassesProp {
833
833
  type?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
834
- component?: "p" | undefined;
834
+ componentType?: "p" | undefined;
835
835
  color?: string;
836
836
  onClick?: () => void;
837
837
  disabled?: boolean;
838
- subTitle?: string;
838
+ text?: string;
839
839
  }
840
840
  interface IIconProps extends IAdditionalClassesProp, IIconTypeProp {
841
841
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.625",
3
+ "version": "1.12.627",
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.85",
26
+ "dfh-form-generator": "^1.2.87",
27
27
  "dompurify": "^3.1.6",
28
28
  "formik": "^2.4.5",
29
29
  "lodash": "^4.17.21",