dfh-ui-library 1.12.747 → 1.12.749

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,6 +105,8 @@ export interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputEleme
105
105
  * Set Input name
106
106
  */
107
107
  labelName?: string;
108
+ isCrossIcon?: boolean;
109
+ isCrossIconHandler?: () => void;
108
110
  /**
109
111
  * Set the Label Type
110
112
  */
package/dist/index.d.ts CHANGED
@@ -904,6 +904,8 @@ interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputElement> {
904
904
  * Set Input name
905
905
  */
906
906
  labelName?: string;
907
+ isCrossIcon?: boolean;
908
+ isCrossIconHandler?: () => void;
907
909
  /**
908
910
  * Set the Label Type
909
911
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.747",
3
+ "version": "1.12.749",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",