hplx-react-elements-dev 1.1.93 → 1.1.94
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/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/types.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ type tooltipPosition = "Top" | "Top end" | "Top start" | "Bottom" | "Left" | "Ri
|
|
|
222
222
|
type toolTipTheme = "dark" | "light";
|
|
223
223
|
export interface TooltipProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
|
|
224
224
|
variant?: tooltipPosition;
|
|
225
|
-
text?:
|
|
225
|
+
text?: ReactNode;
|
|
226
226
|
containerClassname?: string;
|
|
227
227
|
theme?: toolTipTheme;
|
|
228
228
|
supportingText?: string;
|