hplx-react-elements-dev 1.0.36 → 1.0.38
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.
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/index.js +384 -384
- package/dist/esm/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/types.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ export interface TooltipProps extends React.DetailedHTMLProps<React.HTMLAttribut
|
|
|
139
139
|
}
|
|
140
140
|
type statusIcon = "online" | "company" | "offline" | "none";
|
|
141
141
|
type AvatarSize = "Display xs" | "Text xl" | "Text lg" | "Text md" | "Text sm" | "Text xs" | "Text xxs";
|
|
142
|
-
type AvatarShape = "rounded" | "rounded-md" | "rounded-lg" | "rounded-full";
|
|
142
|
+
type AvatarShape = "hplxt-rounded" | "hplxt-rounded-md" | "hplxt-rounded-lg" | "hplxt-rounded-full";
|
|
143
143
|
export interface AvatarProps {
|
|
144
144
|
shape?: AvatarShape;
|
|
145
145
|
name?: string;
|