@megha-ui/react 1.2.634 → 1.2.636

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.
@@ -748,6 +748,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
748
748
  setHugLoading(false);
749
749
  }, 1000);
750
750
  }
751
+ console.log({ columnWidths });
751
752
  }, [
752
753
  paginatedData,
753
754
  sortedData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.634",
3
+ "version": "1.2.636",
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",