hplx-react-elements-dev 1.0.35 → 1.0.37

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 { InputFieldProps } from "../types";
3
- declare const InputField: ({ label, labelColor, labelSize, height, start_icon, end_icon, hint_text_icon, prefix, suffixButton, suffix, hint_text, char_count, errorMsg, inputProps, suffixInputProps, isborderRequired, suffixDropdown, isSuffixEditable, suffixPlaceholder, handleSuffixClick, handleSuffixValChange, }: InputFieldProps) => JSX.Element;
3
+ declare const InputField: ({ label, labelColor, labelSize, height, start_icon, end_icon, hint_text_icon, prefix, suffixButton, suffix, hint_text, char_count, errorMsg, inputProps, suffixInputProps, isborderRequired, suffixDropdown, isSuffixEditable, suffixPlaceholder, fieldColor, handleSuffixClick, }: InputFieldProps) => JSX.Element;
4
4
  export default InputField;
@@ -1,6 +1,7 @@
1
1
  import { ReactNode } from "react";
2
2
  export interface InputFieldProps {
3
3
  label?: string;
4
+ fieldColor?: string;
4
5
  labelSize?: typographyTextType;
5
6
  labelColor?: string;
6
7
  height?: string;
@@ -138,7 +139,7 @@ export interface TooltipProps extends React.DetailedHTMLProps<React.HTMLAttribut
138
139
  }
139
140
  type statusIcon = "online" | "company" | "offline" | "none";
140
141
  type AvatarSize = "Display xs" | "Text xl" | "Text lg" | "Text md" | "Text sm" | "Text xs" | "Text xxs";
141
- type AvatarShape = "rounded" | "rounded-md" | "rounded-lg" | "rounded-full";
142
+ type AvatarShape = "hplxt-rounded" | "hplxt-rounded-md" | "hplxt-rounded-lg" | "hplxt-rounded-full";
142
143
  export interface AvatarProps {
143
144
  shape?: AvatarShape;
144
145
  name?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.35",
12
+ "version": "1.0.37",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",