@megha-ui/react 1.2.826 → 1.2.827

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.
@@ -1550,7 +1550,8 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1550
1550
  alignItems: "center",
1551
1551
  padding: "1rem 0",
1552
1552
  justifyContent: "center",
1553
- }, className: "col-span-full", children: "No Data available" })), summariseAvailable &&
1553
+ gridColumn: "1 / -1"
1554
+ }, children: "No Data available" })), summariseAvailable &&
1554
1555
  filteredData.length > 0 &&
1555
1556
  gridGroupBy === "" && (_jsx(NewSummariseDetails, { summariseKeys: summariseKeys, columns: gridColumns, groupBy: gridGroupBy, sortable: sortable, cellStyle: cellStyle, columnWidths: columnWidths, widthMode: widthMode, summariseDetails: summariseDetails, activeCalculateColor: activeCalculateColor, gridRef: gridRef, setCalculatePosition: setCalculatePosition, calculatePosition: calculatePosition, calculatetextColor: calculatetextColor, setCalculateVisible: setCalculateVisible, calculateVisible: calculateVisible, summariseDisplay: summariseDisplay, recalculate: recalculate, actionsKey: actionsKey }))] }), paginate && gridGroupBy === "" && (_jsxs("div", { id: "pagination", style: {
1556
1557
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.826",
3
+ "version": "1.2.827",
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",