@megha-ui/react 1.2.709 → 1.2.713

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.
@@ -386,6 +386,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
386
386
  const recalculate = (_summariseKeys) => {
387
387
  const filteredData = (paginate && gridGroupBy === "") ? paginatedData : sortedData;
388
388
  let newSummariseDetails = summariseDetails;
389
+ console.log("Recalculating summarise details...", _summariseKeys);
389
390
  Object.keys(_summariseKeys).forEach((_columnKey) => {
390
391
  const type = _summariseKeys[_columnKey];
391
392
  let columnKey = _columnKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.709",
3
+ "version": "1.2.713",
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",