hplx-react-elements-dev 1.2.47 → 1.2.49

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.
@@ -208,6 +208,7 @@ export interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAtt
208
208
  icon?: iconType;
209
209
  iconFile?: string;
210
210
  textField?: string;
211
+ textFieldClassName?: string;
211
212
  }
212
213
  export type checkboxSizeType = "sm" | "md";
213
214
  export interface CheckboxProps {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.2.47",
12
+ "version": "1.2.49",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",