@megha-ui/react 1.2.541 → 1.2.543

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.
@@ -69,7 +69,7 @@ const GridRow = ({ item, rowStyle, cellStyle, rowHeight, bulkSelect, selectedRow
69
69
  const gridContent = document.querySelector("#grid-content");
70
70
  const { height } = (_a = gridContent === null || gridContent === void 0 ? void 0 : gridContent.getBoundingClientRect()) !== null && _a !== void 0 ? _a : {};
71
71
  if (height) {
72
- const availableHeight = height;
72
+ const availableHeight = height - 50;
73
73
  const styles = currentTooltip.getAttribute("style");
74
74
  currentTooltip.setAttribute("style", `${styles} max-height: ${availableHeight}px; overflow: hidden auto;`);
75
75
  }
@@ -154,7 +154,7 @@ const GridRow = ({ item, rowStyle, cellStyle, rowHeight, bulkSelect, selectedRow
154
154
  .split(">>")
155
155
  .slice(0, 3)
156
156
  .map((item, index) => (_jsx("div", { className: "flex-grow-0 flex-shrink-0 rounded-lg", style: {
157
- background: "var(--brand)",
157
+ background: "var(--standard)",
158
158
  color: "#fff",
159
159
  padding: "0.25rem 0.5rem",
160
160
  }, children: item }))), cellData.value.toString().split(">>").slice(3).length >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.541",
3
+ "version": "1.2.543",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",