@esic-lab/data-core-ui 0.0.67 → 0.0.68
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/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4931,7 +4931,6 @@ var RowOverlay = ({ data, barHeight, barSpacing, totalHeaderHeight }) => /* @__P
|
|
|
4931
4931
|
},
|
|
4932
4932
|
children: data.map((_, i) => {
|
|
4933
4933
|
if (i === 0) return null;
|
|
4934
|
-
console.log("rendering row line", i);
|
|
4935
4934
|
const yPos = i * (barHeight + barSpacing) - barSpacing / 2;
|
|
4936
4935
|
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
4937
4936
|
"div",
|
package/dist/index.mjs
CHANGED
|
@@ -4879,7 +4879,6 @@ var RowOverlay = ({ data, barHeight, barSpacing, totalHeaderHeight }) => /* @__P
|
|
|
4879
4879
|
},
|
|
4880
4880
|
children: data.map((_, i) => {
|
|
4881
4881
|
if (i === 0) return null;
|
|
4882
|
-
console.log("rendering row line", i);
|
|
4883
4882
|
const yPos = i * (barHeight + barSpacing) - barSpacing / 2;
|
|
4884
4883
|
return /* @__PURE__ */ jsx48(
|
|
4885
4884
|
"div",
|