hplx-react-elements-dev 1.2.5 → 1.2.6

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.
@@ -200,7 +200,7 @@ export interface ButtonProps extends React.DetailedHTMLProps<React.ButtonHTMLAtt
200
200
  export type checkboxSizeType = "sm" | "md";
201
201
  export interface CheckboxProps {
202
202
  size?: checkboxSizeType;
203
- text: string;
203
+ text: ReactNode;
204
204
  secondaryText?: string;
205
205
  disabled?: boolean;
206
206
  onClick?: (id: CheckboxProps) => void;
@@ -324,7 +324,7 @@ export interface RadioBtnProps {
324
324
  size: RadioBtnSizeType;
325
325
  disabled: boolean;
326
326
  iconfile: RadioBtnType;
327
- text: string;
327
+ text: ReactNode;
328
328
  secondaryText: string;
329
329
  id: any;
330
330
  value: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.2.5",
12
+ "version": "1.2.6",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",