hplx-react-elements-dev 1.2.1 → 1.2.2

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.
@@ -155,12 +155,13 @@ export interface TextAreaFieldProps {
155
155
  type badgesizeType = "sm" | "md" | "lg";
156
156
  type badgeiconType = "Left" | "Right" | "Only";
157
157
  type badgecolourType = "Gray" | "Primary" | "Error" | "Warning" | "Success" | "BlueGray" | "Default" | "Blue" | "Indigo" | "Purple" | "Pink" | "Rose" | "Orange";
158
- type iconFileType = "hx_close" | "avatar";
158
+ type iconFileType = "hx_close" | "avatar" | 'icon_src_url';
159
159
  export interface BadgeType {
160
160
  colour: badgecolourType;
161
161
  size: badgesizeType;
162
162
  icon?: badgeiconType;
163
163
  iconFile?: iconFileType;
164
+ iconSrc?: string;
164
165
  textField: string;
165
166
  onClick?: () => void;
166
167
  onLeftIconClick?: () => void;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.2.1",
12
+ "version": "1.2.2",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",