hplx-react-elements-dev 1.1.73 → 1.1.75

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.
@@ -219,6 +219,7 @@ type toolTipTheme = "dark" | "light";
219
219
  export interface TooltipProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
220
220
  variant?: tooltipPosition;
221
221
  text?: string;
222
+ containerClassname?: string;
222
223
  theme?: toolTipTheme;
223
224
  supportingText?: string;
224
225
  children: ReactNode;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.73",
12
+ "version": "1.1.75",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",