impaktapps-design 0.1.2 → 0.1.3

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.
@@ -11143,7 +11143,8 @@ const ToolTip = ({
11143
11143
  left: left2,
11144
11144
  children: /* @__PURE__ */ jsxs("div", {
11145
11145
  style: {
11146
- height: "50px",
11146
+ height: "auto",
11147
+ width: "auto",
11147
11148
  textAlign: "center",
11148
11149
  background: "black",
11149
11150
  padding: "10px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-design",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "dependencies": {
5
5
  "@babel/core": "^7.16.12",
6
6
  "@visx/visx": "^3.1.2",
@@ -13,7 +13,8 @@ const ToolTip = ({ style, top, left, tooltipData }: tooltipProps) => {
13
13
  >
14
14
  <div
15
15
  style={{
16
- height: "50px",
16
+ height: "auto",
17
+ width:"auto",
17
18
  textAlign:"center",
18
19
  background:"black",
19
20
  padding:"10px",