@megha-ui/react 1.2.699 → 1.2.700

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.
@@ -433,6 +433,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
433
433
  });
434
434
  let value = "";
435
435
  const column = gridColumns.find((item) => item.key === columnKey);
436
+ console.log({ filteredValues });
436
437
  const nonEmptyValues = filteredValues
437
438
  .filter((item) => item.toString() !== "")
438
439
  .sort((a, b) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.699",
3
+ "version": "1.2.700",
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",