hplx-react-elements-dev 1.0.84 → 1.0.86

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.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { TextAreaFieldProps } from "../types";
3
- declare const TextAreaField: ({ label, hint_text_icon, hint_text, errorMsg, inputProps, className, rows, isDynamicHeight, }: TextAreaFieldProps) => JSX.Element;
3
+ declare const TextAreaField: ({ label, hint_text_icon, hint_text, errorMsg, inputProps, className, rows, isDynamicHeight, isFocus, }: TextAreaFieldProps) => JSX.Element;
4
4
  export default TextAreaField;
@@ -120,6 +120,7 @@ export interface TextAreaFieldProps {
120
120
  className?: string;
121
121
  rows?: number;
122
122
  isDynamicHeight?: boolean;
123
+ isFocus?: boolean;
123
124
  }
124
125
  type badgesizeType = "sm" | "md" | "lg";
125
126
  type badgeiconType = "Left" | "Right" | "Only";
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.84",
12
+ "version": "1.0.86",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",