ag-common 0.0.811 → 0.0.812

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.
@@ -1,7 +1,6 @@
1
1
  import type { MouseEvent } from 'react';
2
2
  import type { JSX } from 'react';
3
3
  interface IPos<T> {
4
- cursor: MouseEvent;
5
4
  data: T;
6
5
  portalId: string;
7
6
  hasParent: boolean;
@@ -152,7 +152,6 @@ const useTooltip = (p) => {
152
152
  y = p.element.clientY;
153
153
  }
154
154
  const p2 = {
155
- cursor: p.element,
156
155
  data: p.data,
157
156
  parentWidth,
158
157
  parentHeight,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.811",
2
+ "version": "0.0.812",
3
3
  "name": "ag-common",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",