@megha-ui/react 1.2.568 → 1.2.569

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.
@@ -157,7 +157,7 @@ const GridRow = ({ item, rowStyle, cellStyle, rowHeight, bulkSelect, selectedRow
157
157
  .toString()
158
158
  .split(">>")
159
159
  .slice(0, 3)
160
- .map((item, index) => (_jsx("div", { className: "flex-grow-0 flex-shrink-0 rounded-lg", style: {
160
+ .map((item, index) => (_jsx("div", { className: "flex-grow-0 flex-shrink-0 rounded-full", style: {
161
161
  background: "var(--standard)",
162
162
  color: "var(--foreground)",
163
163
  border: "1px solid var(--standard)",
@@ -176,7 +176,7 @@ const GridRow = ({ item, rowStyle, cellStyle, rowHeight, bulkSelect, selectedRow
176
176
  .toString()
177
177
  .split(">>")
178
178
  .map((item) => `<div>${item}</div>`)
179
- .join("")}</div>`, children: ["Multiple", " ", `(${cellData.value.toString().split(">>").length})`] }), _jsx(Tooltip, { className: "custom-tooltip", id: (_d = item.id.value.toString()) !== null && _d !== void 0 ? _d : colIndex.toString(), place: "top" })] })) })) : (_jsx("span", { children: cellData.value })) })) : column.isArrayString ? (_jsx("span", { style: (cellData === null || cellData === void 0 ? void 0 : cellData.value)
179
+ .join("")}</div>`, children: ["Multiple", " ", `(${cellData.value.toString().split(">>").length})`] }), _jsx(Tooltip, { className: "custom-tooltip", id: (_d = item.id.value.toString()) !== null && _d !== void 0 ? _d : colIndex.toString(), place: "top" })] })) })) : (_jsx("span", { children: cellData.value })) })) : column.isArrayString ? (_jsx("span", { className: "flex-grow-0 flex-shrink-0 rounded-full", style: (cellData === null || cellData === void 0 ? void 0 : cellData.value)
180
180
  ? {
181
181
  background: "var(--standard)",
182
182
  color: "var(--foreground)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.568",
3
+ "version": "1.2.569",
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",