dfh-ui-library 1.12.622 → 1.12.624
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/TyphographyFormGen/TyphographyFormGen.d.ts +1 -1
- package/dist/cjs/types/shared/models/components/base.model.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/TyphographyFormGen/TyphographyFormGen.d.ts +1 -1
- package/dist/esm/types/shared/models/components/base.model.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { ITyphographyFormGenProps } from "../../shared/models/components/base.model";
|
3
|
-
declare const TyphographyFormGen:
|
3
|
+
declare const TyphographyFormGen: React.FC<ITyphographyFormGenProps>;
|
4
4
|
export default TyphographyFormGen;
|
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:
|
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.
|
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.
|
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",
|