@megha-ui/react 1.2.543 → 1.2.545

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.
@@ -155,7 +155,8 @@ const GridRow = ({ item, rowStyle, cellStyle, rowHeight, bulkSelect, selectedRow
155
155
  .slice(0, 3)
156
156
  .map((item, index) => (_jsx("div", { className: "flex-grow-0 flex-shrink-0 rounded-lg", style: {
157
157
  background: "var(--standard)",
158
- color: "#fff",
158
+ color: "var(--foreground)",
159
+ border: "1px solid var(--standard)",
159
160
  padding: "0.25rem 0.5rem",
160
161
  }, children: item }))), cellData.value.toString().split(">>").slice(3).length >
161
162
  0 && (_jsxs("div", { className: "flex-grow-0 flex-shrink-0", "data-tooltip-id": (_a = item.id.value.toString()) !== null && _a !== void 0 ? _a : colIndex.toString(), "data-tooltip-html": `<div class="flex flex-col">${cellData.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.543",
3
+ "version": "1.2.545",
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",