hplx-react-elements-dev 1.2.69 → 1.2.71
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/index.js +2 -2
- package/dist/esm/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/types.d.ts
CHANGED
|
@@ -253,6 +253,7 @@ export interface PopoverProps extends React.DetailedHTMLProps<React.HTMLAttribut
|
|
|
253
253
|
isOpen: boolean;
|
|
254
254
|
onClickOutside: () => void;
|
|
255
255
|
backgroundClassname?: string;
|
|
256
|
+
className?: string;
|
|
256
257
|
}
|
|
257
258
|
type statusIcon = "online" | "company" | "offline" | "none";
|
|
258
259
|
type AvatarSize = "Display xs" | "Text xl" | "Text lg" | "Text md" | "Text sm" | "Text xs" | "Text xxs";
|