cecomponent 2.0.49 → 2.0.50

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.
@@ -40133,7 +40133,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
40133
40133
  const p = () => {
40134
40134
  if (!l.current) return;
40135
40135
  const d = l.current.getBoundingClientRect(), g = 300, _ = 100;
40136
- let E = d.bottom + window.scrollY + 8, S = d.left + window.scrollX;
40136
+ let E = d.bottom + window.scrollY, S = d.left + window.scrollX;
40137
40137
  const b = window.innerWidth, T = window.innerHeight;
40138
40138
  S + g > b && (S = b - g - 8), d.bottom + _ > T && (E = d.top + window.scrollY - _ - 8), o({ top: E, left: S }), n(!0);
40139
40139
  }, m = () => n(!1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cecomponent",
3
3
  "description": "A React component library for building modern UIs for Cleanearth",
4
- "version": "2.0.49",
4
+ "version": "2.0.50",
5
5
  "main": "dist/ce-component-lib.js",
6
6
  "module": "dist/ce-component-lib.mjs",
7
7
  "types": "dist/idex.d.ts",
package/dist/App_bak.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare function App(): import("react/jsx-runtime").JSX.Element;
2
- export default App;